Uses of Class
org.apache.myfaces.shared_tomahawk.application.FacesServletMapping

Packages that use FacesServletMapping
org.apache.myfaces.shared_tomahawk.application   
org.apache.myfaces.shared_tomahawk.resource   
 

Uses of FacesServletMapping in org.apache.myfaces.shared_tomahawk.application
 

Methods in org.apache.myfaces.shared_tomahawk.application that return FacesServletMapping
protected static FacesServletMapping DefaultViewHandlerSupport.calculateFacesServletMapping(String servletPath, String pathInfo)
          Determines the mapping of the FacesServlet in the web.xml configuration file.
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.
protected  FacesServletMapping DefaultViewHandlerSupport.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.
 

Uses of FacesServletMapping in org.apache.myfaces.shared_tomahawk.resource
 

Methods in org.apache.myfaces.shared_tomahawk.resource that return FacesServletMapping
protected static FacesServletMapping BaseResourceHandlerSupport.calculateFacesServletMapping(String servletPath, 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 © 2012 The Apache Software Foundation. All Rights Reserved.