org.apache.tapestry.jsp
Class ExternalTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.tapestry.jsp.AbstractTapestryTag
          extended by org.apache.tapestry.jsp.AbstractLinkTag
              extended by org.apache.tapestry.jsp.ExternalTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class ExternalTag
extends AbstractLinkTag

JSP tag that makes use of the Tapestry external service. Parameters may be passed in the URL.

Since:
3.0
Version:
$Id: ExternalTag.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship
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
ExternalTag()
           
 
Method Summary
 String getPage()
           
 String getParameters()
           
protected  URLRetriever getURLRetriever()
          Implemented in subclasses to provide a URLRetriever instance that can insert the correct URL into the output.
 void setPage(String page)
           
 void setParameters(String parameters)
           
 
Methods inherited from class org.apache.tapestry.jsp.AbstractLinkTag
doEndTag, doStartTag, getStyleClass, setStyleClass
 
Methods inherited from class org.apache.tapestry.jsp.AbstractTapestryTag
constructExternalServiceParameters, convertParameters, getServlet, setServlet
 
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

ExternalTag

public ExternalTag()
Method Detail

getURLRetriever

protected URLRetriever getURLRetriever()
                                throws JspException
Description copied from class: AbstractTapestryTag
Implemented in subclasses to provide a URLRetriever instance that can insert the correct URL into the output.

Specified by:
getURLRetriever in class AbstractTapestryTag
Throws:
JspException

setParameters

public void setParameters(String parameters)

getPage

public String getPage()

setPage

public void setPage(String page)

getParameters

public String getParameters()