Package org.apache.myfaces.application
Class FacesServletMappingUtils
java.lang.Object
org.apache.myfaces.application.FacesServletMappingUtils
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classWrapper for better performance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic FacesServletMappingcalculateFacesServletMapping(FacesContext facesContext, String servletPath, String pathInfo, boolean allowExactMapping) static FacesServletMappingstatic FacesServletMappinggetExactMapping(FacesContext facesContext, String prefixedExactMappingViewId) getFacesServletRegistration(FacesContext facesContext, jakarta.servlet.ServletContext servletContext) static FacesServletMappinggetGenericPrefixOrSuffixMapping(FacesContext facesContext) getServletRegistrations(FacesContext facesContext, jakarta.servlet.ServletContext servletContext) static booleanisFacesServlet(String servletClassName) 
- 
Constructor Details- 
FacesServletMappingUtilspublic FacesServletMappingUtils()
 
- 
- 
Method Details- 
getCurrentRequestFacesServletMapping
- 
getServletRegistrationspublic static List<FacesServletMappingUtils.ServletRegistrationInfo> getServletRegistrations(FacesContext facesContext, jakarta.servlet.ServletContext servletContext) 
- 
getFacesServletRegistrationpublic static FacesServletMappingUtils.ServletRegistrationInfo getFacesServletRegistration(FacesContext facesContext, jakarta.servlet.ServletContext servletContext) 
- 
isFacesServlet
- 
calculateFacesServletMappingpublic static FacesServletMapping calculateFacesServletMapping(FacesContext facesContext, String servletPath, String pathInfo, boolean allowExactMapping) 
- 
getExactMappingpublic static FacesServletMapping getExactMapping(FacesContext facesContext, String prefixedExactMappingViewId) 
- 
getGenericPrefixOrSuffixMapping
 
-