com.atlassian.xwork.interceptors
Class XWorkProfilingInterceptor

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

Field Summary
 
Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor
log
 
Constructor Summary
XWorkProfilingInterceptor()
           
 
Method Summary
protected  void after(com.opensymphony.xwork.ActionInvocation actionInvocation, String string)
           
protected  void before(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 String getLocation()
           
 void setLocation(String location)
           
 
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
 

Constructor Detail

XWorkProfilingInterceptor

public XWorkProfilingInterceptor()
Method Detail

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.