Save This Page
Home » trinidad-1.2.8-src-all » org.apache.myfaces.trinidadinternal » application » [javadoc | source]
org.apache.myfaces.trinidadinternal.application
public class: ViewHandlerImpl [javadoc | source]
java.lang.Object
   javax.faces.application.ViewHandlerWrapper
      org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl
ViewHandler that adds modification detection to the existing ViewHandler, assuming that the viewId is a valid resource path.

And now also supports inserting URLs tokens to preserve PageFlowScope.

Field Summary
public static final  String ALTERNATE_VIEW_HANDLER     
Constructor:
 public ViewHandlerImpl(ViewHandler delegate) 
Method from org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl Summary:
createView,   getActionURL,   getResourceURL,   getWrapped,   renderView,   restoreView,   writeState
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl Detail:
 public UIViewRoot createView(FacesContext context,
    String viewId) 
 public String getActionURL(FacesContext context,
    String viewId) 
 public String getResourceURL(FacesContext context,
    String path) 
 protected ViewHandler getWrapped() 
 public  void renderView(FacesContext context,
    UIViewRoot viewToRender) throws IOException, FacesException 
 public UIViewRoot restoreView(FacesContext context,
    String viewId) 
 public  void writeState(FacesContext context) throws IOException