org.apache.struts2.interceptor
Class DeprecationInterceptor

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by 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

Constructor Summary
DeprecationInterceptor()
           
 
Method Summary
 String intercept(ActionInvocation invocation)
           
 void setContainer(Container container)
           
 void setDevMode(String state)
           
 
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecationInterceptor

public DeprecationInterceptor()
Method Detail

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–2017 Apache Software Foundation. All rights reserved.