org.apache.tapestry5.corelib.components
Class PageLink
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractLink
org.apache.tapestry5.corelib.components.PageLink
- All Implemented Interfaces:
- ClientElement
public class PageLink
- extends AbstractLink
Generates a render request link to some other page in the application. If an activation context is supplied (as the
context parameter), then the context values will be encoded into the URL. If no context is supplied, then the target
page itself will supply the context via a passivate event.
Pages are not required to have an activation context. When a page does have an activation context, the value
typically represents the identity of some object displayed or otherwise manipulated by the page.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageLink
public PageLink()
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.