com.ibm.xsp.ajax
Class RenderCallback

java.lang.Object
  extended by com.ibm.xsp.ajax.RenderCallback

public abstract class RenderCallback
extends java.lang.Object

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

RenderCallback

public RenderCallback()
Method Detail

render

public abstract void render(javax.faces.context.FacesContext context)
                     throws java.io.IOException
Throws:
java.io.IOException

isRenderScript

public boolean isRenderScript(javax.faces.context.FacesContext context)