Tag Documentation

[ tag libraries ] [ tags ]

The following document contains a summary of all the Jelly tag 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 Jakarta 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 Jakarta Commons Modeler

Tag NameDescription
operation Registers a JavaBean or JMX MBean with a server..
register Registers a JavaBean or JMX MBean with a server..
server Binds 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