org.apache.myfaces.shared_impl.view
Class JspViewDeclarationLanguageBase
java.lang.Object
javax.faces.view.ViewDeclarationLanguage
org.apache.myfaces.shared_impl.view.ViewDeclarationLanguageBase
org.apache.myfaces.shared_impl.view.JspViewDeclarationLanguageBase
- Direct Known Subclasses:
- JspViewDeclarationLanguage
public abstract class JspViewDeclarationLanguageBase
- extends ViewDeclarationLanguageBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspViewDeclarationLanguageBase
public JspViewDeclarationLanguageBase()
getComponentMetadata
public java.beans.BeanInfo getComponentMetadata(FacesContext context,
Resource componentResource)
-
- Specified by:
getComponentMetadata
in class ViewDeclarationLanguage
getScriptComponentResource
public Resource getScriptComponentResource(FacesContext context,
Resource componentResource)
-
- Specified by:
getScriptComponentResource
in class ViewDeclarationLanguage
renderView
public void renderView(FacesContext context,
UIViewRoot view)
throws java.io.IOException
-
- Specified by:
renderView
in class ViewDeclarationLanguage
- Throws:
java.io.IOException
getViewMetadata
public ViewMetadata getViewMetadata(FacesContext context,
java.lang.String viewId)
-
- Specified by:
getViewMetadata
in class ViewDeclarationLanguage
setAfterViewTagResponseWrapper
protected void setAfterViewTagResponseWrapper(ExternalContext ec,
ViewResponseWrapper wrapper)
getStateManagementStrategy
public StateManagementStrategy getStateManagementStrategy(FacesContext context,
java.lang.String viewId)
- Specified by:
getStateManagementStrategy
in class ViewDeclarationLanguage
calculateViewId
protected java.lang.String calculateViewId(FacesContext context,
java.lang.String viewId)
- Description copied from class:
ViewDeclarationLanguageBase
- Calculates the effective view identifier for the specified raw view identifier.
- Specified by:
calculateViewId
in class ViewDeclarationLanguageBase
- Parameters:
context
- le current FacesContextviewId
- the raw view identifier
- Returns:
- the effective view identifier
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.