Save This Page
Home » geronimo-2.2-source-release » org.apache.geronimo.console.web.taglib » [javadoc | source]
org.apache.geronimo.console.web.taglib
public final class: MBeanServerContextValueTag [javadoc | source]
java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
      javax.servlet.jsp.tagext.BodyTagSupport
         org.apache.geronimo.console.web.taglib.MBeanServerContextSupport
            org.apache.geronimo.console.web.taglib.MBeanServerContextValueTag

All Implemented Interfaces:
    BodyTag, IterationTag, Serializable

This tag presents the contents of an attribute from the MBeanServerContext tag to the screen. The attribute type is defined with the "type" parameter in the attribute tag.
Fields inherited from javax.servlet.jsp.tagext.BodyTagSupport:
bodyContent
Fields inherited from javax.servlet.jsp.tagext.TagSupport:
id,  pageContext,  class$javax$servlet$jsp$tagext$Tag
Method from org.apache.geronimo.console.web.taglib.MBeanServerContextValueTag Summary:
doEndTag,   doStartTag,   getType,   setType
Methods from org.apache.geronimo.console.web.taglib.MBeanServerContextSupport:
getMBeanServer,   getMBeanServerContext
Methods from javax.servlet.jsp.tagext.BodyTagSupport:
doAfterBody,   doEndTag,   doInitBody,   doStartTag,   getBodyContent,   getPreviousOut,   release,   setBodyContent
Methods from javax.servlet.jsp.tagext.TagSupport:
class$,   doAfterBody,   doEndTag,   doStartTag,   findAncestorWithClass,   getId,   getParent,   getValue,   getValues,   release,   removeValue,   setId,   setPageContext,   setParent,   setValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.geronimo.console.web.taglib.MBeanServerContextValueTag Detail:
 public int doEndTag() 
 public int doStartTag() 
 public String getType() 
 public  void setType(String type)