|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectTagSupport
BodyTagSupport
AbstractClassicTag
HtmlBaseTag
Body
public class Body
| Field Summary |
|---|
| Fields inherited from class AbstractClassicTag |
|---|
DefaultNamingChain, EMPTY_STRING, NETUI_UNIQUE_CNT |
| Fields inherited from class BodyTagSupport |
|---|
bodyContent |
| Fields inherited from class TagSupport |
|---|
id, pageContext |
| Fields inherited from interface BodyTag |
|---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
Body()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
Render the button. |
int |
doStartTag()
Process the start of the Button. |
protected AbstractHtmlState |
getState()
This method will return the state associated with the tag. |
String |
getTagName()
Return the name of the Tag. |
void |
localRelease()
Free the state variables of this base class. |
void |
setAlink(String alink)
Sets the color of text marking hypertext links when selected by the user. |
void |
setBackground(String background)
Sets the background image of the page. |
void |
setBgcolor(String bgcolor)
Sets the bgcolor of the page. |
void |
setLink(String link)
Sets the the color of text marking unvisited hypertext links. |
void |
setOnLoad(String onload)
Sets the onLoad javascript event. |
void |
setOnUnload(String onunload)
Sets the onUnload javascript event. |
void |
setText(String text)
Sets the foreground text color of the page. |
void |
setVlink(String vlink)
Sets the the color of text marking visited hypertext links. |
| Methods inherited from class HtmlBaseTag |
|---|
getJavaScriptAttribute, getOnClick, getTagId, renderDefaultNameAndId, renderNameAndId, setAttribute, setDir, setLang, setOnClick, setOnDblClick, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setStateAttribute, setStyle, setStyleClass, setTagId, setTitle |
| Methods inherited from class BodyTagSupport |
|---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class TagSupport |
|---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface Tag |
|---|
getParent, setPageContext, setParent |
| Constructor Detail |
|---|
public Body()
| Method Detail |
|---|
public String getTagName()
getTagName in interface INetuiTaggetTagName in class AbstractClassicTagprotected AbstractHtmlState getState()
getState in class HtmlBaseTagAbstractHtmlState class.public void setOnLoad(String onload)
onload - the onLoad event.public void setOnUnload(String onunload)
onunload - the onUnload event.public void setBackground(String background)
background - the background image of the page.public void setBgcolor(String bgcolor)
bgcolor - the background color of the page.public void setText(String text)
text - the foreground text color of the page.public void setLink(String link)
link - the color of text marking unvisited hypertext links of the page.public void setVlink(String vlink)
vlink - the color of text marking visited hypertext links of the page.public void setAlink(String alink)
alink - the color of text marking hypertext links when selected by the user.
public int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class BodyTagSupportJspException - if a JSP exception has occurred
public int doEndTag()
throws JspException
doEndTag in interface TagdoEndTag in class BodyTagSupportJspException - if a JSP exception has occurredpublic void localRelease()
HtmlBaseTag
localRelease in class HtmlBaseTag
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||