com.ibm.xsp.component
Interface FacesAjaxComponent

All Known Implementing Classes:
UIDataEx, UIDataIterator, UIFileDownload, UIInputRichText, UITypeAhead, UIViewPanel, XspDataIterator, XspDataTableEx, XspFileDownload, XspInputRichText, XspTypeAhead, XspViewPanel

public interface FacesAjaxComponent

Implemented by UIComponents which can handle Ajax requests and return a valid response.


Method Summary
 boolean handles(javax.faces.context.FacesContext context)
          Check if the pathinfo request is for this target ajax component
 void processAjaxRequest(javax.faces.context.FacesContext context)
          Process the request for this target ajax component
 

Method Detail

handles

boolean handles(javax.faces.context.FacesContext context)
Check if the pathinfo request is for this target ajax component

Parameters:
context -
Returns:
true if request handler

processAjaxRequest

void processAjaxRequest(javax.faces.context.FacesContext context)
                        throws java.io.IOException
Process the request for this target ajax component

Parameters:
context -
Throws:
java.io.IOException