| Package | Description | 
|---|---|
| org.apache.myfaces.shared.application | |
| org.apache.myfaces.shared.resource | 
| Modifier and Type | Method and Description | 
|---|---|
| static FacesServletMapping | FacesServletMappingUtils. calculateFacesServletMapping(FacesContext facesContext,
                            String servletPath,
                            String pathInfo,
                            boolean allowExactMapping) | 
| static FacesServletMapping | FacesServletMapping. createExactMapping(String exact) | 
| static FacesServletMapping | FacesServletMapping. createExtensionMapping(String extension)Creates a new FacesServletMapping object using extension mapping. | 
| static FacesServletMapping | FacesServletMapping. createPrefixMapping(String path)Creates a new FacesServletMapping object using prefix mapping. | 
| static FacesServletMapping | FacesServletMappingUtils. getCurrentRequestFacesServletMapping(FacesContext context) | 
| static FacesServletMapping | FacesServletMappingUtils. getExactMapping(FacesContext facesContext,
               String prefixedExactMappingViewId) | 
| protected FacesServletMapping | DefaultViewHandlerSupport. getFacesServletMapping(FacesContext context)Read the web.xml file that is in the classpath and parse its internals to
 figure out how the FacesServlet is mapped for the current webapp. | 
| static FacesServletMapping | FacesServletMappingUtils. getGenericPrefixOrSuffixMapping(FacesContext facesContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static FacesServletMapping | BaseResourceHandlerSupport. calculateFacesServletMapping(String servletPath,
                            String pathInfo)Deprecated.  | 
| protected FacesServletMapping | BaseResourceHandlerSupport. getFacesServletMapping(FacesContext context)Read the web.xml file that is in the classpath and parse its internals to
 figure out how the FacesServlet is mapped for the current webapp. | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.