org.apache.myfaces.trinidadinternal.application
Class InternalViewHandlingStrategy

java.lang.Object
  extended by javax.faces.view.ViewDeclarationLanguage
      extended by org.apache.myfaces.trinidadinternal.application.InternalViewHandlingStrategy

public class InternalViewHandlingStrategy
extends javax.faces.view.ViewDeclarationLanguage


Constructor Summary
InternalViewHandlingStrategy(org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl.InternalViewFinder finder)
           
 
Method Summary
 void buildView(javax.faces.context.FacesContext facesContext, javax.faces.component.UIViewRoot uIViewRoot)
           
 javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context, java.lang.String viewId)
           
 java.beans.BeanInfo getComponentMetadata(javax.faces.context.FacesContext facesContext, javax.faces.application.Resource resource)
           
 javax.faces.application.Resource getScriptComponentResource(javax.faces.context.FacesContext facesContext, javax.faces.application.Resource resource)
           
 javax.faces.view.StateManagementStrategy getStateManagementStrategy(javax.faces.context.FacesContext context, java.lang.String viewId)
           
 javax.faces.view.ViewMetadata getViewMetadata(javax.faces.context.FacesContext facesContext, java.lang.String string)
           
 void renderView(javax.faces.context.FacesContext context, javax.faces.component.UIViewRoot viewToRender)
           
 javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context, java.lang.String viewId)
           
 
Methods inherited from class javax.faces.view.ViewDeclarationLanguage
retargetAttachedObjects, retargetMethodExpressions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalViewHandlingStrategy

public InternalViewHandlingStrategy(org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl.InternalViewFinder finder)
Method Detail

createView

public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context,
                                                   java.lang.String viewId)
Specified by:
createView in class javax.faces.view.ViewDeclarationLanguage

restoreView

public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context,
                                                    java.lang.String viewId)
Specified by:
restoreView in class javax.faces.view.ViewDeclarationLanguage

renderView

public void renderView(javax.faces.context.FacesContext context,
                       javax.faces.component.UIViewRoot viewToRender)
                throws java.io.IOException
Specified by:
renderView in class javax.faces.view.ViewDeclarationLanguage
Throws:
java.io.IOException

getStateManagementStrategy

public javax.faces.view.StateManagementStrategy getStateManagementStrategy(javax.faces.context.FacesContext context,
                                                                           java.lang.String viewId)
Specified by:
getStateManagementStrategy in class javax.faces.view.ViewDeclarationLanguage

getComponentMetadata

public java.beans.BeanInfo getComponentMetadata(javax.faces.context.FacesContext facesContext,
                                                javax.faces.application.Resource resource)
Specified by:
getComponentMetadata in class javax.faces.view.ViewDeclarationLanguage

getViewMetadata

public javax.faces.view.ViewMetadata getViewMetadata(javax.faces.context.FacesContext facesContext,
                                                     java.lang.String string)
Specified by:
getViewMetadata in class javax.faces.view.ViewDeclarationLanguage

getScriptComponentResource

public javax.faces.application.Resource getScriptComponentResource(javax.faces.context.FacesContext facesContext,
                                                                   javax.faces.application.Resource resource)
Specified by:
getScriptComponentResource in class javax.faces.view.ViewDeclarationLanguage

buildView

public void buildView(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIViewRoot uIViewRoot)
               throws java.io.IOException
Specified by:
buildView in class javax.faces.view.ViewDeclarationLanguage
Throws:
java.io.IOException


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.