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

Packages that use DefaultViewHandlerSupport.FacesServletMapping
org.apache.myfaces.application   
 

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

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.