|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.xsp.ajax.RenderCallback
public abstract class RenderCallback
Interface used by Ajax component rendering a piece of markup. It is used in conjunction with the AjaxUtil.renderMarkup() method. when called, it initializes the ViewHandler and JSF ResponseWriter properly, while also delegating to the UIViewRoot to get the ScriptCollector being rendered as well.
Constructor Summary | |
---|---|
RenderCallback()
|
Method Summary | |
---|---|
boolean |
isRenderScript(javax.faces.context.FacesContext context)
|
abstract void |
render(javax.faces.context.FacesContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderCallback()
Method Detail |
---|
public abstract void render(javax.faces.context.FacesContext context) throws java.io.IOException
java.io.IOException
public boolean isRenderScript(javax.faces.context.FacesContext context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |