|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FacesServletMapping | |
---|---|
org.apache.myfaces.application | |
org.apache.myfaces.shared_impl.application |
Uses of FacesServletMapping in org.apache.myfaces.application |
---|
Methods in org.apache.myfaces.application that return FacesServletMapping | |
---|---|
protected static FacesServletMapping |
DefaultResourceHandlerSupport.calculateFacesServletMapping(java.lang.String servletPath,
java.lang.String pathInfo)
Determines the mapping of the FacesServlet in the web.xml configuration file. |
protected FacesServletMapping |
DefaultResourceHandlerSupport.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. |
Uses of FacesServletMapping in org.apache.myfaces.shared_impl.application |
---|
Methods in org.apache.myfaces.shared_impl.application that return FacesServletMapping | |
---|---|
protected static FacesServletMapping |
DefaultViewHandlerSupport.calculateFacesServletMapping(java.lang.String servletPath,
java.lang.String pathInfo)
Determines the mapping of the FacesServlet in the web.xml configuration file. |
static FacesServletMapping |
FacesServletMapping.createExtensionMapping(java.lang.String extension)
Creates a new FacesServletMapping object using extension mapping. |
static FacesServletMapping |
FacesServletMapping.createPrefixMapping(java.lang.String path)
Creates a new FacesServletMapping object using prefix mapping. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |