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

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

public class RequestParameterEventAspect
extends AbstractLogEnabled
implements EventAspect, ThreadSafe

Version:
CVS $Id: RequestParameterEventAspect.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler, Volker Schmitt

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


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