| java.lang.Object org.directwebremoting.spring.SpringConfigurator
SpringConfigurator | public class SpringConfigurator implements Configurator(Code) | | author: Joe Walker [joe at getahead dot ltd dot uk] |
getSignatures | public String getSignatures()(Code) | | the signatures |
setConverterTypes | public void setConverterTypes(Map<String, String> converterTypes)(Code) | | Setter for the map of Converter types
Parameters: converterTypes - The new creator types map |
setConverters | public void setConverters(Map<String, ConverterConfig> converters)(Code) | | Setter for the map of real Converter
Parameters: converters - The new creator map |
setCreatorTypes | public void setCreatorTypes(Map<String, String> creatorTypes)(Code) | | Setter for the map of Creator types
Parameters: creatorTypes - The new creator types map |
setCreators | public void setCreators(Map<String, CreatorConfig> creators)(Code) | | Setter for the map of real Creators
Parameters: creators - The new creator map |
setSignatures | public void setSignatures(String signatures)(Code) | | Parameters: signatures - the signatures to set |
|
|