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 SummaryConstructorsConstructorDescriptionServletRegistrationInfo(jakarta.servlet.ServletRegistration registration, boolean facesServlet) 
- 
Method Summary
- 
Constructor Details- 
ServletRegistrationInfopublic ServletRegistrationInfo(jakarta.servlet.ServletRegistration registration, boolean facesServlet) 
 
- 
- 
Method Details- 
getClassName
- 
getMappings
- 
isFacesServletpublic boolean isFacesServlet()
- 
getRegistrationpublic jakarta.servlet.ServletRegistration getRegistration()
 
-