Save This Page
Home » mojarra-1.2_09-b02-FCS-source » com.sun.faces.application » [javadoc | source]
com.sun.faces.application
public class: ViewHandlerImpl [javadoc | source]
java.lang.Object
   javax.faces.application.ViewHandler
      com.sun.faces.application.ViewHandlerImpl
ViewHandlerImpl is the default implementation class for ViewHandler.
Constructor:
 public ViewHandlerImpl() 
Method from com.sun.faces.application.ViewHandlerImpl Summary:
calculateLocale,   calculateRenderKitId,   createView,   findMatch,   getActionURL,   getResourceURL,   initView,   renderView,   restoreView,   writeState
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.faces.application.ViewHandlerImpl Detail:
 public Locale calculateLocale(FacesContext context) 
 public String calculateRenderKitId(FacesContext context) 
 public UIViewRoot createView(FacesContext context,
    String viewId) 
 protected Locale findMatch(FacesContext context,
    Locale pref) 
    Attempts to find a matching locale based on pref and list of supported locales, using the matching algorithm as described in JSTL 8.3.2.
 public String getActionURL(FacesContext context,
    String viewId) 
 public String getResourceURL(FacesContext context,
    String path) 
 public  void initView(FacesContext context) throws FacesException 
 public  void renderView(FacesContext context,
    UIViewRoot viewToRender) throws IOException, FacesException 
 public UIViewRoot restoreView(FacesContext context,
    String viewId) 
 public  void writeState(FacesContext context) throws IOException