org.apache.empire.struts2.interceptors
Class ActionAccessInterceptor
java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
org.apache.empire.struts2.interceptors.InterceptorSupport
org.apache.empire.struts2.interceptors.ActionAccessInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, java.io.Serializable
public class ActionAccessInterceptor
- extends InterceptorSupport
- See Also:
- Serialized Form
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
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 |
log
protected static org.apache.commons.logging.Log log
ActionAccessInterceptor
public ActionAccessInterceptor()
setLoginAction
public void setLoginAction(java.lang.String loginAction)
setAccessDeniedAction
public void setAccessDeniedAction(java.lang.String accessDeniedAction)
intercept
public java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
throws java.lang.Exception
- Specified by:
intercept
in interface com.opensymphony.xwork2.interceptor.Interceptor
- Specified by:
intercept
in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
- Throws:
java.lang.Exception
Copyright © 2008-2010 Apache Software Foundation. All Rights Reserved.