|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.ui.facelet.FaceletsRenderer.RenderingContext
protected abstract class FaceletsRenderer.RenderingContext
Sets up and tears down the rendering (FacesContext, ExternalContext) using Seam's mock contexts if JSF is not currently running. Also switches out the ViewRoot for the duration. Any output written to the ResponseWriter is buffered.
Constructor Summary | |
---|---|
FaceletsRenderer.RenderingContext(java.lang.String viewId)
|
Method Summary | |
---|---|
java.lang.String |
getOutput()
Return any output written to the ResponseWriter as a String |
protected abstract void |
process()
Override to execute within a RenderingContext |
void |
run()
Call to execute the process method inside the RenderingContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FaceletsRenderer.RenderingContext(java.lang.String viewId)
Method Detail |
---|
public void run()
public java.lang.String getOutput()
protected abstract void process()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |