Class FacesServlet

java.lang.Object
jakarta.faces.webapp.FacesServlet
All Implemented Interfaces:
jakarta.servlet.Servlet

public final class FacesServlet extends Object implements jakarta.servlet.Servlet
see Javadoc of Faces Specification
  • Field Details

    • CONFIG_FILES_ATTR

      @JSFWebConfigParam(since="1.1") public static final String CONFIG_FILES_ATTR
      Comma separated list of URIs of (additional) faces config files. (e.g. /WEB-INF/my-config.xml)See Faces 1.0 PRD2, 10.3.2 Attention: You do not need to put /WEB-INF/faces-config.xml in here.
      See Also:
    • LIFECYCLE_ID_ATTR

      @JSFWebConfigParam(since="1.1") public static final String LIFECYCLE_ID_ATTR
      Identify the Lifecycle instance to be used.
      See Also:
    • DISABLE_FACESSERVLET_TO_XHTML_PARAM_NAME

      @JSFWebConfigParam(since="2.3") public static final String DISABLE_FACESSERVLET_TO_XHTML_PARAM_NAME
      Disable automatic FacesServlet xhtml mapping.
      See Also:
    • AUTOMATIC_EXTENSIONLESS_MAPPING_PARAM_NAME

      @JSFWebConfigParam(since="4.0") public static final String AUTOMATIC_EXTENSIONLESS_MAPPING_PARAM_NAME

      The ServletContext init parameter consulted by the runtime to tell if the automatic mapping of the FacesServlet to the extensionless variant (without *.xhtml) should be enabled. The implementation must enable this automatic mapping if and only if the value of this parameter is equal, ignoring case, to true.

      If this parameter is not specified, this automatic mapping is not enabled.

      See Also:
  • Constructor Details

    • FacesServlet

      public FacesServlet()
  • Method Details

    • destroy

      public void destroy()
      Specified by:
      destroy in interface jakarta.servlet.Servlet
    • getServletConfig

      public jakarta.servlet.ServletConfig getServletConfig()
      Specified by:
      getServletConfig in interface jakarta.servlet.Servlet
    • getServletInfo

      public String getServletInfo()
      Specified by:
      getServletInfo in interface jakarta.servlet.Servlet
    • init

      public void init(jakarta.servlet.ServletConfig servletConfig) throws jakarta.servlet.ServletException
      Specified by:
      init in interface jakarta.servlet.Servlet
      Throws:
      jakarta.servlet.ServletException
    • service

      public void service(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response) throws IOException, jakarta.servlet.ServletException
      Specified by:
      service in interface jakarta.servlet.Servlet
      Throws:
      IOException
      jakarta.servlet.ServletException