Package org.apache.myfaces.application
Class FacesServletMappingUtils.ServletRegistrationInfo
java.lang.Object
org.apache.myfaces.application.FacesServletMappingUtils.ServletRegistrationInfo
- Enclosing class:
- FacesServletMappingUtils
Wrapper for better performance
-
Constructor Summary
ConstructorsConstructorDescriptionServletRegistrationInfo
(jakarta.servlet.ServletRegistration registration, boolean facesServlet) -
Method Summary
-
Constructor Details
-
ServletRegistrationInfo
public ServletRegistrationInfo(jakarta.servlet.ServletRegistration registration, boolean facesServlet)
-
-
Method Details
-
getClassName
-
getMappings
-
isFacesServlet
public boolean isFacesServlet() -
getRegistration
public jakarta.servlet.ServletRegistration getRegistration()
-