Class GrouperSubtitleTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
edu.internet2.middleware.grouper.ui.tags.GrouperSubtitleTag
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class GrouperSubtitleTag
extends javax.servlet.jsp.tagext.BodyTagSupport
This will generate a subtitle Generates a subtitle, with optional infodot (right aligned)
- See Also:
-
Field Summary
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
doEndTag()
getKey()
key of the nav.properties for text in subtitlefirst param value of the stringsecond param value of the stringvoid
release()
Releases any resources we may have (or inherit)void
setInfodotValue
(String theValue) void
key of the nav.properties for text in subtitlevoid
mutually exclusive with key, if not from nav.propertiesvoid
first param value of the stringvoid
second param value of the stringMethods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
-
Constructor Details
-
GrouperSubtitleTag
public GrouperSubtitleTag()init fields on construct
-
-
Method Details
-
release
public void release()Releases any resources we may have (or inherit)- Specified by:
release
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
release
in classjavax.servlet.jsp.tagext.BodyTagSupport
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException- Specified by:
doEndTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in classjavax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
- See Also:
-
BodyTagSupport.doEndTag()
-
getKey
key of the nav.properties for text in subtitle- Returns:
- the key
-
setKey
key of the nav.properties for text in subtitle- Parameters:
_key
- the key to set
-
getParam1
first param value of the string- Returns:
- the param1
-
setParam1
first param value of the string- Parameters:
_param1
- the param1 to set
-
getParam2
second param value of the string- Returns:
- the param2
-
setParam2
second param value of the string- Parameters:
_param2
- the param2 to set
-
setLabel
mutually exclusive with key, if not from nav.properties- Parameters:
label1
- the label to set
-
setInfodotValue
- Parameters:
theValue
-
-