Class JspPropertyGroupServlet

  • All Implemented Interfaces:
    java.io.Serializable, Servlet, ServletConfig

    @Deprecated(since="2021-05-27")
    public class JspPropertyGroupServlet
    extends GenericServlet
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Servlet handling JSP Property Group mappings

    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.

    See Also:
    Serialized Form