public interface RoleEntry
Modifier and Type | Method and Description |
---|---|
void |
addInterceptors(java.util.Collection collection)
Adds all given interceptors but avoiding duplicates.
|
java.lang.String |
getComponentFlavour() |
java.lang.String |
getComponentType() |
java.lang.String |
getDescription() |
java.lang.String |
getImplementationClazzName() |
java.lang.String[] |
getInterceptorList() |
java.lang.String |
getLogCategory() |
java.lang.String |
getName() |
java.lang.String |
getShorthand() |
boolean |
hasDynamicProxy() |
boolean |
isEarlyInit() |
void |
setHasDynamicProxy(boolean hasProxy) |
java.lang.String getComponentType()
java.lang.String getDescription()
java.lang.String getImplementationClazzName()
boolean isEarlyInit()
java.lang.String getName()
java.lang.String getShorthand()
java.lang.String getComponentFlavour()
boolean hasDynamicProxy()
void setHasDynamicProxy(boolean hasProxy)
hasProxy
- The hasProxy to set.void addInterceptors(java.util.Collection collection)
collection
- the interceptors to be addedjava.lang.String[] getInterceptorList()
java.lang.String getLogCategory()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.