org.loom.interceptor
Class AbstractPropertyBoundInterceptor

java.lang.Object
  extended by org.loom.interceptor.AbstractPropertyBoundInterceptor
All Implemented Interfaces:
Interceptor, PropertyBoundInterceptor
Direct Known Subclasses:
DefaultRetrieveEntityInterceptor

public abstract class AbstractPropertyBoundInterceptor
extends java.lang.Object
implements PropertyBoundInterceptor

Default implementation of the PropertyBound interface


Field Summary
protected  java.lang.String propertyPath
          the property path where this interceptor is applied
 
Constructor Summary
AbstractPropertyBoundInterceptor()
           
 
Method Summary
 java.lang.String getPropertyPath()
           
 void setPropertyPath(java.lang.String propertyPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyPath

protected java.lang.String propertyPath
the property path where this interceptor is applied

Constructor Detail

AbstractPropertyBoundInterceptor

public AbstractPropertyBoundInterceptor()
Method Detail

getPropertyPath

public java.lang.String getPropertyPath()

setPropertyPath

public void setPropertyPath(java.lang.String propertyPath)
Specified by:
setPropertyPath in interface PropertyBoundInterceptor