org.apache.myfaces.custom.dojo
Class DojoConfig

java.lang.Object
  extended by org.apache.myfaces.custom.dojo.DojoConfig
All Implemented Interfaces:
Serializable

public class DojoConfig
extends Object
implements 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 15:54:13 -0500 (Wed, 08 Nov 2006) $
Author:
Werner Punz (latest modification by $Author: grantsmith $)
See Also:
Serialized Form

Field Summary
static String ATTR_DOJO_TYPE
           
 
Constructor Summary
DojoConfig()
           
 
Method Summary
 Boolean getAllowQueryConfig()
           
 String getBaseScriptUri()
           
 String getBindEncoding()
           
 Boolean getDebug()
           
 Boolean getDebugAtAllCosts()
           
 String getDebugContainerId()
           
 Boolean getDevelopment()
           
 Boolean getIgnoreClassNames()
           
 String getIoSendTransport()
           
 Boolean getParseWidgets()
           
 Boolean getPreventBackButtonFix()
           
 String getSearchIds()
           
 void setAllowQueryConfig(Boolean allowQueryConfig)
           
 void setBaseScriptUri(String baseScriptUri)
           
 void setBindEncoding(String bindEncoding)
           
 void setDebug(Boolean debug)
           
 void setDebugAtAllCosts(Boolean debugAtAllCosts)
           
 void setDebugContainerId(String debugContainerId)
           
 void setDevelopment(Boolean development)
           
 void setIgnoreClassNames(Boolean ignoreClassNames)
           
 void setIoSendTransport(String ioSendTransport)
           
 void setParseWidgets(Boolean parseWidgets)
           
 void setPreventBackButtonFix(Boolean preventBackButtonFix)
           
 void setSearchIds(String searchIds)
           
 String toString()
          returns a valid djconfig string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTR_DOJO_TYPE

public static String ATTR_DOJO_TYPE
Constructor Detail

DojoConfig

public DojoConfig()
Method Detail

getAllowQueryConfig

public Boolean getAllowQueryConfig()

getBaseScriptUri

public String getBaseScriptUri()

getBindEncoding

public String getBindEncoding()

getDebug

public Boolean getDebug()

getDebugAtAllCosts

public Boolean getDebugAtAllCosts()

getDebugContainerId

public String getDebugContainerId()

getIgnoreClassNames

public Boolean getIgnoreClassNames()

getIoSendTransport

public String getIoSendTransport()

getParseWidgets

public Boolean getParseWidgets()

getPreventBackButtonFix

public Boolean getPreventBackButtonFix()

getSearchIds

public String getSearchIds()

setAllowQueryConfig

public void setAllowQueryConfig(Boolean allowQueryConfig)

setBaseScriptUri

public void setBaseScriptUri(String baseScriptUri)

setBindEncoding

public void setBindEncoding(String bindEncoding)

setDebug

public void setDebug(Boolean debug)

setDebugAtAllCosts

public void setDebugAtAllCosts(Boolean debugAtAllCosts)

setDebugContainerId

public void setDebugContainerId(String debugContainerId)

setIgnoreClassNames

public void setIgnoreClassNames(Boolean ignoreClassNames)

setIoSendTransport

public void setIoSendTransport(String ioSendTransport)

setParseWidgets

public void setParseWidgets(Boolean parseWidgets)

setPreventBackButtonFix

public void setPreventBackButtonFix(Boolean preventBackButtonFix)

setSearchIds

public void setSearchIds(String searchIds)

toString

public String toString()
returns a valid djconfig string

Overrides:
toString in class Object

getDevelopment

public Boolean getDevelopment()

setDevelopment

public void setDevelopment(Boolean development)


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