org.apache.felix.scrplugin.tags.annotation.defaulttag
Class PropertyTag
java.lang.Object
org.apache.felix.scrplugin.tags.annotation.AbstractTag
org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag
- All Implemented Interfaces:
- JavaTag
public class PropertyTag
- extends AbstractTag
Description of a java tag for components.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotation
protected final Property annotation
PropertyTag
public PropertyTag(com.thoughtworks.qdox.model.Annotation annotation,
JavaClassDescription desc,
JavaField field)
- Parameters:
annotation
- Annotationdesc
- Description
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()
getParameters
public String[] getParameters()
- Specified by:
getParameters
in interface JavaTag
- Overrides:
getParameters
in class AbstractTag
- See Also:
JavaTag.getParameters()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.