org.jboss.seam.ui.facelet
public class RendererRequest extends Object
| Constructor and Description |
|---|
RendererRequest(String viewId) |
| Modifier and Type | Method and Description |
|---|---|
protected com.sun.faces.facelets.Facelet |
faceletForViewId(String viewId)
Get a Facelet for a URL
|
String |
getOutput() |
protected void |
renderFacelet(javax.faces.context.FacesContext facesContext,
com.sun.faces.facelets.Facelet facelet)
Render a Facelet
|
protected void |
resetContextClassLoader() |
void |
run() |
protected void |
setContextClassLoader() |
public RendererRequest(String viewId)
protected void setContextClassLoader()
protected void resetContextClassLoader()
public void run()
throws IOException
IOExceptionpublic String getOutput()
protected com.sun.faces.facelets.Facelet faceletForViewId(String viewId) throws IOException
IOExceptionprotected void renderFacelet(javax.faces.context.FacesContext facesContext,
com.sun.faces.facelets.Facelet facelet)
throws IOException
IOExceptionCopyright © 2015 Seam Framework. All Rights Reserved.