org.springframework.web.servlet.view.json.writer.xstream.core
Class PropertyEditorRegistryConverterLookup

java.lang.Object
  extended by com.thoughtworks.xstream.core.DefaultConverterLookup
      extended by org.springframework.web.servlet.view.json.writer.xstream.core.PropertyEditorRegistryConverterLookup
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterLookup, com.thoughtworks.xstream.converters.ConverterRegistry

public class PropertyEditorRegistryConverterLookup
extends com.thoughtworks.xstream.core.DefaultConverterLookup


Constructor Summary
PropertyEditorRegistryConverterLookup()
           
 
Method Summary
 boolean existsPropertyEditorRegistry()
           
 org.springframework.validation.BindingResult getBindingResult()
           
 org.springframework.beans.PropertyEditorRegistry getPropertyEditorRegistry()
           
 void setBindingResult(org.springframework.validation.BindingResult bindingResult)
           
 
Methods inherited from class com.thoughtworks.xstream.core.DefaultConverterLookup
lookupConverterForType, registerConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditorRegistryConverterLookup

public PropertyEditorRegistryConverterLookup()
Method Detail

getBindingResult

public org.springframework.validation.BindingResult getBindingResult()

setBindingResult

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

existsPropertyEditorRegistry

public boolean existsPropertyEditorRegistry()

getPropertyEditorRegistry

public org.springframework.beans.PropertyEditorRegistry getPropertyEditorRegistry()


Copyright © 2010. All Rights Reserved.