|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ltd.getahead.dwr.impl.DefaultConfiguration
public class DefaultConfiguration
The DefaultConfiguration class has responsibility for reading all config data from web.xml and dwr.xml
| Constructor Summary | |
|---|---|
DefaultConfiguration()
|
|
| Method Summary | |
|---|---|
void |
addConfig(org.w3c.dom.Document doc)
Add to the current configuration by reading a DOM tree directly |
void |
addConfig(java.io.InputStream in)
Add to the current configuration by reading a DOM tree from a IO stream. |
AccessControl |
getAccessControl()
Accessor for the security manager |
ConverterManager |
getConverterManager()
Accessor for the DefaultConverterManager that we configure |
CreatorManager |
getCreatorManager()
Accessor for the DefaultCreatorManager that we configure |
void |
setAccessControl(AccessControl accessControl)
Accessor for the security manager |
void |
setConverterManager(ConverterManager converterManager)
Accessor for the DefaultCreatorManager that we configure |
void |
setCreatorManager(CreatorManager creatorManager)
Accessor for the DefaultCreatorManager that we configure |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConfiguration()
| Method Detail |
|---|
public void addConfig(java.io.InputStream in)
throws javax.xml.parsers.ParserConfigurationException,
java.io.IOException,
org.xml.sax.SAXException
Configuration
addConfig in interface Configurationin - The InputStream to parse from
javax.xml.parsers.ParserConfigurationException - If there are XML setup problems
java.io.IOException - Error parsing dwr.xml
org.xml.sax.SAXException - Error parsing dwr.xmlpublic void addConfig(org.w3c.dom.Document doc)
Configuration
addConfig in interface Configurationdoc - The DOM treepublic void setCreatorManager(CreatorManager creatorManager)
creatorManager - The new DefaultConverterManagerpublic CreatorManager getCreatorManager()
public void setConverterManager(ConverterManager converterManager)
converterManager - The new DefaultConverterManagerpublic ConverterManager getConverterManager()
public AccessControl getAccessControl()
public void setAccessControl(AccessControl accessControl)
accessControl - The accessControl to set.
|
Copyright ¨ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||