Interface InterceptorRegistry
- All Known Implementing Classes:
DefaultInterceptorRegistry
public interface InterceptorRegistry
Abstraction of the interceptor registry responsible for getting life-cycle handle interceptors for mapped jalo item by their
type code, see
InterceptorMapping.getTypeCode()-
Method Summary
Modifier and TypeMethodDescriptiongetLoadInterceptors(String type) getPrepareInterceptors(String type) getRemoveInterceptors(String type)
-
Method Details
-
getPrepareInterceptors
- Parameters:
type- type code mapping string- Returns:
- collection containing
PrepareInterceptorfor specific type code mapping
-
getLoadInterceptors
- Parameters:
type- type code mapping string- Returns:
- collection containing
LoadInterceptorfor specific type code mapping
-
getRemoveInterceptors
- Parameters:
type- type code mapping string- Returns:
- collection containing
RemoveInterceptorfor specific type code mapping
-
getValidateInterceptors
- Parameters:
type- type code mapping string- Returns:
- collection containing
ValidateInterceptorfor specific type code mapping
-
getInitDefaultsInterceptors
- Parameters:
type- type code mapping string- Returns:
- collection containing
InitDefaultsInterceptorfor specific type code mapping
-