org.apache.myfaces.tobago.ajax.api
Class AjaxUtils
java.lang.Object
org.apache.myfaces.tobago.ajax.api.AjaxUtils
public class AjaxUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxUtils
public AjaxUtils()
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.