org.apache.tapestry.jsp
Class ExternalTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--org.apache.tapestry.jsp.AbstractTapestryTag
|
+--org.apache.tapestry.jsp.AbstractLinkTag
|
+--org.apache.tapestry.jsp.ExternalTag
- All Implemented Interfaces:
- IterationTag, Serializable, 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,v 1.2 2003/04/17 21:33:45 hlship Exp $
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
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 |
ExternalTag
public ExternalTag()
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.
- Overrides:
getURLRetriever
in class AbstractTapestryTag
setParameters
public void setParameters(String parameters)
getPage
public String getPage()
setPage
public void setPage(String page)
getParameters
public String getParameters()