org.openfaces.component.ajax
Class AjaxInitializer

java.lang.Object
  extended by 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.


Constructor Summary
AjaxInitializer()
           
 
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
 

Constructor Detail

AjaxInitializer

public AjaxInitializer()
Method Detail

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.