org.apache.myfaces.custom.dojo
Class DojoConfig
java.lang.Object
org.apache.myfaces.custom.dojo.DojoConfig
- All Implemented Interfaces:
- java.io.Serializable
public class DojoConfig
- extends java.lang.Object
- implements java.io.Serializable
Dojo configuration holder helper
this is a helper class to generate
a dojo configuration
if a null value is set the toString
ignores the djconfig
the toString method generates a full djconfig
Warning if you adjust the dojo config params
do it before rendering
because this stuff is shared in the request
as a singleton value in normal circumstances!
(unless you want to influence the dojo config
seriously afterwards please, follow this guideline
use the decode phase or something similar if not available)
- Version:
- $Revision: 472638 $ $Date: 2006-11-08 21:54:13 +0100 (Mi, 08 Nov 2006) $
- Author:
- Werner Punz (latest modification by $Author: grantsmith $)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ATTR_DOJO_TYPE
public static java.lang.String ATTR_DOJO_TYPE
DojoConfig
public DojoConfig()
getAllowQueryConfig
public java.lang.Boolean getAllowQueryConfig()
getBaseScriptUri
public java.lang.String getBaseScriptUri()
getBindEncoding
public java.lang.String getBindEncoding()
getDebug
public java.lang.Boolean getDebug()
getDebugAtAllCosts
public java.lang.Boolean getDebugAtAllCosts()
getDebugContainerId
public java.lang.String getDebugContainerId()
getIgnoreClassNames
public java.lang.Boolean getIgnoreClassNames()
getIoSendTransport
public java.lang.String getIoSendTransport()
getParseWidgets
public java.lang.Boolean getParseWidgets()
getPreventBackButtonFix
public java.lang.Boolean getPreventBackButtonFix()
getSearchIds
public java.lang.String getSearchIds()
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)
setDebugContainerId
public void setDebugContainerId(java.lang.String debugContainerId)
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)
setSearchIds
public void setSearchIds(java.lang.String searchIds)
toString
public java.lang.String toString()
- returns a valid djconfig string
- Overrides:
toString
in class java.lang.Object
getDevelopment
public java.lang.Boolean getDevelopment()
setDevelopment
public void setDevelopment(java.lang.Boolean development)
Copyright © 2009. All Rights Reserved.