Class FormatAdaptorSet
java.lang.Object
org.springframework.extensions.webscripts.FormatAdaptorSet
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class FormatAdaptorSet
extends Object
implements org.springframework.beans.factory.InitializingBean
Set of Format Readers and Writers.
- Author:
- davidc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetReaders(Set<FormatReader<Object>> readers) Sets the readersvoidsetRegistry(FormatRegistry registry) Sets the Format RegistryvoidsetWriters(Set<FormatWriter<Object>> writers) Sets the writers
-
Constructor Details
-
FormatAdaptorSet
public FormatAdaptorSet()
-
-
Method Details
-
setRegistry
Sets the Format Registry- Parameters:
registry- FormatRegistry
-
setReaders
Sets the readers- Parameters:
readers- Set<FormatReader
-
setWriters
Sets the writers- Parameters:
writers- Set<FormatWriter
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-