public class JspPropertyGroupServlet extends GenericServlet
This servlet is mapped to by any URL pattern for a JSP property group. Resources handled by this servlet that are not directories will be passed directly to the JSP servlet. Resources that are directories will be passed directly to the default servlet.
| Constructor and Description |
|---|
JspPropertyGroupServlet(ContextHandler context,
ServletHandler servletHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
service(ServletRequest req,
ServletResponse res) |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic static final String NAME
public JspPropertyGroupServlet(ContextHandler context, ServletHandler servletHandler)
public void init()
throws ServletException
init in class GenericServletServletExceptionpublic void service(ServletRequest req, ServletResponse res) throws ServletException, IOException
service in interface Servletservice in class GenericServletServletExceptionIOExceptionCopyright © 1995-2015 Webtide. All Rights Reserved.