Package org.wso2.carbon.ui
Class TilesJspServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.wso2.carbon.ui.JspServlet
org.wso2.carbon.ui.TilesJspServlet
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.wso2.carbon.ui.JspServlet
JspServlet.ServletConfigAdaptor, JspServlet.ServletContextAdaptor -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTilesJspServlet(org.osgi.framework.Bundle bundle, UIResourceRegistry uiResourceRegistry) -
Method Summary
Modifier and TypeMethodDescriptionprotected static final Stringvoidinit()protected static final booleanisPathSeparator(char c) voidservice(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class org.wso2.carbon.ui.JspServlet
destroy, getServletConfig, getServletInfo, initMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceMethods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletContext, getServletName, log, log
-
Field Details
-
CONTAINER_KEY_INIT_PARAMETER
- See Also:
-
-
Constructor Details
-
TilesJspServlet
-
-
Method Details
-
init
public void init() throws javax.servlet.ServletException- Overrides:
initin classjavax.servlet.GenericServlet- Throws:
javax.servlet.ServletException
-
service
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Overrides:
servicein classJspServlet- Throws:
javax.servlet.ServletExceptionIOException
-
canonicalURI
-
isPathSeparator
protected static final boolean isPathSeparator(char c)
-