|
||||||||||
| 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
net.thauvin.google.taglibs.StyleSupport
Implements support for the style, target and css tag attributes.
| Field Summary | |
protected java.lang.String |
css
The css attribute. |
protected java.lang.String |
style
The style attribute. |
protected java.lang.String |
target
The target attribute. |
| 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_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
StyleSupport()
|
|
| Method Summary | |
void |
release()
Release method. |
protected void |
reset()
Reset the values. |
void |
setCss(java.lang.String css)
Sets the css attribute. |
void |
setStyle(java.lang.String style)
Sets the style attribute. |
void |
setTarget(java.lang.String target)
Sets the target attribute. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doEndTag, 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 |
| Field Detail |
protected java.lang.String css
protected java.lang.String style
protected java.lang.String target
| Constructor Detail |
public StyleSupport()
| Method Detail |
public final void setCss(java.lang.String css)
css - The new attribute value.public final void setStyle(java.lang.String style)
style - The new attribute value.public final void setTarget(java.lang.String target)
target - The new attribute value.public void release()
protected void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||