com.atlassian.xwork.interceptors
Class XWorkProfilingInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
com.atlassian.xwork.interceptors.XWorkProfilingInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork.interceptor.Interceptor, Serializable
public class XWorkProfilingInterceptor
- extends com.opensymphony.xwork.interceptor.AroundInterceptor
- See Also:
- Serialized Form
| Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor |
log |
| Methods inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor |
destroy, init, intercept |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWorkProfilingInterceptor
public XWorkProfilingInterceptor()
before
protected void before(com.opensymphony.xwork.ActionInvocation actionInvocation)
throws Exception
- Specified by:
before in class com.opensymphony.xwork.interceptor.AroundInterceptor
- Throws:
Exception
after
protected void after(com.opensymphony.xwork.ActionInvocation actionInvocation,
String string)
throws Exception
- Specified by:
after in class com.opensymphony.xwork.interceptor.AroundInterceptor
- Throws:
Exception
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.