Tag Documentation

[tag libraries] [tags]

The following document contains a summary of all theJellytag libraries.

Tag Libraries

[tag libraries] [tags]

LibraryDescription
jelly:jmx

A tag library for creating beans and MBeans and registering them with a JMX Server in a similar wayto the Ant tasks in Apache Commons Modeler

jelly:jmx

A tag library for creating beans and MBeans and registering them with a JMX Server in a similar wayto the Ant tasks in Apache Commons Modeler

Tag NameDescription
operationRegisters a JavaBean or JMX MBean with a server..
registerRegisters a JavaBean or JMX MBean with a server..
serverBinds a Java bean to the given named Jelly tag so that the attributes ofthe tag set the bean properties..

Tags

[tag libraries] [tags]

jmx:operation

Registers a JavaBean or JMX MBean with a server..

Attribute NameTypeDescription
argumentsjava.lang.ObjectSets the arguments.
escapeTextboolean
namejava.lang.StringSets the name.
parametersjava.lang.String[]Sets the parameters.
trimboolean

jmx:register

Registers a JavaBean or JMX MBean with a server..

Attribute NameTypeDescription
escapeTextboolean
namejavax.management.ObjectNameSets the name.
serverjavax.management.MBeanServerSets the MBeanServer. If this attribute is not supplied then the parent <server>tagis used to get the MBeanServer instance to use.
trimboolean

jmx:server

Binds a Java bean to the given named Jelly tag so that the attributes ofthe tag set the bean properties..

Attribute NameTypeDescription
escapeTextboolean
serverjavax.management.MBeanServerSets the server.
trimboolean