Package org.apache.myfaces.view.facelets
Class FaceletViewDeclarationLanguageBase
java.lang.Object
jakarta.faces.view.ViewDeclarationLanguage
org.apache.myfaces.view.ViewDeclarationLanguageBase
org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguageBase
- Direct Known Subclasses:
FaceletViewDeclarationLanguage
- Author:
- Leonardo Uribe
-
Field Summary
Fields inherited from class jakarta.faces.view.ViewDeclarationLanguage
FACELETS_VIEW_DECLARATION_LANGUAGE_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
activateDynamicComponentRefreshTransientBuild
(FacesContext facesContext) static void
dynamicComponentNeedsRefresh
(FacesContext context) protected RenderKitFactory
protected VisitContextFactory
static boolean
static boolean
isDynamicComponentRefreshTransientBuildActive
(FacesContext facesContext) static boolean
isDynamicComponentRefreshTransientBuildActive
(FacesContext facesContext, UIViewRoot view) static void
Methods inherited from class org.apache.myfaces.view.ViewDeclarationLanguageBase
calculateViewId, createView, restoreView, sendSourceNotFound
Methods inherited from class jakarta.faces.view.ViewDeclarationLanguage
buildView, calculateResourceLibraryContracts, createComponent, getComponentMetadata, getId, getScriptComponentResource, getStateManagementStrategy, getViewMetadata, getViews, getViews, renderView, retargetAttachedObjects, retargetMethodExpressions, viewExists
-
Constructor Details
-
FaceletViewDeclarationLanguageBase
public FaceletViewDeclarationLanguageBase()
-
-
Method Details
-
getVisitContextFactory
-
isDynamicComponentRefreshTransientBuildActive
-
isDynamicComponentRefreshTransientBuildActive
public static boolean isDynamicComponentRefreshTransientBuildActive(FacesContext facesContext, UIViewRoot view) -
activateDynamicComponentRefreshTransientBuild
-
isDynamicComponentNeedsRefresh
-
dynamicComponentNeedsRefresh
-
resetDynamicComponentNeedsRefreshFlag
-
getRenderKitFactory
- Overrides:
getRenderKitFactory
in classViewDeclarationLanguageBase
-