org.apache.cocoon.portal.event.impl
Class CopletLinkEvent
java.lang.Object
org.apache.cocoon.portal.event.impl.AbstractActionEvent
org.apache.cocoon.portal.event.impl.CopletLinkEvent
- All Implemented Interfaces:
- ActionEvent, CopletInstanceEvent, Event
- public class CopletLinkEvent
- extends AbstractActionEvent
- implements CopletInstanceEvent
This class realizes a link event created by the EventLinkTransformer.
- Version:
- $Id: CopletLinkEvent.java 321405 2005-10-15 18:15:44Z cziegeler $
Field Summary |
protected String |
link
The link to be handled by this event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
link
protected String link
- The link to be handled by this event.
CopletLinkEvent
public CopletLinkEvent(CopletInstanceData target,
String link)
- Creates a new LinkEvent.
getLink
public String getLink()
- Gets this event's link.
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.