org.apache.commons.monitoring.servlet.jsp
Class SubsystemsTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.commons.monitoring.servlet.jsp.AbstractSelectTag
          extended by org.apache.commons.monitoring.servlet.jsp.SubsystemsTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class SubsystemsTag
extends AbstractSelectTag

A JSP tag to output a select box for repositoy subsystems

Author:
Nicolas De Loof
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SubsystemsTag()
           
 
Method Summary
protected  java.util.Set<java.lang.String> getElements()
          The set of elements to display as a select list
 
Methods inherited from class org.apache.commons.monitoring.servlet.jsp.AbstractSelectTag
doEndTag, getRepository, setId, setName, setRepository
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubsystemsTag

public SubsystemsTag()
Method Detail

getElements

protected java.util.Set<java.lang.String> getElements()
                                               throws javax.servlet.jsp.JspException
Description copied from class: AbstractSelectTag
The set of elements to display as a select list

Specified by:
getElements in class AbstractSelectTag
Returns:
Throws:
javax.servlet.jsp.JspException


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.