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, init
public String intercept(ActionInvocation invocation) throws Exception
AbstractInterceptor
intercept
in interface Interceptor
intercept
in class AbstractInterceptor
invocation
- 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.