|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.tagshandler.AbstractProgramElementTagsHandler
xdoclet.modules.jmx.JMXTagsHandler
| Field Summary | |
protected Map |
attributes
Collection of attributes. |
protected MethodTagsHandler |
handler
For use in extracting method names. |
protected int |
index
For looping through indexed tags. |
| Fields inherited from class xdoclet.tagshandler.AbstractProgramElementTagsHandler |
currentToken, matchPattern, tagTokenizer |
| Fields inherited from class xdoclet.XDocletTagSupport |
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
| Constructor Summary | |
JMXTagsHandler()
|
|
| Method Summary | |
String |
constructorSignature()
Describe what the method does |
void |
forAllIndexedConstructorParams(String template,
Properties attributes)
Describe what the method does |
void |
forAllIndexedMethodParams(String template,
Properties attributes)
Describe what the method does |
protected String |
getMBeanName(xjavadoc.XClass clazz)
Implementation of mbeanName(). |
void |
ifHasAttributeDescription(String template,
Properties attributes)
|
void |
ifIsGetterMethod(String template,
Properties attributes)
TODO: There is a big overlap here with stuff in ejb - have a look. |
void |
ifIsSetterMethod(String template,
Properties attributes)
TODO: There is a big overlap here with stuff in ejb - have a look. |
String |
indexedConstructorParamValue(Properties attributes)
Describe what the method does |
String |
indexedMethodParamValue(Properties attributes)
|
protected boolean |
isGetterMethod()
|
protected boolean |
isSetterMethod()
|
String |
mbeanName()
Returns the MBean name for the current class. |
| Methods inherited from class xdoclet.template.TemplateTagHandler |
getXJavaDoc, setXJavaDoc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected MethodTagsHandler handler
protected Map attributes
protected int index
| Constructor Detail |
public JMXTagsHandler()
| Method Detail |
public String mbeanName()
throws XDocletException
XDocletException - Description of ExceptiongetMBeanName(xjavadoc.XClass)
public void ifIsGetterMethod(String template,
Properties attributes)
throws XDocletException
template - attributes -
XDocletException
public void ifIsSetterMethod(String template,
Properties attributes)
throws XDocletException
template - attributes -
XDocletException
public void ifHasAttributeDescription(String template,
Properties attributes)
throws XDocletException
template - attributes -
XDocletException
public void forAllIndexedMethodParams(String template,
Properties attributes)
throws XDocletException
template - Describe what the parameter doesattributes - Describe what the parameter does
XDocletException - Describe the exception
public void forAllIndexedConstructorParams(String template,
Properties attributes)
throws XDocletException
template - Describe what the parameter doesattributes - Describe what the parameter does
XDocletException - Describe the exception
public String indexedMethodParamValue(Properties attributes)
throws XDocletException
attributes - Describe what the parameter does
XDocletException - Describe the exception
public String indexedConstructorParamValue(Properties attributes)
throws XDocletException
attributes - Describe what the parameter does
XDocletException - Describe the exception
public String constructorSignature()
throws XDocletException
XDocletException - Describe the exception
protected String getMBeanName(xjavadoc.XClass clazz)
throws XDocletException
mbeanName().
clazz -
XDocletException - Description of Exceptionprotected boolean isGetterMethod()
protected boolean isSetterMethod()
|
http://xdoclet.sourceforge.net/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||