edu.internet2.middleware.grouper.ui.tags
Class GrouperParamTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.taglibs.standard.tag.common.fmt.ParamSupport
              extended by org.apache.taglibs.standard.tag.el.fmt.ParamTag
                  extended by edu.internet2.middleware.grouper.ui.tags.GrouperParamTag
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, JspTag, Tag

public class GrouperParamTag
extends org.apache.taglibs.standard.tag.el.fmt.ParamTag

This subclass is created because their ParamTag cannot exist in a GrouperMessageTag tag

Author:
mchyzer
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
GrouperParamTag()
           
 
Method Summary
 
Methods inherited from class org.apache.taglibs.standard.tag.el.fmt.ParamTag
doStartTag, release, setValue
 
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.ParamSupport
doEndTag
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

GrouperParamTag

public GrouperParamTag()