org.apache.avalon.meta.info.builder.tags
Class ContextTag

java.lang.Object
  extended byorg.apache.avalon.meta.info.builder.tags.AbstractTag
      extended byorg.apache.avalon.meta.info.builder.tags.ContextTag

public class ContextTag
extends AbstractTag

A doclet tag handler for the 'extension' tag.

Version:
$Revision: 1.4 $ $Date: 2004/03/17 10:50:03 $
Author:
Avalon Development Team

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 a single ContextDescriptor instance.
 
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

CONTEXT_CLASS

protected static final String CONTEXT_CLASS
The default context class.

See Also:
Constant Field Values

KEY

public static final String KEY
The javadoc key for the context tag.

See Also:
Constant Field Values

STRATEGY_PARAM

public static final String STRATEGY_PARAM
The javadoc context context strategy parameter.

See Also:
Constant Field Values

KEY_PARAM

public static final String KEY_PARAM
The javadoc context tag key parameter.

See Also:
Constant Field Values

VOLATILE_PARAM

public static final String VOLATILE_PARAM
The javadoc context tag volatile flag.

See Also:
Constant Field Values

ALIAS_PARAM

public static final String ALIAS_PARAM
The javadoc context tag alias parameter.

See Also:
Constant Field Values

OPTIONAL_PARAM

public static final String OPTIONAL_PARAM
The javadoc context tag optional parameter.

See Also:
Constant Field Values

ENTRY

public static final String ENTRY
The javadoc context entry tag name.

See Also:
Constant Field Values
Constructor Detail

ContextTag

public ContextTag(JavaClass clazz)
Context tag constructor.

Parameters:
clazz - the javadoc class descriptor
Method Detail

getContext

public ContextDescriptor getContext()
Return a single ContextDescriptor instance.

Returns:
the context descriptors


Copyright © The Apache Software Foundation. All Rights Reserved.