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
public class TilesJspServlet extends JspServlet
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.wso2.carbon.ui.JspServlet
JspServlet.ServletConfigAdaptor, JspServlet.ServletContextAdaptor
-
-
Constructor Summary
Constructors Constructor Description TilesJspServlet(org.osgi.framework.Bundle bundle, UIResourceRegistry uiResourceRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidservice(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)-
Methods inherited from class org.wso2.carbon.ui.JspServlet
destroy, getServletConfig, getServletInfo, init
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
-
-
-
Constructor Detail
-
TilesJspServlet
public TilesJspServlet(org.osgi.framework.Bundle bundle, UIResourceRegistry uiResourceRegistry)
-
-
Method Detail
-
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
-
-