org.displaytag.tags.el
Class ELCaptionTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.displaytag.tags.CaptionTag
              extended byorg.displaytag.tags.el.ELCaptionTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class ELCaptionTag
extends CaptionTag

Adds EL support to CaptionTag.

Version:
$Revision: 1.4 $ ($Author: fgiust $)
Author:
Fabrizio Giustina
See Also:
Serialized Form

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
ELCaptionTag()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setClass(java.lang.String value)
          setter for the "class" html attribute.
 void setDir(java.lang.String value)
          setter for the "dir" html attribute.
 void setId(java.lang.String value)
          setter for the "id" html attribute.
 void setLang(java.lang.String value)
          setter for the "lang" html attribute.
 void setStyle(java.lang.String value)
          setter for the "style" html attribute.
 void setTitle(java.lang.String value)
          setter for the "title" html attribute.
 
Methods inherited from class org.displaytag.tags.CaptionTag
doEndTag, getCloseTag, getOpenTag
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, 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 Detail

ELCaptionTag

public ELCaptionTag()
Method Detail

setClass

public void setClass(java.lang.String value)
Description copied from class: CaptionTag
setter for the "class" html attribute.

Overrides:
setClass in class CaptionTag
Parameters:
value - attribute value
See Also:
CaptionTag.setClass(java.lang.String)

setDir

public void setDir(java.lang.String value)
Description copied from class: CaptionTag
setter for the "dir" html attribute.

Overrides:
setDir in class CaptionTag
Parameters:
value - attribute value
See Also:
CaptionTag.setDir(java.lang.String)

setId

public void setId(java.lang.String value)
Description copied from class: CaptionTag
setter for the "id" html attribute.

Overrides:
setId in class CaptionTag
Parameters:
value - attribute value
See Also:
TagSupport.setId(java.lang.String)

setLang

public void setLang(java.lang.String value)
Description copied from class: CaptionTag
setter for the "lang" html attribute.

Overrides:
setLang in class CaptionTag
Parameters:
value - attribute value
See Also:
CaptionTag.setLang(java.lang.String)

setStyle

public void setStyle(java.lang.String value)
Description copied from class: CaptionTag
setter for the "style" html attribute.

Overrides:
setStyle in class CaptionTag
Parameters:
value - attribute value
See Also:
CaptionTag.setStyle(java.lang.String)

setTitle

public void setTitle(java.lang.String value)
Description copied from class: CaptionTag
setter for the "title" html attribute.

Overrides:
setTitle in class CaptionTag
Parameters:
value - attribute value
See Also:
CaptionTag.setTitle(java.lang.String)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class CaptionTag
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doStartTag()

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class CaptionTag
See Also:
Tag.release()


Copyright © 2002-2005 the Displaytag team. All Rights Reserved.