org.apache.fulcrum.yaafi.framework.role
Interface RoleEntry
- All Known Implementing Classes:
- RoleEntryImpl
- public interface RoleEntry
- Author:
- Sigi
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
getComponentType
public java.lang.String getComponentType()
- Returns:
- Returns the componentType.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
getImplementationClazzName
public java.lang.String getImplementationClazzName()
- Returns:
- Returns the implementationClazzName.
isEarlyInit
public boolean isEarlyInit()
- Returns:
- Returns the isEarlyInit.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
getShorthand
public java.lang.String getShorthand()
- Returns:
- Returns the shorthand.
getComponentFlavour
public java.lang.String getComponentFlavour()
- Returns:
- Returns the componentFlavour.
hasDynamicProxy
public boolean hasDynamicProxy()
- Returns:
- Returns the hasProxy.
setHasDynamicProxy
public void setHasDynamicProxy(boolean hasProxy)
- Parameters:
hasProxy
- The hasProxy to set.
addInterceptors
public void addInterceptors(java.util.Collection collection)
- Adds all given interceptors but avoiding duplicates.
- Parameters:
collection
- the interceptors to be added
getInterceptorList
public java.lang.String[] getInterceptorList()
- Returns:
- Returns the interceptorList.
getLogCategory
public java.lang.String getLogCategory()
- Returns:
- the category for creating the logger.
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.