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

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

public class RequestParameterEventAspect
extends AbstractLogEnabled
implements EventAspect, ThreadSafe

Version:
$Id: RequestParameterEventAspect.java 321405 2005-10-15 18:15:44Z cziegeler $

Field Summary
 
Fields inherited from interface org.apache.cocoon.portal.event.aspect.EventAspect
ROLE
 
Constructor Summary
RequestParameterEventAspect()
           
 
Method Summary
 void process(EventAspectContext context, PortalService service)
           
protected  void process(EventAspectContext context, PortalService service, Request request, String parameterName)
           
 
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

RequestParameterEventAspect

public RequestParameterEventAspect()
Method Detail

process

protected void process(EventAspectContext context,
                       PortalService service,
                       Request request,
                       String parameterName)

process

public void process(EventAspectContext context,
                    PortalService service)
Specified by:
process in interface EventAspect
See Also:
EventAspect.process(org.apache.cocoon.portal.event.aspect.EventAspectContext, org.apache.cocoon.portal.PortalService)


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