com.opensymphony.xwork2.conversion.impl
Class DefaultConversionPropertiesProcessor
java.lang.Object
com.opensymphony.xwork2.conversion.impl.DefaultConversionPropertiesProcessor
- All Implemented Interfaces:
- ConversionPropertiesProcessor
public class DefaultConversionPropertiesProcessor
- extends Object
- implements ConversionPropertiesProcessor
TODO lukaszlenart: add a comment
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConversionPropertiesProcessor
public DefaultConversionPropertiesProcessor()
setTypeConverterCreator
public void setTypeConverterCreator(TypeConverterCreator converterCreator)
setTypeConverterHolder
public void setTypeConverterHolder(TypeConverterHolder converterHolder)
process
public void process(String propsName)
- Description copied from interface:
ConversionPropertiesProcessor
- Process given property to load converters as not required (Properties file doesn't have to exist)
- Specified by:
process
in interface ConversionPropertiesProcessor
- Parameters:
propsName
- Properties file name
processRequired
public void processRequired(String propsName)
- Description copied from interface:
ConversionPropertiesProcessor
- Process given property to load converters as required (Properties file must exist)
- Specified by:
processRequired
in interface ConversionPropertiesProcessor
- Parameters:
propsName
- Properties file name
loadConversionProperties
public void loadConversionProperties(String propsName,
boolean require)
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.