Uses of Class
org.apache.myfaces.commons.resourcehandler.application.FacesServletMapping

Packages that use FacesServletMapping
org.apache.myfaces.commons.resourcehandler   
org.apache.myfaces.commons.resourcehandler.application   
org.apache.myfaces.commons.resourcehandler.resource   
 

Uses of FacesServletMapping in org.apache.myfaces.commons.resourcehandler
 

Methods in org.apache.myfaces.commons.resourcehandler that return FacesServletMapping
protected  FacesServletMapping ExtendedDefaultResourceHandlerSupport.getFacesServletMapping(javax.faces.context.FacesContext context)
           
 

Uses of FacesServletMapping in org.apache.myfaces.commons.resourcehandler.application
 

Methods in org.apache.myfaces.commons.resourcehandler.application that return FacesServletMapping
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.
 

Uses of FacesServletMapping in org.apache.myfaces.commons.resourcehandler.resource
 

Methods in org.apache.myfaces.commons.resourcehandler.resource that return FacesServletMapping
protected static FacesServletMapping BaseResourceHandlerSupport.calculateFacesServletMapping(java.lang.String servletPath, java.lang.String pathInfo)
          Determines the mapping of the FacesServlet in the web.xml configuration file.
protected  FacesServletMapping BaseResourceHandlerSupport.getFacesServletMapping(javax.faces.context.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 © 2007-2012 The Apache Software Foundation. All Rights Reserved.