org.apache.cocoon.portal.event.impl
Class CopletLinkEvent

java.lang.Object
  extended by org.apache.cocoon.portal.event.impl.AbstractActionEvent
      extended by 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.
 
Fields inherited from class org.apache.cocoon.portal.event.impl.AbstractActionEvent
target
 
Constructor Summary
CopletLinkEvent(CopletInstanceData target, String link)
          Creates a new LinkEvent.
 
Method Summary
 String getLink()
          Gets this event's link.
 
Methods inherited from class org.apache.cocoon.portal.event.impl.AbstractActionEvent
getTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.portal.event.ActionEvent
getTarget
 

Field Detail

link

protected String link
The link to be handled by this event.

Constructor Detail

CopletLinkEvent

public CopletLinkEvent(CopletInstanceData target,
                       String link)
Creates a new LinkEvent.

Method Detail

getLink

public String getLink()
Gets this event's link.



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.