org.apache.tapestry.jsp
Class AbstractURLTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.apache.tapestry.jsp.AbstractTapestryTag
              |
              +--org.apache.tapestry.jsp.AbstractURLTag
All Implemented Interfaces:
IterationTag, Serializable, Tag
Direct Known Subclasses:
ExternalURLTag, PageURLTag

public abstract class AbstractURLTag
extends AbstractTapestryTag

Base class for tags which simply insert a URL into the output.

Since:
3.0
Version:
$Id: AbstractURLTag.java,v 1.2 2003/04/17 21:33:45 hlship Exp $
Author:
Howard Lewis Ship
See Also:
Serialized Form

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
AbstractURLTag()
           
 
Method Summary
 int doStartTag()
          Inserts the URL and returns Tag.SKIP_BODY.
 
Methods inherited from class org.apache.tapestry.jsp.AbstractTapestryTag
constructExternalServiceParameters, convertParameters, getServlet, getURLRetriever, setServlet
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, 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

AbstractURLTag

public AbstractURLTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Inserts the URL and returns Tag.SKIP_BODY.
Overrides:
doStartTag in class TagSupport