org.springframework.web.servlet.view.json.writer.jsonlib
Class JsonlibJsonWriterConfiguratorTemplate

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

public abstract class JsonlibJsonWriterConfiguratorTemplate
extends Object
implements JsonWriterConfiguratorTemplate


Constructor Summary
JsonlibJsonWriterConfiguratorTemplate()
           
 
Method Summary
 Object getConfigurator()
           
abstract  net.sf.json.JsonConfig getJsonConfig()
           
 String getRegistryName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonlibJsonWriterConfiguratorTemplate

public JsonlibJsonWriterConfiguratorTemplate()
Method Detail

getConfigurator

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

getRegistryName

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

getJsonConfig

public abstract net.sf.json.JsonConfig getJsonConfig()


Copyright © 2010. All Rights Reserved.