public class DeprecationInterceptor extends AbstractInterceptor
| Constructor and Description |
|---|
DeprecationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
intercept(ActionInvocation invocation)
Override to handle interception
|
void |
setContainer(Container container) |
void |
setDevMode(String state) |
destroy, initpublic String intercept(ActionInvocation invocation) throws Exception
AbstractInterceptorintercept in interface Interceptorintercept in class AbstractInterceptorinvocation - the action invocationActionInvocation.invoke(), or from the interceptor itself.Exception - any system-level error, as defined in Action.execute().public void setDevMode(String state)
public void setContainer(Container container)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.