org.springframework.jee.intercept
Class InterceptionMetadata.InterceptorExclusion
java.lang.Object
org.springframework.jee.intercept.InterceptionMetadata.InterceptorExclusion
- Enclosing class:
- InterceptionMetadata
public static class InterceptionMetadata.InterceptorExclusion
- extends java.lang.Object
Class representing the exclusion of class or default interceptors from a
particular method
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptionMetadata.InterceptorExclusion
public InterceptionMetadata.InterceptorExclusion()
isExcludeClassInterceptors
public boolean isExcludeClassInterceptors()
- Returns:
- the excludeClassInterceptors
setExcludeClassInterceptors
public void setExcludeClassInterceptors(boolean excludeClassInterceptors)
- Parameters:
excludeClassInterceptors
- the excludeClassInterceptors to set
isExcludeDefaultInterceptors
public boolean isExcludeDefaultInterceptors()
- Returns:
- the excludeDefaultInterceptors
setExcludeDefaultInterceptors
public void setExcludeDefaultInterceptors(boolean excludeDefaultInterceptors)
- Parameters:
excludeDefaultInterceptors
- the excludeDefaultInterceptors to set
Copyright 2006 Interface21. All Rights Reserved.