public abstract class ViewDeclarationLanguageBase extends ViewDeclarationLanguage
FACELETS_VIEW_DECLARATION_LANGUAGE_ID, JSP_VIEW_DECLARATION_LANGUAGE_ID| Constructor and Description | 
|---|
| ViewDeclarationLanguageBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract String | calculateViewId(FacesContext context,
               String viewId)Calculates the effective view identifier for the specified raw view identifier. | 
| UIViewRoot | createView(FacesContext context,
          String viewId)Process the specification required algorithm that is generic to all PDL. | 
| UIViewRoot | restoreView(FacesContext context,
           String viewId) | 
| protected abstract void | sendSourceNotFound(FacesContext context,
                  String message)Send a source not found to the client. | 
buildView, calculateResourceLibraryContracts, createComponent, getComponentMetadata, getId, getScriptComponentResource, getStateManagementStrategy, getViewMetadata, getViews, getViews, renderView, retargetAttachedObjects, retargetMethodExpressions, viewExistspublic UIViewRoot createView(FacesContext context, String viewId)
createView in class ViewDeclarationLanguagecontext - viewId - public UIViewRoot restoreView(FacesContext context, String viewId)
restoreView in class ViewDeclarationLanguageprotected abstract String calculateViewId(FacesContext context, String viewId)
context - le current FacesContextviewId - the raw view identifierprotected abstract void sendSourceNotFound(FacesContext context, String message)
context - le current FacesContextmessage - the message associated with the errorCopyright © 2022 The Apache Software Foundation. All rights reserved.