| Class Summary | 
| DojoConfig | 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) | 
| 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.
 | 
| DojoInitializerRenderer | Dojointializerrenderer | 
| DojoInitializerTag |  | 
| DojoUtils | Utils class for the dojo infrastructure to ease the component building
 mechanisms note this class uses its own double entries filter due to the fact
 that we can mix and match header and body scripts as needed (we do not want
 to lose portal functionality do we?) |