org.loom.interceptor
Interface PropertyBoundInterceptor

All Superinterfaces:
Interceptor
All Known Implementing Classes:
AbstractPropertyBoundInterceptor, DefaultRetrieveEntityInterceptor

public interface PropertyBoundInterceptor
extends Interceptor

An interceptor that is bound to a concrete property path


Method Summary
 void setPropertyPath(java.lang.String propertyPath)
           
 

Method Detail

setPropertyPath

void setPropertyPath(java.lang.String propertyPath)