Class FaceletViewDeclarationLanguageBase

Direct Known Subclasses:
FaceletViewDeclarationLanguage

public abstract class FaceletViewDeclarationLanguageBase extends ViewDeclarationLanguageBase
Author:
Leonardo Uribe
  • Constructor Details

    • FaceletViewDeclarationLanguageBase

      public FaceletViewDeclarationLanguageBase()
  • Method Details

    • 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)
    • getRenderKitFactory

      protected RenderKitFactory getRenderKitFactory()
      Overrides:
      getRenderKitFactory in class ViewDeclarationLanguageBase