org.apache.myfaces.view.facelets
Class FaceletViewDeclarationLanguageBase
java.lang.Object
javax.faces.view.ViewDeclarationLanguage
org.apache.myfaces.shared.view.ViewDeclarationLanguageBase
org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguageBase
- Direct Known Subclasses:
- FaceletViewDeclarationLanguage
public abstract class FaceletViewDeclarationLanguageBase
- extends ViewDeclarationLanguageBase
- Author:
- Leonardo Uribe
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 |
FaceletViewDeclarationLanguageBase
public FaceletViewDeclarationLanguageBase()
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.