@Vetoed public class AspectStyleInterceptorHandler extends Object implements InterceptorHandler
Constructor and Description |
---|
AspectStyleInterceptorHandler(Class<?> interceptorClass,
StepInvoker stepInvoker,
Container container,
CustomAcceptsExecutor customAcceptsExecutor,
InterceptorAcceptsExecutor acceptsExecutor,
InterceptorExecutor interceptorExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
execute(InterceptorStack stack,
ControllerMethod controllerMethod,
Object currentController) |
String |
toString() |
public AspectStyleInterceptorHandler(Class<?> interceptorClass, StepInvoker stepInvoker, Container container, CustomAcceptsExecutor customAcceptsExecutor, InterceptorAcceptsExecutor acceptsExecutor, InterceptorExecutor interceptorExecutor)
public void execute(InterceptorStack stack, ControllerMethod controllerMethod, Object currentController)
execute
in interface InterceptorHandler
Copyright © 2014 Caelum. All rights reserved.