org.apache.tapestry5.corelib.components
Class ActionLink

java.lang.Object
  extended by org.apache.tapestry5.corelib.base.AbstractLink
      extended by org.apache.tapestry5.corelib.base.AbstractComponentEventLink
          extended by 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.


Constructor Summary
ActionLink()
           
 
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 org.apache.tapestry5.corelib.base.AbstractLink
getClientId, getLink, isDisabled, writeLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionLink

public ActionLink()
Method Detail

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.