org.apache.felix.scrplugin.tags.annotation.sling
Class SlingServletPropertyTag
java.lang.Object
org.apache.felix.scrplugin.tags.annotation.AbstractTag
org.apache.felix.scrplugin.tags.annotation.sling.SlingServletPropertyTag
- All Implemented Interfaces:
- JavaTag
public class SlingServletPropertyTag
- extends AbstractTag
A property tag.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final String name
values
protected final String[] values
type
protected final String type
isPrivate
protected final Boolean isPrivate
SlingServletPropertyTag
public SlingServletPropertyTag(com.thoughtworks.qdox.model.Annotation annotation,
String name,
String[] values,
JavaClassDescription desc)
- Parameters:
name
- Property namevalues
- Property valuesdesc
- Description
SlingServletPropertyTag
public SlingServletPropertyTag(com.thoughtworks.qdox.model.Annotation annotation,
String name,
String value,
JavaClassDescription desc,
String type,
boolean isPrivate)
- Parameters:
name
- Property namevalue
- Property valuedesc
- 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()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.