com.liferay.faces.bridge.application.view
Class ViewDeclarationLanguageJspImpl

java.lang.Object
  extended by javax.faces.view.ViewDeclarationLanguage
      extended by com.liferay.faces.bridge.application.view.ViewDeclarationLanguageWrapper
          extended by 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

Field Summary
 
Fields inherited from class javax.faces.view.ViewDeclarationLanguage
FACELETS_VIEW_DECLARATION_LANGUAGE_ID, JSP_VIEW_DECLARATION_LANGUAGE_ID
 
Constructor Summary
ViewDeclarationLanguageJspImpl(javax.faces.view.ViewDeclarationLanguage viewDeclarationLanguage)
           
 
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 com.liferay.faces.bridge.application.view.ViewDeclarationLanguageWrapper
createView, getComponentMetadata, getId, getScriptComponentResource, getStateManagementStrategy, getViewMetadata, restoreView, retargetAttachedObjects, retargetMethodExpressions, viewExists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewDeclarationLanguageJspImpl

public ViewDeclarationLanguageJspImpl(javax.faces.view.ViewDeclarationLanguage viewDeclarationLanguage)
Method Detail

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.