org.apache.myfaces.view.facelets
Class FaceletViewDeclarationLanguageBase

java.lang.Object
  extended by javax.faces.view.ViewDeclarationLanguage
      extended by org.apache.myfaces.shared.view.ViewDeclarationLanguageBase
          extended by org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguageBase
Direct Known Subclasses:
FaceletViewDeclarationLanguage

public abstract class FaceletViewDeclarationLanguageBase
extends ViewDeclarationLanguageBase

Author:
Leonardo Uribe

Field Summary
 
Fields inherited from class javax.faces.view.ViewDeclarationLanguage
FACELETS_VIEW_DECLARATION_LANGUAGE_ID, JSP_VIEW_DECLARATION_LANGUAGE_ID
 
Constructor Summary
FaceletViewDeclarationLanguageBase()
           
 
Method Summary
static void activateDynamicComponentRefreshTransientBuild(FacesContext facesContext)
           
static void dynamicComponentNeedsRefresh(FacesContext context)
           
protected  VisitContextFactory getVisitContextFactory()
           
static boolean isDynamicComponentNeedsRefresh(FacesContext context)
           
static boolean isDynamicComponentRefreshTransientBuildActive(FacesContext facesContext)
           
static boolean isDynamicComponentRefreshTransientBuildActive(FacesContext facesContext, UIViewRoot view)
           
static void resetDynamicComponentNeedsRefreshFlag(FacesContext context)
           
 
Methods inherited from class org.apache.myfaces.shared.view.ViewDeclarationLanguageBase
calculateViewId, checkNull, createView, restoreView, sendSourceNotFound
 
Methods inherited from class javax.faces.view.ViewDeclarationLanguage
buildView, calculateResourceLibraryContracts, createComponent, getComponentMetadata, getId, getScriptComponentResource, getStateManagementStrategy, getViewMetadata, renderView, retargetAttachedObjects, retargetMethodExpressions, viewExists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceletViewDeclarationLanguageBase

public FaceletViewDeclarationLanguageBase()
Method Detail

getVisitContextFactory

protected VisitContextFactory getVisitContextFactory()

isDynamicComponentRefreshTransientBuildActive

public static boolean isDynamicComponentRefreshTransientBuildActive(FacesContext facesContext)

isDynamicComponentRefreshTransientBuildActive

public static boolean isDynamicComponentRefreshTransientBuildActive(FacesContext facesContext,
                                                                    UIViewRoot view)

activateDynamicComponentRefreshTransientBuild

public static void activateDynamicComponentRefreshTransientBuild(FacesContext facesContext)

isDynamicComponentNeedsRefresh

public static boolean isDynamicComponentNeedsRefresh(FacesContext context)

dynamicComponentNeedsRefresh

public static void dynamicComponentNeedsRefresh(FacesContext context)

resetDynamicComponentNeedsRefreshFlag

public static void resetDynamicComponentNeedsRefreshFlag(FacesContext context)


Copyright © 2015 The Apache Software Foundation. All rights reserved.