org.openfaces.component.ajax
Class AjaxInitializer
java.lang.Object
org.openfaces.component.ajax.AjaxInitializer
public class AjaxInitializer
- extends java.lang.Object
This class is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly
by any application code.
Method Summary |
org.openfaces.org.json.JSONObject |
getAjaxParams(FacesContext context,
OUICommand command)
|
org.openfaces.org.json.JSONArray |
getRenderArray(FacesContext context,
OUICommand command,
java.lang.Iterable<java.lang.String> render)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxInitializer
public AjaxInitializer()
getRenderArray
public org.openfaces.org.json.JSONArray getRenderArray(FacesContext context,
OUICommand command,
java.lang.Iterable<java.lang.String> render)
getAjaxParams
public org.openfaces.org.json.JSONObject getAjaxParams(FacesContext context,
OUICommand command)
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.