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
 JSONObject getAjaxParams(javax.faces.context.FacesContext context, OUICommand command)
           
 JSONArray getRenderArray(javax.faces.context.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 JSONArray getRenderArray(javax.faces.context.FacesContext context,
                                OUICommand command,
                                java.lang.Iterable<java.lang.String> render)

getAjaxParams

public JSONObject getAjaxParams(javax.faces.context.FacesContext context,
                                OUICommand command)


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.