|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
edu.internet2.middleware.grouper.ui.tags.GrouperSubtitleTag
public class GrouperSubtitleTag
This will generate a subtitle Generates a subtitle, with optional infodot (right aligned)
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 | |
---|---|
GrouperSubtitleTag()
init fields on construct |
Method Summary | |
---|---|
int |
doEndTag()
|
String |
getKey()
key of the nav.properties for text in subtitle |
String |
getParam1()
first param value of the string |
String |
getParam2()
second param value of the string |
void |
release()
Releases any resources we may have (or inherit) |
void |
setInfodotValue(String theValue)
|
void |
setKey(String _key)
key of the nav.properties for text in subtitle |
void |
setLabel(String label1)
mutually exclusive with key, if not from nav.properties |
void |
setParam1(String _param1)
first param value of the string |
void |
setParam2(String _param2)
second param value of the string |
Methods 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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, setPageContext, setParent |
Constructor Detail |
---|
public GrouperSubtitleTag()
Method Detail |
---|
public void release()
release
in interface Tag
release
in class BodyTagSupport
public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class BodyTagSupport
JspException
BodyTagSupport.doEndTag()
public String getKey()
public void setKey(String _key)
_key
- the key to setpublic String getParam1()
public void setParam1(String _param1)
_param1
- the param1 to setpublic String getParam2()
public void setParam2(String _param2)
_param2
- the param2 to setpublic void setLabel(String label1)
label1
- the label to setpublic void setInfodotValue(String theValue)
theValue
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |