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, log
public static final String NAME
public JspPropertyGroupServlet(ContextHandler context, ServletHandler servletHandler)
public void init() throws ServletException
init
in class GenericServlet
ServletException
public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException
service
in interface Servlet
service
in class GenericServlet
ServletException
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.