|
||||||||||
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
public class JMXTagsHandler
Field Summary | |
---|---|
protected java.util.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 | |
---|---|
java.lang.String |
constructorSignature()
Describe what the method does |
void |
forAllIndexedConstructorParams(java.lang.String template,
java.util.Properties attributes)
Describe what the method does |
void |
forAllIndexedMethodParams(java.lang.String template,
java.util.Properties attributes)
Describe what the method does |
protected java.lang.String |
getMBeanName(xjavadoc.XClass clazz)
Implementation of mbeanName() . |
void |
ifHasAttributeDescription(java.lang.String template,
java.util.Properties attributes)
|
void |
ifIsGetterMethod(java.lang.String template,
java.util.Properties attributes)
TODO: There is a big overlap here with stuff in ejb - have a look. |
void |
ifIsSetterMethod(java.lang.String template,
java.util.Properties attributes)
TODO: There is a big overlap here with stuff in ejb - have a look. |
java.lang.String |
indexedConstructorParamValue(java.util.Properties attributes)
Describe what the method does |
java.lang.String |
indexedMethodParamValue(java.util.Properties attributes)
|
protected boolean |
isGetterMethod()
|
protected boolean |
isSetterMethod()
|
java.lang.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 java.util.Map attributes
protected int index
Constructor Detail |
---|
public JMXTagsHandler()
Method Detail |
---|
public java.lang.String mbeanName() throws XDocletException
XDocletException
- Description of ExceptiongetMBeanName(xjavadoc.XClass)
public void ifIsGetterMethod(java.lang.String template, java.util.Properties attributes) throws XDocletException
template
- attributes
-
XDocletException
public void ifIsSetterMethod(java.lang.String template, java.util.Properties attributes) throws XDocletException
template
- attributes
-
XDocletException
public void ifHasAttributeDescription(java.lang.String template, java.util.Properties attributes) throws XDocletException
template
- attributes
-
XDocletException
public void forAllIndexedMethodParams(java.lang.String template, java.util.Properties attributes) throws XDocletException
template
- Describe what the parameter doesattributes
- Describe what the parameter does
XDocletException
- Describe the exceptionpublic void forAllIndexedConstructorParams(java.lang.String template, java.util.Properties attributes) throws XDocletException
template
- Describe what the parameter doesattributes
- Describe what the parameter does
XDocletException
- Describe the exceptionpublic java.lang.String indexedMethodParamValue(java.util.Properties attributes) throws XDocletException
attributes
- Describe what the parameter does
XDocletException
- Describe the exceptionpublic java.lang.String indexedConstructorParamValue(java.util.Properties attributes) throws XDocletException
attributes
- Describe what the parameter does
XDocletException
- Describe the exceptionpublic java.lang.String constructorSignature() throws XDocletException
XDocletException
- Describe the exceptionprotected java.lang.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 |