Class FacesServletFactory
java.lang.Object
jakarta.faces.webapp.FacesServletFactory
- All Implemented Interfaces:
FacesWrapper<FacesServletFactory>
public abstract class FacesServletFactory
extends Object
implements FacesWrapper<FacesServletFactory>
The Faces Servlet factory.
- Author:
- Manfred Riem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract jakarta.servlet.ServletgetFacesServlet(jakarta.servlet.ServletConfig config) Get the Faces Servlet.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FacesWrapper
getWrappedModifier and TypeMethodDescriptionA class that implements this interface uses this method to return an instance of the class being wrapped.
-
Constructor Details
-
FacesServletFactory
public FacesServletFactory()
-
-
Method Details
-
getFacesServlet
public abstract jakarta.servlet.Servlet getFacesServlet(jakarta.servlet.ServletConfig config) Get the Faces Servlet.- Parameters:
config- the servlet configuration.- Returns:
- the Faces Servlet.
-