org.apache.tapestry5.corelib.components
public class: ActionLink [javadoc |
source]
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
Component that triggers an action on the server with a subsequent full page refresh.
Method from org.apache.tapestry5.corelib.components.ActionLink Summary: |
---|
createLink |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.tapestry5.corelib.components.ActionLink Detail: |
protected Link createLink(Object[] contextArray) {
return resources.createEventLink(EventConstants.ACTION, contextArray);
}
|