Package com.atlassian.jira.util.stats
Class JiraStatsStep
java.lang.Object
com.atlassian.jira.util.stats.JiraStatsStep
- All Implemented Interfaces:
FilterStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbeforeDoFilter
(FilterCallContext callContext) This is called to before the filterChain.doFilter() method is calledfinallyAfterDoFilter
(FilterCallContext callContext) This is called after the filterChain.doFilter() method is called in a finally {} block
-
Constructor Details
-
JiraStatsStep
public JiraStatsStep()
-
-
Method Details
-
beforeDoFilter
Description copied from interface:FilterStep
This is called to before the filterChain.doFilter() method is called- Specified by:
beforeDoFilter
in interfaceFilterStep
- Parameters:
callContext
- the context of the filter step call
-
finallyAfterDoFilter
Description copied from interface:FilterStep
This is called after the filterChain.doFilter() method is called in a finally {} block- Specified by:
finallyAfterDoFilter
in interfaceFilterStep
- Parameters:
callContext
- the context of the filter step call
-