Uses of Class
org.openfaces.util.InitScript

Packages that use InitScript
org.openfaces.ajax This package is only for internal usage from within the OpenFaces library. 
org.openfaces.util This package is only for internal usage from within the OpenFaces library. 
 

Uses of InitScript in org.openfaces.ajax
 

Methods in org.openfaces.ajax that return InitScript
static InitScript PartialViewContext.getCombinedAjaxInitScripts(javax.faces.context.FacesContext context)
           
 

Uses of InitScript in org.openfaces.util
 

Methods in org.openfaces.util that return types with arguments of type InitScript
static java.util.List<InitScript> Rendering.getAjaxInitScripts(javax.faces.context.FacesContext context)
           
 

Methods in org.openfaces.util with parameters of type InitScript
static void Rendering.renderInitScripts(javax.faces.context.FacesContext context, InitScript... initScripts)
          Combine javascript scripts into one script and links to javascript files and render them
 



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