Uses of Interface
com.atlassian.plugins.rest.common.interceptor.ResourceInterceptor

Packages that use ResourceInterceptor
com.atlassian.plugins.rest.common.expand.interceptor   
com.atlassian.plugins.rest.common.interceptor.impl   
com.atlassian.plugins.rest.common.transaction   
com.atlassian.plugins.rest.common.validation   
 

Uses of ResourceInterceptor in com.atlassian.plugins.rest.common.expand.interceptor
 

Classes in com.atlassian.plugins.rest.common.expand.interceptor that implement ResourceInterceptor
 class ExpandInterceptor
          Expands the entity returned from the resource method
 

Uses of ResourceInterceptor in com.atlassian.plugins.rest.common.interceptor.impl
 

Methods in com.atlassian.plugins.rest.common.interceptor.impl that return types with arguments of type ResourceInterceptor
 java.util.List<ResourceInterceptor> InterceptorChainBuilder.getResourceInterceptorsForMethod(java.lang.reflect.Method m)
           
 

Constructors in com.atlassian.plugins.rest.common.interceptor.impl with parameters of type ResourceInterceptor
InterceptorChainBuilder(com.atlassian.plugin.AutowireCapablePlugin plugin, ResourceInterceptor... resourceInterceptors)
           
 

Uses of ResourceInterceptor in com.atlassian.plugins.rest.common.transaction
 

Classes in com.atlassian.plugins.rest.common.transaction that implement ResourceInterceptor
 class TransactionInterceptor
          Wraps the resource method call in a transaction via SAL's TransactionTemplate.
 

Uses of ResourceInterceptor in com.atlassian.plugins.rest.common.validation
 

Classes in com.atlassian.plugins.rest.common.validation that implement ResourceInterceptor
 class ValidationInterceptor
          Uses JSR-303 to validate incoming entity objects.
 



Copyright © 2012 Atlassian. All Rights Reserved.