org.apache.tapestry.jsp
Class PageTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.apache.tapestry.jsp.AbstractTapestryTag
              |
              +--org.apache.tapestry.jsp.AbstractLinkTag
                    |
                    +--org.apache.tapestry.jsp.PageTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class PageTag
extends AbstractLinkTag

Creates a link from a JSP page to a Tapestry application page.

Since:
3.0
Version:
$Id: PageTag.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
PageTag()
           
 
Method Summary
 String getPage()
           
protected  URLRetriever getURLRetriever()
          Implemented in subclasses to provide a URLRetriever instance that can insert the correct URL into the output.
 void setPage(String pageName)
           
 
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

PageTag

public PageTag()
Method Detail

getPage

public String getPage()

setPage

public void setPage(String pageName)

getURLRetriever

protected URLRetriever getURLRetriever()
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