org.apache.struts2.jsf
Class FacesRender
java.lang.Object
org.apache.struts2.jsf.FacesSupport
org.apache.struts2.jsf.FacesRender
public class FacesRender
- extends FacesSupport
Performs the JSF render lifecycle phase.
Method Summary |
void |
render(javax.faces.context.FacesContext facesContext)
Executes the render phase, borrowed from MyFaces |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesRender
public FacesRender()
render
public void render(javax.faces.context.FacesContext facesContext)
throws javax.faces.FacesException
- Executes the render phase, borrowed from MyFaces
- Parameters:
facesContext
- The faces context
- Throws:
javax.faces.FacesException
- If anything goes wrong
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.