org.apache.tapestry.corelib.components
Class ActionLink

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


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.