|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.meta.info.builder.tags.AbstractTag
org.apache.avalon.meta.info.builder.tags.ContextTag
A doclet tag handler for the 'extension' tag.
Field Summary | |
static String |
ALIAS_PARAM
The javadoc context tag alias parameter. |
protected static String |
CONTEXT_CLASS
The default context class. |
static String |
ENTRY
The javadoc context entry tag name. |
static String |
KEY
The javadoc key for the context tag. |
static String |
KEY_PARAM
The javadoc context tag key parameter. |
static String |
OPTIONAL_PARAM
The javadoc context tag optional parameter. |
static String |
STRATEGY_PARAM
The javadoc context context strategy parameter. |
static String |
VOLATILE_PARAM
The javadoc context tag volatile flag. |
Fields inherited from class org.apache.avalon.meta.info.builder.tags.AbstractTag |
TYPE_PARAM, VERSION_PARAM |
Constructor Summary | |
ContextTag(JavaClass clazz)
Context tag constructor. |
Method Summary | |
ContextDescriptor |
getContext()
Return an array of StageDescriptor instances based on declared 'stage' tags. |
Methods inherited from class org.apache.avalon.meta.info.builder.tags.AbstractTag |
getJavaClass, getLifecycleMethods, getNamedParameter, getNamedParameter, getNS, getNSD, resolveType, resolveVersion, resolveVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final String CONTEXT_CLASS
public static final String KEY
public static final String STRATEGY_PARAM
public static final String KEY_PARAM
public static final String VOLATILE_PARAM
public static final String ALIAS_PARAM
public static final String OPTIONAL_PARAM
public static final String ENTRY
Constructor Detail |
public ContextTag(JavaClass clazz)
clazz
- the javadoc class descriptorMethod Detail |
public ContextDescriptor getContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |