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,
java.lang.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 |