org.apache.myfaces.portlet
Class PortletViewHandler
java.lang.Object
javax.faces.application.ViewHandler
javax.faces.application.ViewHandlerWrapper
org.apache.myfaces.portlet.PortletViewHandler
public class PortletViewHandler
- extends ViewHandlerWrapper
TODO: test this portlet view handler in portlet environment
- Version:
- $Revision: 517404 $ $Date: 2007-03-12 16:17:24 -0500 (Mon, 12 Mar 2007) $
- Author:
- Mathias Broekelmann (latest modification by $Author: mbr $)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletViewHandler
public PortletViewHandler(ViewHandler viewHandler)
getWrapped
protected ViewHandler getWrapped()
- Specified by:
getWrapped in class ViewHandlerWrapper
restoreView
public UIViewRoot restoreView(FacesContext context,
String viewId)
- Overrides:
restoreView in class ViewHandlerWrapper
createView
public UIViewRoot createView(FacesContext context,
String viewId)
- Overrides:
createView in class ViewHandlerWrapper
getActionURL
public String getActionURL(FacesContext context,
String viewId)
- Overrides:
getActionURL in class ViewHandlerWrapper
renderView
public void renderView(FacesContext context,
UIViewRoot viewToRender)
throws IOException,
FacesException
- Overrides:
renderView in class ViewHandlerWrapper
- Throws:
IOException
FacesException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.