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

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

public class ReferenceTag
extends AbstractTag

Description of a java tag for components.


Field Summary
protected  Reference annotation
           
 
Fields inherited from class org.apache.felix.scrplugin.tags.annotation.AbstractTag
description, field, parameters, sourceAnnotation
 
Constructor Summary
ReferenceTag(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc, JavaField field)
           
 
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 Reference annotation
Constructor Detail

ReferenceTag

public ReferenceTag(com.thoughtworks.qdox.model.Annotation annotation,
                    JavaClassDescription desc,
                    JavaField field)
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.