org.apache.felix.scrplugin.tags.annotation.defaulttag
Class ComponentTag

java.lang.Object
  extended by org.apache.felix.scrplugin.tags.annotation.AbstractTag
      extended by org.apache.felix.scrplugin.tags.annotation.defaulttag.ComponentTag
All Implemented Interfaces:
JavaTag

public class ComponentTag
extends AbstractTag

Description of a java tag for components.


Field Summary
protected  Component annotation
           
 
Fields inherited from class org.apache.felix.scrplugin.tags.annotation.AbstractTag
description, field, parameters, sourceAnnotation
 
Constructor Summary
ComponentTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc)
           
 
Method Summary
 Map<String,String> createNamedParameterMap()
          Create the parameter map.
 String getName()
           
 
Methods inherited from class org.apache.felix.scrplugin.tags.annotation.AbstractTag
emptyToNull, getField, getJavaClassDescription, getLineNumber, getNamedParameter, getNamedParameterMap, getParameters, getSourceLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotation

protected final Component annotation
Constructor Detail

ComponentTag

public ComponentTag(com.thoughtworks.qdox.model.Annotation annotation,
                    JavaClassDescription desc)
Parameters:
annotation - Annotation
desc - Description
Method Detail

getName

public String getName()
Specified by:
getName in interface JavaTag
Specified by:
getName in class AbstractTag
See Also:
JavaTag.getName()

createNamedParameterMap

public Map<String,String> createNamedParameterMap()
Description copied from class: AbstractTag
Create the parameter map.

Specified by:
createNamedParameterMap in class AbstractTag
See Also:
JavaTag.getNamedParameterMap()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.