org.oddjob.values.properties
Class PropertiesInterceptor
java.lang.Object
org.oddjob.values.properties.PropertiesInterceptor
- All Implemented Interfaces:
- ParsingInterceptor
public class PropertiesInterceptor
- extends Object
- implements ParsingInterceptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesInterceptor
public PropertiesInterceptor()
intercept
public ArooaContext intercept(ArooaContext suggestedContext)
throws ArooaConfigurationException
- Description copied from interface:
ParsingInterceptor
- Intercept current parsing.
- Specified by:
intercept
in interface ParsingInterceptor
- Parameters:
suggestedContext
- A suggested context which may be over ridden.
- Returns:
- The new context. Never null (The suggested context should be
returned).
- Throws:
ArooaConfigurationException