org.apache.tapestry5.corelib.base
Class AbstractComponentEventLink
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractLink
org.apache.tapestry5.corelib.base.AbstractComponentEventLink
- All Implemented Interfaces:
- ClientElement
- Direct Known Subclasses:
- ActionLink, EventLink
public abstract class AbstractComponentEventLink
- extends AbstractLink
Base class for link-generating components that are based on a component event request. Such events have an event
context and may also update a Zone
.
Method Summary |
protected abstract Link |
createLink(Object[] eventContext)
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 |
AbstractComponentEventLink
public AbstractComponentEventLink()
createLink
protected abstract Link createLink(Object[] eventContext)
- Invoked to create the Link that will become the href attribute of the output.
- Parameters:
eventContext
- the context as an object array, possibly null
Copyright © 2003-2012 The Apache Software Foundation.