Package org.apache.myfaces.application
Class FacesServletMappingUtils
- java.lang.Object
- 
- org.apache.myfaces.application.FacesServletMappingUtils
 
- 
 public class FacesServletMappingUtils extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classFacesServletMappingUtils.ServletRegistrationInfoWrapper for better performance
 - 
Constructor SummaryConstructors Constructor Description FacesServletMappingUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static FacesServletMappingcalculateFacesServletMapping(FacesContext facesContext, String servletPath, String pathInfo, boolean allowExactMapping)static FacesServletMappinggetCurrentRequestFacesServletMapping(FacesContext context)static FacesServletMappinggetExactMapping(FacesContext facesContext, String prefixedExactMappingViewId)static FacesServletMappingUtils.ServletRegistrationInfogetFacesServletRegistration(FacesContext facesContext, jakarta.servlet.ServletContext servletContext)static FacesServletMappinggetGenericPrefixOrSuffixMapping(FacesContext facesContext)static List<FacesServletMappingUtils.ServletRegistrationInfo>getServletRegistrations(FacesContext facesContext, jakarta.servlet.ServletContext servletContext)static booleanisFacesServlet(FacesContext facesContext, String servletClassName)
 
- 
- 
- 
Method Detail- 
getCurrentRequestFacesServletMappingpublic static FacesServletMapping getCurrentRequestFacesServletMapping(FacesContext context) 
 - 
getServletRegistrationspublic static List<FacesServletMappingUtils.ServletRegistrationInfo> getServletRegistrations(FacesContext facesContext, jakarta.servlet.ServletContext servletContext) 
 - 
getFacesServletRegistrationpublic static FacesServletMappingUtils.ServletRegistrationInfo getFacesServletRegistration(FacesContext facesContext, jakarta.servlet.ServletContext servletContext) 
 - 
isFacesServletpublic static boolean isFacesServlet(FacesContext facesContext, String servletClassName) 
 - 
calculateFacesServletMappingpublic static FacesServletMapping calculateFacesServletMapping(FacesContext facesContext, String servletPath, String pathInfo, boolean allowExactMapping) 
 - 
getExactMappingpublic static FacesServletMapping getExactMapping(FacesContext facesContext, String prefixedExactMappingViewId) 
 - 
getGenericPrefixOrSuffixMappingpublic static FacesServletMapping getGenericPrefixOrSuffixMapping(FacesContext facesContext) 
 
- 
 
-