org.apache.myfaces.view.jsp
Class JspViewDeclarationLanguage
java.lang.Object
javax.faces.view.ViewDeclarationLanguage
org.apache.myfaces.shared.view.ViewDeclarationLanguageBase
org.apache.myfaces.shared.view.JspViewDeclarationLanguageBase
org.apache.myfaces.view.jsp.JspViewDeclarationLanguage
public class JspViewDeclarationLanguage
- extends JspViewDeclarationLanguageBase
- Since:
- 2.0
- Version:
- $Revision: 1194861 $ $Date: 2011-10-29 05:02:34 -0500 (Sat, 29 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: struberg $)
Methods inherited from class org.apache.myfaces.shared.view.JspViewDeclarationLanguageBase |
actuallyRenderView, calculateViewId, flushBufferToWriter, getComponentMetadata, getId, getScriptComponentResource, getStateManagementStrategy, getViewMetadata, isViewBuilt, renderView, setAfterViewTagResponseWrapper, setViewBuilt, writePartialBuffer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final Logger log
FACELETS_ONLY_F_TAGS
public static final String[] FACELETS_ONLY_F_TAGS
- Tags that are only available on facelets and not on JSP.
If a user uses one of these tags on a JSP, we will provide
a more informative error message than the standard one.
FACELETS_ONLY_H_TAGS
public static final String[] FACELETS_ONLY_H_TAGS
JspViewDeclarationLanguage
public JspViewDeclarationLanguage()
buildView
public void buildView(FacesContext context,
UIViewRoot view)
throws IOException
-
- Overrides:
buildView
in class JspViewDeclarationLanguageBase
- Throws:
IOException
isViewStateAlreadyEncoded
protected boolean isViewStateAlreadyEncoded(FacesContext context)
- Overrides:
isViewStateAlreadyEncoded
in class JspViewDeclarationLanguageBase
sendSourceNotFound
protected void sendSourceNotFound(FacesContext context,
String message)
- Specified by:
sendSourceNotFound
in class ViewDeclarationLanguageBase
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.