Uses of Class
org.apache.myfaces.custom.dojo.DojoConfig

Packages that use DojoConfig
org.apache.myfaces.custom.dojo   
 

Uses of DojoConfig in org.apache.myfaces.custom.dojo
 

Methods in org.apache.myfaces.custom.dojo that return DojoConfig
static DojoConfig DojoUtils.getDjConfigInstance(javax.faces.context.FacesContext context)
          Request singleton getter method for the djConfig object
 DojoConfig DojoInitializer.getDojoConfig()
           
 

Methods in org.apache.myfaces.custom.dojo with parameters of type DojoConfig
static void DojoUtils.addMainInclude(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String javascriptLocation, DojoConfig config)
           
static void DojoUtils.mergeExternalDjConfig(javax.faces.context.FacesContext context, DojoConfig config)
          helper to merge in an external dojo config instance the merge algorithm is that an existing entry is overwritten if a new config entry is set make sure that this is not called too often due to the fact that we do heavy reflection in here
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.