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:
- CVS $Id: CopletLinkEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Björn Lütkemeier
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-2010 The Apache Software Foundation. All Rights Reserved.