org.apache.myfaces.tobago.ajax.api
Class AjaxUtils

java.lang.Object
  extended by org.apache.myfaces.tobago.ajax.api.AjaxUtils

public class AjaxUtils
extends Object


Constructor Summary
AjaxUtils()
           
 
Method Summary
static void checkParamValidity(FacesContext facesContext, UIComponent uiComponent, Class compClass)
           
static void encodeAjaxComponent(FacesContext facesContext, UIComponent component)
           
static void processActiveAjaxComponent(FacesContext facesContext, UIComponent component)
           
static void processAjax(FacesContext facesContext, UIComponent component)
           
static void processAjaxOnChildren(FacesContext facesContext, UIComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxUtils

public AjaxUtils()
Method Detail

checkParamValidity

public static void checkParamValidity(FacesContext facesContext,
                                      UIComponent uiComponent,
                                      Class compClass)

encodeAjaxComponent

public static void encodeAjaxComponent(FacesContext facesContext,
                                       UIComponent component)
                                throws IOException
Throws:
IOException

processAjax

public static void processAjax(FacesContext facesContext,
                               UIComponent component)
                        throws IOException
Throws:
IOException

processActiveAjaxComponent

public static void processActiveAjaxComponent(FacesContext facesContext,
                                              UIComponent component)
                                       throws IOException
Throws:
IOException

processAjaxOnChildren

public static void processAjaxOnChildren(FacesContext facesContext,
                                         UIComponent component)
                                  throws IOException
Throws:
IOException


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.