EchoPoint
1.0

echopoint.ui.jsp
Class JspEchoComponentTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byechopoint.ui.jsp.JspEchoComponentTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public final class JspEchoComponentTag
extends javax.servlet.jsp.tagext.TagSupport

This tag renders Echo components within a JSP.

Author:
Sam Taha (tahasam@yahoo.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
JspEchoComponentTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.lang.String getName()
          Gets the name of the tag
 java.lang.String getStyle()
          Gets the style string associated with this tag
 void setName(java.lang.String name)
          Sets the name of the tag
 void setStyle(java.lang.String string)
          Sets the style string associated with this tag
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspEchoComponentTag

public JspEchoComponentTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException
See Also:
TagSupport.doStartTag()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException
See Also:
TagSupport.doEndTag()

getName

public java.lang.String getName()
Gets the name of the tag


setName

public void setName(java.lang.String name)
Sets the name of the tag


getStyle

public java.lang.String getStyle()
Gets the style string associated with this tag


setStyle

public void setStyle(java.lang.String string)
Sets the style string associated with this tag


EchoPoint
1.0