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:
  • Field Details

  • Constructor Details

    • TilesJspServlet

      public TilesJspServlet(org.osgi.framework.Bundle bundle, UIResourceRegistry uiResourceRegistry)
  • Method Details

    • init

      public void init() throws javax.servlet.ServletException
      Overrides:
      init in class javax.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:
      service in class JspServlet
      Throws:
      javax.servlet.ServletException
      IOException
    • canonicalURI

      protected static final String canonicalURI(String s)
    • isPathSeparator

      protected static final boolean isPathSeparator(char c)