Uses of Class
org.apache.myfaces.lifecycle.DefaultRestoreViewSupport.FacesServletMapping

Packages that use DefaultRestoreViewSupport.FacesServletMapping
org.apache.myfaces.lifecycle   
 

Uses of DefaultRestoreViewSupport.FacesServletMapping in org.apache.myfaces.lifecycle
 

Methods in org.apache.myfaces.lifecycle that return DefaultRestoreViewSupport.FacesServletMapping
protected static DefaultRestoreViewSupport.FacesServletMapping DefaultRestoreViewSupport.calculateFacesServletMapping(java.lang.String servletPath, java.lang.String pathInfo)
          Determines the mapping of the FacesServlet in the web.xml configuration file.
static DefaultRestoreViewSupport.FacesServletMapping DefaultRestoreViewSupport.FacesServletMapping.createExtensionMapping(java.lang.String extension)
          Creates a new FacesServletMapping object using extension mapping.
static DefaultRestoreViewSupport.FacesServletMapping DefaultRestoreViewSupport.FacesServletMapping.createPrefixMapping(java.lang.String path)
          Creates a new FacesServletMapping object using prefix mapping.
protected  DefaultRestoreViewSupport.FacesServletMapping DefaultRestoreViewSupport.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 © 2010 The Apache Software Foundation. All Rights Reserved.