public class JspViewDeclarationLanguage extends JspViewDeclarationLanguageBase
| Modifier and Type | Field and Description | 
|---|---|
| static String[] | FACELETS_ONLY_F_TAGSTags that are only available on facelets and not on JSP. | 
| static String[] | FACELETS_ONLY_H_TAGS | 
| static Logger | log | 
FACELETS_VIEW_DECLARATION_LANGUAGE_ID, JSP_VIEW_DECLARATION_LANGUAGE_ID| Constructor and Description | 
|---|
| JspViewDeclarationLanguage() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | buildView(FacesContext context,
         UIViewRoot view) | 
| protected boolean | isViewStateAlreadyEncoded(FacesContext context) | 
| protected void | sendSourceNotFound(FacesContext context,
                  String message) | 
actuallyRenderView, calculateViewId, flushBufferToWriter, getComponentMetadata, getId, getScriptComponentResource, getStateManagementStrategy, getViewMetadata, isViewBuilt, renderView, setAfterViewTagResponseWrapper, setViewBuilt, writePartialBuffercheckNull, createView, restoreViewcalculateResourceLibraryContracts, createComponent, retargetAttachedObjects, retargetMethodExpressions, viewExistspublic static final Logger log
public static final String[] FACELETS_ONLY_F_TAGS
public static final String[] FACELETS_ONLY_H_TAGS
public void buildView(FacesContext context, UIViewRoot view) throws IOException
buildView in class JspViewDeclarationLanguageBaseIOExceptionprotected boolean isViewStateAlreadyEncoded(FacesContext context)
isViewStateAlreadyEncoded in class JspViewDeclarationLanguageBaseprotected void sendSourceNotFound(FacesContext context, String message)
sendSourceNotFound in class ViewDeclarationLanguageBaseCopyright © 2021 The Apache Software Foundation. All rights reserved.