com.liferay.faces.bridge.application.view
Class ViewDeclarationLanguageWrapper
java.lang.Object
javax.faces.view.ViewDeclarationLanguage
com.liferay.faces.bridge.application.view.ViewDeclarationLanguageWrapper
- All Implemented Interfaces:
- javax.faces.FacesWrapper<javax.faces.view.ViewDeclarationLanguage>
- Direct Known Subclasses:
- ViewDeclarationLanguageJspImpl
public abstract class ViewDeclarationLanguageWrapper
- extends javax.faces.view.ViewDeclarationLanguage
- implements javax.faces.FacesWrapper<javax.faces.view.ViewDeclarationLanguage>
- Author:
- Neil Griffin
| Fields inherited from class javax.faces.view.ViewDeclarationLanguage |
FACELETS_VIEW_DECLARATION_LANGUAGE_ID, JSP_VIEW_DECLARATION_LANGUAGE_ID |
|
Method Summary |
void |
buildView(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot uiViewRoot)
|
javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext facesContext,
String viewId)
|
BeanInfo |
getComponentMetadata(javax.faces.context.FacesContext facesContext,
javax.faces.application.Resource componentResource)
|
String |
getId()
|
javax.faces.application.Resource |
getScriptComponentResource(javax.faces.context.FacesContext facesContext,
javax.faces.application.Resource componentResource)
|
javax.faces.view.StateManagementStrategy |
getStateManagementStrategy(javax.faces.context.FacesContext facesContext,
String viewId)
|
javax.faces.view.ViewMetadata |
getViewMetadata(javax.faces.context.FacesContext facesContext,
String viewId)
|
abstract javax.faces.view.ViewDeclarationLanguage |
getWrapped()
|
void |
renderView(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot uiViewRoot)
|
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext facesContext,
String viewId)
|
void |
retargetAttachedObjects(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
List<javax.faces.view.AttachedObjectHandler> handlers)
|
void |
retargetMethodExpressions(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
boolean |
viewExists(javax.faces.context.FacesContext facesContext,
String viewId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewDeclarationLanguageWrapper
public ViewDeclarationLanguageWrapper()
buildView
public void buildView(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot uiViewRoot)
throws IOException
- Specified by:
buildView in class javax.faces.view.ViewDeclarationLanguage
- Throws:
IOException
createView
public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext facesContext,
String viewId)
- Specified by:
createView in class javax.faces.view.ViewDeclarationLanguage
renderView
public void renderView(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot uiViewRoot)
throws IOException
- Specified by:
renderView in class javax.faces.view.ViewDeclarationLanguage
- Throws:
IOException
restoreView
public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext facesContext,
String viewId)
- Specified by:
restoreView in class javax.faces.view.ViewDeclarationLanguage
retargetAttachedObjects
public void retargetAttachedObjects(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
List<javax.faces.view.AttachedObjectHandler> handlers)
- Overrides:
retargetAttachedObjects in class javax.faces.view.ViewDeclarationLanguage
retargetMethodExpressions
public void retargetMethodExpressions(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
- Overrides:
retargetMethodExpressions in class javax.faces.view.ViewDeclarationLanguage
viewExists
public boolean viewExists(javax.faces.context.FacesContext facesContext,
String viewId)
- Overrides:
viewExists in class javax.faces.view.ViewDeclarationLanguage
getComponentMetadata
public BeanInfo getComponentMetadata(javax.faces.context.FacesContext facesContext,
javax.faces.application.Resource componentResource)
- Specified by:
getComponentMetadata in class javax.faces.view.ViewDeclarationLanguage
getId
public String getId()
- Overrides:
getId in class javax.faces.view.ViewDeclarationLanguage
getScriptComponentResource
public javax.faces.application.Resource getScriptComponentResource(javax.faces.context.FacesContext facesContext,
javax.faces.application.Resource componentResource)
- Specified by:
getScriptComponentResource in class javax.faces.view.ViewDeclarationLanguage
getStateManagementStrategy
public javax.faces.view.StateManagementStrategy getStateManagementStrategy(javax.faces.context.FacesContext facesContext,
String viewId)
- Specified by:
getStateManagementStrategy in class javax.faces.view.ViewDeclarationLanguage
getViewMetadata
public javax.faces.view.ViewMetadata getViewMetadata(javax.faces.context.FacesContext facesContext,
String viewId)
- Specified by:
getViewMetadata in class javax.faces.view.ViewDeclarationLanguage
getWrapped
public abstract javax.faces.view.ViewDeclarationLanguage getWrapped()
- Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.view.ViewDeclarationLanguage>
Copyright © 2014 Liferay, Inc.. All Rights Reserved.