org.codehaus.waffle.monitor
Interface ActionMonitor
- All Superinterfaces:
- Monitor
- All Known Implementing Classes:
- AbstractWritingMonitor, CommonsLoggingMonitor, ConsoleMonitor, SilentMonitor
public interface ActionMonitor
- extends Monitor
A monitor for action-related events
- Author:
- Mauro Talevi
Nested classes/interfaces inherited from interface org.codehaus.waffle.monitor.Monitor |
Monitor.Level |
defaultActionMethodFound
void defaultActionMethodFound(MethodDefinition methodDefinition)
defaultActionMethodCached
void defaultActionMethodCached(java.lang.Class<?> controllerType,
MethodDefinition methodDefinition)
pragmaticActionMethodFound
void pragmaticActionMethodFound(MethodDefinition methodDefinition)
actionMethodFound
void actionMethodFound(MethodDefinition methodDefinition)
actionMethodExecuted
void actionMethodExecuted(ActionMethodResponse actionMethodResponse)
actionMethodExecutionFailed
void actionMethodExecutionFailed(java.lang.Exception cause)
argumentNameResolved
void argumentNameResolved(java.lang.String name,
java.lang.Object value,
HierarchicalArgumentResolver.Scope scope)
argumentNameNotMatched
void argumentNameNotMatched(java.lang.String name,
java.lang.String pattern)
methodNameResolved
void methodNameResolved(java.lang.String methodName,
java.lang.String methodKey,
java.util.Set<java.lang.String> keys)
methodIntercepted
void methodIntercepted(java.lang.reflect.Method method,
java.lang.Object[] arguments,
java.lang.Object returnValue)
responseIsCommitted
void responseIsCommitted(javax.servlet.http.HttpServletResponse response)
viewDispatched
void viewDispatched(View view)
Copyright © 2008. All Rights Reserved.