net.thauvin.google.taglibs
Class StyleSupport

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bynet.thauvin.google.taglibs.StyleSupport
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
Element, SearchResultSupport

public abstract class StyleSupport
extends javax.servlet.jsp.tagext.BodyTagSupport

Implements support for the style, target and css tag attributes.

Since:
1.0
Version:
$Revision: 1.1.1.1 $
Author:
Erik C. Thauvin
See Also:
Serialized Form

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

css

protected java.lang.String css
The css attribute.


style

protected java.lang.String style
The style attribute.


target

protected java.lang.String target
The target attribute.

Constructor Detail

StyleSupport

public StyleSupport()
Method Detail

setCss

public final void setCss(java.lang.String css)
Sets the css attribute.

Parameters:
css - The new attribute value.

setStyle

public final void setStyle(java.lang.String style)
Sets the style attribute.

Parameters:
style - The new attribute value.

setTarget

public final void setTarget(java.lang.String target)
Sets the target attribute.

Parameters:
target - The new attribute value.

release

public void release()
Release method.


reset

protected void reset()
Reset the values.