|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.spring.SpringConfigurator
public class SpringConfigurator
Constructor Summary | |
---|---|
SpringConfigurator()
|
Method Summary | |
---|---|
void |
configure(Container container)
Do the Configuration actions |
java.lang.String |
getSignatures()
|
void |
setConverters(java.util.Map converters)
Setter for the map of real Converter |
void |
setConverterTypes(java.util.Map converterTypes)
Setter for the map of Converter types |
void |
setCreators(java.util.Map creators)
Setter for the map of real Creators |
void |
setCreatorTypes(java.util.Map creatorTypes)
Setter for the map of Creator types |
void |
setSignatures(java.lang.String signatures)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringConfigurator()
Method Detail |
---|
public void configure(Container container)
Configurator
configure
in interface Configurator
container
- The object that contains the system objects to configurepublic void setCreatorTypes(java.util.Map creatorTypes)
creatorTypes
- The new creator types mappublic void setConverterTypes(java.util.Map converterTypes)
converterTypes
- The new creator types mappublic void setCreators(java.util.Map creators)
creators
- The new creator mappublic void setConverters(java.util.Map converters)
converters
- The new creator mappublic void setSignatures(java.lang.String signatures)
signatures
- the signatures to setpublic java.lang.String getSignatures()
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |