Package jakarta.faces.webapp
Class FacesServlet
java.lang.Object
jakarta.faces.webapp.FacesServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet
see Javadoc of Faces Specification
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
TheServletContext
init parameter consulted by the runtime to tell if the automatic mapping of theFacesServlet
to the extensionless variant (without*.xhtml
) should be enabled.static final String
Comma separated list of URIs of (additional) faces config files.static final String
Disable automatic FacesServlet xhtml mapping.static final String
Identify the Lifecycle instance to be used. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
Identify the Lifecycle instance to be used.- See Also:
-
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_NAMEThe
ServletContext
init parameter consulted by the runtime to tell if the automatic mapping of theFacesServlet
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, totrue
.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 interfacejakarta.servlet.Servlet
-
getServletConfig
public jakarta.servlet.ServletConfig getServletConfig()- Specified by:
getServletConfig
in interfacejakarta.servlet.Servlet
-
getServletInfo
- Specified by:
getServletInfo
in interfacejakarta.servlet.Servlet
-
init
public void init(jakarta.servlet.ServletConfig servletConfig) throws jakarta.servlet.ServletException - Specified by:
init
in interfacejakarta.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 interfacejakarta.servlet.Servlet
- Throws:
IOException
jakarta.servlet.ServletException
-