org.springframework.web.servlet.view.json.writer.xstream
Class XStreamJsonWriterConfiguratorTemplate

java.lang.Object
  extended by org.springframework.web.servlet.view.json.writer.xstream.XStreamJsonWriterConfiguratorTemplate
All Implemented Interfaces:
JsonWriterConfiguratorTemplate

public abstract class XStreamJsonWriterConfiguratorTemplate
extends Object
implements JsonWriterConfiguratorTemplate


Constructor Summary
XStreamJsonWriterConfiguratorTemplate()
           
 
Method Summary
 Object getConfigurator()
           
 String getRegistryName()
           
abstract  SpringJsonXStream getSpringJsonXStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamJsonWriterConfiguratorTemplate

public XStreamJsonWriterConfiguratorTemplate()
Method Detail

getConfigurator

public Object getConfigurator()
Specified by:
getConfigurator in interface JsonWriterConfiguratorTemplate

getRegistryName

public String getRegistryName()
Specified by:
getRegistryName in interface JsonWriterConfiguratorTemplate

getSpringJsonXStream

public abstract SpringJsonXStream getSpringJsonXStream()


Copyright © 2010. All Rights Reserved.