it.eng.spago.event.handler.impl
Class DefaultLoggerEventHandler

java.lang.Object
  extended byit.eng.spago.event.handler.AbstractEventHandler
      extended byit.eng.spago.event.handler.impl.DefaultLoggerEventHandler
All Implemented Interfaces:
EventHandlerIFace, InitializerIFace

public class DefaultLoggerEventHandler
extends AbstractEventHandler


Field Summary
static java.lang.String EVENT_KEY_SEPARATOR
           
static java.lang.String PARAMETER_SEPARATOR
           
 
Constructor Summary
DefaultLoggerEventHandler()
           
 
Method Summary
 void init(SourceBean config)
           
 void service(java.util.Collection eventConditions, RequestContainer request, ResponseContainer response)
           
 
Methods inherited from class it.eng.spago.event.handler.AbstractEventHandler
getConfig, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER_SEPARATOR

public static final java.lang.String PARAMETER_SEPARATOR
See Also:
Constant Field Values

EVENT_KEY_SEPARATOR

public static final java.lang.String EVENT_KEY_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

DefaultLoggerEventHandler

public DefaultLoggerEventHandler()
Method Detail

init

public void init(SourceBean config)
Specified by:
init in interface InitializerIFace
Overrides:
init in class AbstractEventHandler

service

public void service(java.util.Collection eventConditions,
                    RequestContainer request,
                    ResponseContainer response)
Specified by:
service in interface EventHandlerIFace
Overrides:
service in class AbstractEventHandler