| Modifier and Type | Class and Description |
|---|---|
class |
ExpandInterceptor
Expands the entity returned from the resource method
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceInterceptor> |
InterceptorChainBuilder.getResourceInterceptorsForMethod(Method m) |
| Constructor and Description |
|---|
InterceptorChainBuilder(com.atlassian.plugin.AutowireCapablePlugin plugin,
ResourceInterceptor... resourceInterceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionInterceptor
Wraps the resource method call in a transaction via SAL's
TransactionTemplate. |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationInterceptor
Uses JSR-303 to validate incoming entity objects.
|
Copyright © 2014 Atlassian. All rights reserved.