public interface

FilterCallContext

com.atlassian.jira.web.filters.steps.FilterCallContext
Known Indirect Subclasses

Class Overview

A place to stuff away context if you need them back during filter step execution

Summary

Public Methods
FilterChain getFilterChain()
FilterConfig getFilterConfig()
HttpServletRequest getHttpServletRequest()
HttpServletResponse getHttpServletResponse()

Public Methods

public FilterChain getFilterChain ()

Returns
  • the FilterChain in play

public FilterConfig getFilterConfig ()

Returns
  • the FilterConfig in play

public HttpServletRequest getHttpServletRequest ()

Returns
  • the HttpServletRequest in play

public HttpServletResponse getHttpServletResponse ()

Returns
  • the HttpServletResponse in play