Package org.japano.metadata

This package contains classs to process japano metadata in java sources.

See:
          Description

Interface Summary
MetadataClass Common interface for classes with meta-data information.
MetadataMethod Common interface for methods with metadata.
MetadataTag Common interface to metadata tags for xjavadoc and annotation metadata.
 

Class Summary
ActionTag Encapsulates a tag that was generated from an action including all parameters.
Attribute A generic tag attribute.
BodyContent Enum class for the possible bodyContent values.
GenericTypeInfo Stores the generic property type info for a class type.
MetadataProcessor Creates tag library definitions from javadoc attributes in pagenode and action sources.
Output  
PageNodeTag Wraps one japano tag.
Tag Base class for japano tags.
TagType Enum Type containing all japano tags and their names in javadoc and annotation implementation.
 

Package org.japano.metadata Description

This package contains classs to process japano metadata in java sources. There are currently two implementations, a javadoc based one and an annotation baseed implementation.


Last modified $Date: 2005/09/27 21:30:51 $