org.apache.cocoon.portal.event.aspect.impl
Class LinkEventAspect

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.portal.event.aspect.impl.AbstractContentEventAspect
          extended by org.apache.cocoon.portal.event.aspect.impl.LinkEventAspect
All Implemented Interfaces:
Component, LogEnabled, Serviceable, ThreadSafe, EventAspect

public class LinkEventAspect
extends AbstractContentEventAspect

Version:
CVS $Id: LinkEventAspect.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Jürgen Seitz

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.event.aspect.impl.AbstractContentEventAspect
manager
 
Fields inherited from interface org.apache.cocoon.portal.event.aspect.EventAspect
ROLE
 
Constructor Summary
LinkEventAspect()
           
 
Method Summary
protected  String getRequestParameterName()
           
protected  int getRequiredValueCount()
           
protected  void publish(EventManager publisher, Layout layout, String[] values)
          Custom publishing of an event.
 
Methods inherited from class org.apache.cocoon.portal.event.aspect.impl.AbstractContentEventAspect
process, publish, service
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkEventAspect

public LinkEventAspect()
Method Detail

getRequestParameterName

protected String getRequestParameterName()
Specified by:
getRequestParameterName in class AbstractContentEventAspect

getRequiredValueCount

protected int getRequiredValueCount()
Specified by:
getRequiredValueCount in class AbstractContentEventAspect

publish

protected void publish(EventManager publisher,
                       Layout layout,
                       String[] values)
Description copied from class: AbstractContentEventAspect
Custom publishing of an event. The real values for the event are contained in the array starting with index 2!

Specified by:
publish in class AbstractContentEventAspect
layout - The corresponding layout
values - The values contained in the request


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