org.oddjob.values.properties
Class PropertiesInterceptor

java.lang.Object
  extended by org.oddjob.values.properties.PropertiesInterceptor
All Implemented Interfaces:
ParsingInterceptor

public class PropertiesInterceptor
extends Object
implements ParsingInterceptor


Nested Class Summary
static class PropertiesInterceptor.Session
           
 
Constructor Summary
PropertiesInterceptor()
           
 
Method Summary
 ArooaContext intercept(ArooaContext suggestedContext)
          Intercept current parsing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesInterceptor

public PropertiesInterceptor()
Method Detail

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