org.apache.myfaces.trinidadinternal.application
Class InternalView
java.lang.Object
org.apache.myfaces.trinidadinternal.application.InternalView
public abstract class InternalView
- extends java.lang.Object
Method Summary |
abstract javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext context,
java.lang.String viewId)
Unlike ViewHandler.createView(), null is an acceptable return value -
it indicates that a default,empty UIViewRoot for this viewId should be
created on behalf of the InternalView. |
boolean |
isStateless(javax.faces.context.FacesContext context,
java.lang.String viewId)
|
abstract void |
renderView(javax.faces.context.FacesContext context,
javax.faces.component.UIViewRoot viewToRender)
|
abstract javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext context,
java.lang.String viewId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalView
public InternalView()
createView
public abstract javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context,
java.lang.String viewId)
- Unlike ViewHandler.createView(), null is an acceptable return value -
it indicates that a default,empty UIViewRoot for this viewId should be
created on behalf of the InternalView.
restoreView
public abstract javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context,
java.lang.String viewId)
renderView
public abstract void renderView(javax.faces.context.FacesContext context,
javax.faces.component.UIViewRoot viewToRender)
throws java.io.IOException,
javax.faces.FacesException
- Throws:
java.io.IOException
javax.faces.FacesException
isStateless
public boolean isStateless(javax.faces.context.FacesContext context,
java.lang.String viewId)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.