org.apache.struts2.interceptor
Class DeprecationInterceptor
java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.DeprecationInterceptor
- All Implemented Interfaces:
- Interceptor, Serializable
public class DeprecationInterceptor
- extends AbstractInterceptor
In devMode checks if application uses deprecated or unknown constants and displays warning
when logging level is set to DEBUG
no special parameters yet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeprecationInterceptor
public DeprecationInterceptor()
intercept
public String intercept(ActionInvocation invocation)
throws Exception
- Specified by:
intercept
in interface Interceptor
- Specified by:
intercept
in class AbstractInterceptor
- Throws:
Exception
setDevMode
public void setDevMode(String state)
setContainer
public void setContainer(Container container)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.