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

java.lang.Object
  extended by com.thoughtworks.xstream.XStream
      extended by org.springframework.web.servlet.view.json.writer.xstream.SpringJsonXStream

public class SpringJsonXStream
extends com.thoughtworks.xstream.XStream


Nested Class Summary
 
Nested classes/interfaces inherited from class com.thoughtworks.xstream.XStream
com.thoughtworks.xstream.XStream.InitializationException
 
Field Summary
 
Fields inherited from class com.thoughtworks.xstream.XStream
ID_REFERENCES, NO_REFERENCES, PRIORITY_LOW, PRIORITY_NORMAL, PRIORITY_VERY_HIGH, PRIORITY_VERY_LOW, XPATH_ABSOLUTE_REFERENCES, XPATH_REFERENCES, XPATH_RELATIVE_REFERENCES
 
Constructor Summary
protected SpringJsonXStream()
           
protected SpringJsonXStream(com.thoughtworks.xstream.io.HierarchicalStreamDriver hierarchicalStreamDriver)
           
protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
           
protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider, com.thoughtworks.xstream.alias.ClassMapper classMapper, com.thoughtworks.xstream.io.HierarchicalStreamDriver driver)
           
protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider, com.thoughtworks.xstream.alias.ClassMapper classMapper, com.thoughtworks.xstream.io.HierarchicalStreamDriver driver, String classAttributeIdentifier)
           
protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider, com.thoughtworks.xstream.io.HierarchicalStreamDriver hierarchicalStreamDriver)
           
protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider, com.thoughtworks.xstream.io.HierarchicalStreamDriver driver, ClassLoader classLoader)
           
protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider, com.thoughtworks.xstream.io.HierarchicalStreamDriver driver, ClassLoader classLoader, com.thoughtworks.xstream.mapper.Mapper mapper)
           
protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider, com.thoughtworks.xstream.io.HierarchicalStreamDriver driver, ClassLoader classLoader, com.thoughtworks.xstream.mapper.Mapper mapper, PropertyEditorRegistryConverterLookup converterLookup, com.thoughtworks.xstream.converters.ConverterRegistry converterRegistry)
           
protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider, com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.io.HierarchicalStreamDriver driver)
           
 
Method Summary
 org.springframework.validation.BindingResult getBindingResult()
           
 void setBindingResult(org.springframework.validation.BindingResult bindingResult)
           
 
Methods inherited from class com.thoughtworks.xstream.XStream
addDefaultImplementation, addImmutableType, addImplicitCollection, addImplicitCollection, addImplicitCollection, alias, alias, aliasAttribute, aliasAttribute, aliasField, aliasType, autodetectAnnotations, createObjectInputStream, createObjectInputStream, createObjectInputStream, createObjectOutputStream, createObjectOutputStream, createObjectOutputStream, createObjectOutputStream, createObjectOutputStream, createObjectOutputStream, fromXML, fromXML, fromXML, fromXML, fromXML, fromXML, getClassLoader, getClassMapper, getConverterLookup, getMapper, getReflectionProvider, marshal, marshal, newDataHolder, omitField, processAnnotations, processAnnotations, registerConverter, registerConverter, registerConverter, registerConverter, registerLocalConverter, registerLocalConverter, setClassLoader, setMarshallingStrategy, setMode, setupAliases, setupConverters, setupDefaultImplementations, setupImmutableTypes, toXML, toXML, toXML, unmarshal, unmarshal, unmarshal, useAttributeFor, useAttributeFor, useAttributeFor, useXStream11XmlFriendlyMapper, wrapMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringJsonXStream

protected SpringJsonXStream()

SpringJsonXStream

protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
                            com.thoughtworks.xstream.io.HierarchicalStreamDriver driver,
                            ClassLoader classLoader,
                            com.thoughtworks.xstream.mapper.Mapper mapper,
                            PropertyEditorRegistryConverterLookup converterLookup,
                            com.thoughtworks.xstream.converters.ConverterRegistry converterRegistry)

SpringJsonXStream

protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)

SpringJsonXStream

protected SpringJsonXStream(com.thoughtworks.xstream.io.HierarchicalStreamDriver hierarchicalStreamDriver)

SpringJsonXStream

protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
                            com.thoughtworks.xstream.io.HierarchicalStreamDriver hierarchicalStreamDriver)

SpringJsonXStream

protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
                            com.thoughtworks.xstream.alias.ClassMapper classMapper,
                            com.thoughtworks.xstream.io.HierarchicalStreamDriver driver)

SpringJsonXStream

protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
                            com.thoughtworks.xstream.alias.ClassMapper classMapper,
                            com.thoughtworks.xstream.io.HierarchicalStreamDriver driver,
                            String classAttributeIdentifier)

SpringJsonXStream

protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
                            com.thoughtworks.xstream.mapper.Mapper mapper,
                            com.thoughtworks.xstream.io.HierarchicalStreamDriver driver)

SpringJsonXStream

protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
                            com.thoughtworks.xstream.io.HierarchicalStreamDriver driver,
                            ClassLoader classLoader)

SpringJsonXStream

protected SpringJsonXStream(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
                            com.thoughtworks.xstream.io.HierarchicalStreamDriver driver,
                            ClassLoader classLoader,
                            com.thoughtworks.xstream.mapper.Mapper mapper)
Method Detail

setBindingResult

public void setBindingResult(org.springframework.validation.BindingResult bindingResult)

getBindingResult

public org.springframework.validation.BindingResult getBindingResult()


Copyright © 2010. All Rights Reserved.