org.apache.myfaces.custom.dojo
Class DojoInitializer

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.apache.myfaces.custom.dojo.DojoInitializer
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class DojoInitializer
extends javax.faces.component.UIOutput

Default component for the dojo intializer

Version:
$Revision: 504928 $ $Date: 2007-02-08 16:23:51 +0100 (Do, 08 Feb 2007) $
Author:
Werner Punz (latest modification by $Author: gmuellan $)

Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Constructor Summary
DojoInitializer()
           
 
Method Summary
 java.lang.Boolean getAllowQueryConfig()
           
 java.lang.String getBaseScriptUri()
           
 java.lang.String getBindEncoding()
           
 java.lang.String getComponentType()
           
 java.lang.Boolean getDebug()
           
 java.lang.Boolean getDebugAtAllCosts()
           
 java.lang.Boolean getDebugConsole()
           
 java.lang.String getDebugContainerId()
           
 DojoConfig getDojoConfig()
           
 java.lang.Boolean getExpanded()
           
 java.lang.String getFamily()
           
 java.lang.Boolean getIgnoreClassNames()
           
 java.lang.String getIoSendTransport()
           
 java.lang.Boolean getParseWidgets()
           
 java.lang.Boolean getPreventBackButtonFix()
           
 java.lang.String getProvide()
           
 java.lang.String getRendererType()
           
 java.lang.String getRequire()
           
 java.lang.String getSearchIds()
           
 java.lang.Object getValue()
           
 boolean isDojoConfigParamSet()
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setAllowQueryConfig(java.lang.Boolean allowQueryConfig)
           
 void setBaseScriptUri(java.lang.String baseScriptUri)
           
 void setBindEncoding(java.lang.String bindEncoding)
           
 void setDebug(java.lang.Boolean debug)
           
 void setDebugAtAllCosts(java.lang.Boolean debugAtAllCosts)
           
 void setDebugConsole(java.lang.Boolean debugConsole)
           
 void setDebugContainerId(java.lang.String debugContainerId)
           
 void setDevelopment(java.lang.Boolean development)
           
 void setDojoConfigParamSet(boolean dojoConfigParamSet)
           
 void setExpanded(java.lang.Boolean expanded)
           
 void setIgnoreClassNames(java.lang.Boolean ignoreClassNames)
           
 void setIoSendTransport(java.lang.String ioSendTransport)
           
 void setParseWidgets(java.lang.Boolean parseWidgets)
           
 void setPreventBackButtonFix(java.lang.Boolean preventBackButtonFix)
           
 void setProvide(java.lang.String provide)
           
 void setRequire(java.lang.String required)
           
 void setSearchIds(java.lang.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

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

DEFAULT_RENDERER_TYPE

public static final java.lang.String DEFAULT_RENDERER_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

DojoInitializer

public DojoInitializer()
Method Detail

getAllowQueryConfig

public java.lang.Boolean getAllowQueryConfig()

getBaseScriptUri

public java.lang.String getBaseScriptUri()

getBindEncoding

public java.lang.String getBindEncoding()

getComponentType

public java.lang.String getComponentType()

getDebug

public java.lang.Boolean getDebug()

getDebugAtAllCosts

public java.lang.Boolean getDebugAtAllCosts()

getDebugConsole

public java.lang.Boolean getDebugConsole()

getDebugContainerId

public java.lang.String getDebugContainerId()

getDojoConfig

public DojoConfig getDojoConfig()

getExpanded

public java.lang.Boolean getExpanded()

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class javax.faces.component.UIOutput

getIgnoreClassNames

public java.lang.Boolean getIgnoreClassNames()

getIoSendTransport

public java.lang.String getIoSendTransport()

getParseWidgets

public java.lang.Boolean getParseWidgets()

getPreventBackButtonFix

public java.lang.Boolean getPreventBackButtonFix()

getProvide

public java.lang.String getProvide()

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class javax.faces.component.UIComponentBase

getRequire

public java.lang.String getRequire()

getSearchIds

public java.lang.String getSearchIds()

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface javax.faces.component.ValueHolder
Overrides:
getValue in class javax.faces.component.UIOutput

isDojoConfigParamSet

public boolean isDojoConfigParamSet()

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIOutput

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIOutput

setAllowQueryConfig

public void setAllowQueryConfig(java.lang.Boolean allowQueryConfig)

setBaseScriptUri

public void setBaseScriptUri(java.lang.String baseScriptUri)

setBindEncoding

public void setBindEncoding(java.lang.String bindEncoding)

setDebug

public void setDebug(java.lang.Boolean debug)

setDebugAtAllCosts

public void setDebugAtAllCosts(java.lang.Boolean debugAtAllCosts)

setDebugConsole

public void setDebugConsole(java.lang.Boolean debugConsole)

setDebugContainerId

public void setDebugContainerId(java.lang.String debugContainerId)

setDojoConfigParamSet

public void setDojoConfigParamSet(boolean dojoConfigParamSet)

setExpanded

public void setExpanded(java.lang.Boolean expanded)

setIgnoreClassNames

public void setIgnoreClassNames(java.lang.Boolean ignoreClassNames)

setIoSendTransport

public void setIoSendTransport(java.lang.String ioSendTransport)

setParseWidgets

public void setParseWidgets(java.lang.Boolean parseWidgets)

setPreventBackButtonFix

public void setPreventBackButtonFix(java.lang.Boolean preventBackButtonFix)

setProvide

public void setProvide(java.lang.String provide)

setRequire

public void setRequire(java.lang.String required)

setSearchIds

public void setSearchIds(java.lang.String searchIds)

setDevelopment

public void setDevelopment(java.lang.Boolean development)


Copyright © 2009. All Rights Reserved.