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

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

public class FrameEventAspect
extends AbstractContentEventAspect

Version:
$Id: FrameEventAspect.java 328461 2005-10-25 19:44:00Z cziegeler $

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
FrameEventAspect()
           
 
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

FrameEventAspect

public FrameEventAspect()
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
Parameters:
layout - The corresponding layout
values - The values contained in the request
See Also:
AbstractContentEventAspect.publish(EventManager, org.apache.cocoon.portal.layout.Layout, java.lang.String[])


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.