com.liferay.faces.bridge.application.view
Class ViewDeclarationLanguageJspImpl
java.lang.Object
javax.faces.view.ViewDeclarationLanguage
com.liferay.faces.bridge.application.view.ViewDeclarationLanguageWrapper
com.liferay.faces.bridge.application.view.ViewDeclarationLanguageJspImpl
- All Implemented Interfaces:
- javax.faces.FacesWrapper<javax.faces.view.ViewDeclarationLanguage>
public class ViewDeclarationLanguageJspImpl
- extends ViewDeclarationLanguageWrapper
- 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.view.ViewDeclarationLanguage |
getWrapped()
|
void |
renderView(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot uiViewRoot)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewDeclarationLanguageJspImpl
public ViewDeclarationLanguageJspImpl(javax.faces.view.ViewDeclarationLanguage viewDeclarationLanguage)
buildView
public void buildView(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot uiViewRoot)
throws IOException
- Overrides:
buildView in class ViewDeclarationLanguageWrapper
- Throws:
IOException
renderView
public void renderView(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot uiViewRoot)
throws IOException
- Overrides:
renderView in class ViewDeclarationLanguageWrapper
- Throws:
IOException
getWrapped
public javax.faces.view.ViewDeclarationLanguage getWrapped()
- Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.view.ViewDeclarationLanguage>- Specified by:
getWrapped in class ViewDeclarationLanguageWrapper
Copyright © 2014 Liferay, Inc.. All Rights Reserved.