public class

ContextInterceptor

extends Object
implements ResourceInterceptor
java.lang.Object
   ↳ com.atlassian.applinks.core.rest.context.ContextInterceptor

Class Overview

Interceptor to allow capturing the REST context for the current thread. Means context params do not need to be passed through resource methods.

Summary

Public Constructors
ContextInterceptor()
Public Methods
void intercept(MethodInvocation invocation)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugins.rest.common.interceptor.ResourceInterceptor

Public Constructors

public ContextInterceptor ()

Public Methods

public void intercept (MethodInvocation invocation)