|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.apache.myfaces.custom.dojo.DojoInitializer
public class DojoInitializer
Default component for the dojo intializer
This component is purely non visual, and serves for
quick hacking, and prototyping the dojo toolkit within
verbatimed html.
Dojo initializer helper tag for debugging and communication flags.
This tag encapsules the Dojo DjConfig meta configuration and also
adds the needed dojo required functionality.
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
DEFAULT_RENDERER_TYPE
|
Constructor Summary | |
---|---|
DojoInitializer()
|
Method Summary | |
---|---|
Boolean |
getAllowQueryConfig()
Triggers a standard dojo allowQueryConfig as defined by the Dojo Toolkit. |
String |
getBaseScriptUri()
Triggers a standard dojo baseScriptUri as defined by the Dojo Toolkit Allows the alteration of the dojo loading root path used by require. |
String |
getBindEncoding()
Triggers a standard dojo bindEncoding as defined by the Dojo Toolkit Although this control most of the times is not needed one usage in plain jsf applications can be thought of. |
String |
getComponentType()
|
Boolean |
getDebug()
Triggers a standard dojo debug as defined by the Dojo Toolkit Enables the dojo debugging framework. |
Boolean |
getDebugAtAllCosts()
Triggers a standard dojo debugAtAllCosts as defined by the Dojo Toolkit Tries to enforce debugging even if the browser version does not allow it to work properlys |
Boolean |
getDebugConsole()
Triggers a standard dojo debugConsole as defined by the Dojo Toolkit This flag pops up a separate in frame floating window which receives the debugging output. |
String |
getDebugContainerId()
Triggers a standard dojo debugContainerId as defined by the Dojo Toolkit This flag notifies the Dojo toolkit about the id which should receive the debug output. |
Boolean |
getDevelopment()
Triggers a standard dojo development as defined by the Dojo Toolkit If this parameter is set to true. |
DojoConfig |
getDojoConfig()
|
Boolean |
getExpanded()
Triggers a standard dojo development as defined by the Dojo Toolkit If you can find additional info about this attribute please fill in here |
String |
getFamily()
|
Boolean |
getIgnoreClassNames()
Triggers a standard dojo ignoreClassNames as defined by the Dojo Toolkit This attribute turns on the case insensitive handling of classnames by require and other Dojo class loader mechanisms. |
String |
getIoSendTransport()
Dojo in its underlying architecture allows various options of server-client side communication. |
Boolean |
getParseWidgets()
Triggers a standard dojo parseWidgets as defined by the Dojo Toolkit This parameter is used to turn on or off the dojo widgeting parsing. |
Boolean |
getPreventBackButtonFix()
Dojo uses internally back button blockers to avoid problems with ajax requests causing the back button, to move out of the back page navigation order. |
String |
getProvide()
Triggers a standard dojo provide as defined by the Dojo Toolkit |
String |
getRendererType()
|
String |
getRequire()
Triggers a standard dojo provide as defined by the Dojo Toolkit |
String |
getSearchIds()
Triggers a standard dojo development as defined by the Dojo Toolkit If you can find additional info about this attribute please fill in here |
Object |
getValue()
|
boolean |
isDojoConfigParamSet()
|
void |
restoreState(javax.faces.context.FacesContext context,
Object state)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAllowQueryConfig(Boolean allowQueryConfig)
|
void |
setBaseScriptUri(String baseScriptUri)
|
void |
setBindEncoding(String bindEncoding)
|
void |
setDebug(Boolean debug)
|
void |
setDebugAtAllCosts(Boolean debugAtAllCosts)
|
void |
setDebugConsole(Boolean debugConsole)
|
void |
setDebugContainerId(String debugContainerId)
|
void |
setDevelopment(Boolean development)
|
void |
setDojoConfigParamSet(boolean dojoConfigParamSet)
|
void |
setExpanded(Boolean expanded)
|
void |
setIgnoreClassNames(Boolean ignoreClassNames)
|
void |
setIoSendTransport(String ioSendTransport)
|
void |
setParseWidgets(Boolean parseWidgets)
|
void |
setPreventBackButtonFix(Boolean preventBackButtonFix)
|
void |
setProvide(String provide)
|
void |
setRequire(String required)
|
void |
setSearchIds(String searchIds)
|
Methods inherited from class javax.faces.component.UIOutput |
---|
getConverter, getLocalValue, setConverter, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String DEFAULT_RENDERER_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public DojoInitializer()
Method Detail |
---|
public Boolean getAllowQueryConfig()
public String getBaseScriptUri()
public String getBindEncoding()
public String getComponentType()
public Boolean getDebug()
public Boolean getDebugAtAllCosts()
public Boolean getDebugConsole()
public String getDebugContainerId()
public DojoConfig getDojoConfig()
public Boolean getExpanded()
public String getFamily()
getFamily
in class javax.faces.component.UIOutput
public Boolean getIgnoreClassNames()
public String getIoSendTransport()
public Boolean getParseWidgets()
public Boolean getPreventBackButtonFix()
public String getProvide()
public String getRendererType()
getRendererType
in class javax.faces.component.UIComponentBase
public String getRequire()
public String getSearchIds()
public Boolean getDevelopment()
public Object getValue()
getValue
in interface javax.faces.component.ValueHolder
getValue
in class javax.faces.component.UIOutput
public boolean isDojoConfigParamSet()
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIOutput
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIOutput
public void setAllowQueryConfig(Boolean allowQueryConfig)
public void setBaseScriptUri(String baseScriptUri)
public void setBindEncoding(String bindEncoding)
public void setDebug(Boolean debug)
public void setDebugAtAllCosts(Boolean debugAtAllCosts)
public void setDebugConsole(Boolean debugConsole)
public void setDebugContainerId(String debugContainerId)
public void setDojoConfigParamSet(boolean dojoConfigParamSet)
public void setExpanded(Boolean expanded)
public void setIgnoreClassNames(Boolean ignoreClassNames)
public void setIoSendTransport(String ioSendTransport)
public void setParseWidgets(Boolean parseWidgets)
public void setPreventBackButtonFix(Boolean preventBackButtonFix)
public void setProvide(String provide)
public void setRequire(String required)
public void setSearchIds(String searchIds)
public void setDevelopment(Boolean development)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |