org.apache.tapestry5.corelib.components
Class ActionLink
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractLink
org.apache.tapestry5.corelib.base.AbstractComponentEventLink
org.apache.tapestry5.corelib.components.ActionLink
- All Implemented Interfaces:
- ClientElement
public class ActionLink
- extends AbstractComponentEventLink
Component that triggers an action on the server with a subsequent full page refresh.
|
Method Summary |
protected Link |
createLink(Object[] contextArray)
Invoked to create the Link that will become the href attribute of the output. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionLink
public ActionLink()
createLink
protected Link createLink(Object[] contextArray)
- Description copied from class:
AbstractComponentEventLink
- Invoked to create the Link that will become the href attribute of the output.
- Specified by:
createLink in class AbstractComponentEventLink
- Parameters:
contextArray - the context as an object array, possibly null
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.