|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BapiInterceptor | |
---|---|
org.hibersap.configuration | |
org.hibersap.configuration.xml | |
org.hibersap.session | |
org.hibersap.validation |
Uses of BapiInterceptor in org.hibersap.configuration |
---|
Methods in org.hibersap.configuration that return types with arguments of type BapiInterceptor | |
---|---|
static Set<BapiInterceptor> |
ConfigurationHelper.createBapiInterceptors(SessionManagerConfig sessionManagerConfig)
|
Set<BapiInterceptor> |
ConfigurationData.getBapiInterceptors()
|
Method parameters in org.hibersap.configuration with type arguments of type BapiInterceptor | |
---|---|
void |
ConfigurationData.setBapiInterceptors(Set<BapiInterceptor> bapiInterceptors)
|
Uses of BapiInterceptor in org.hibersap.configuration.xml |
---|
Method parameters in org.hibersap.configuration.xml with type arguments of type BapiInterceptor | |
---|---|
SessionManagerConfig |
SessionManagerConfig.addBapiInterceptorClass(Class<? extends BapiInterceptor> bapiInterceptorClass)
|
Uses of BapiInterceptor in org.hibersap.session |
---|
Methods in org.hibersap.session that return types with arguments of type BapiInterceptor | |
---|---|
Set<BapiInterceptor> |
SessionManagerImplementor.getBapiInterceptors()
Returns this SessionManager's Bapi interceptors |
Set<BapiInterceptor> |
SessionManagerImpl.getBapiInterceptors()
|
Methods in org.hibersap.session with parameters of type BapiInterceptor | |
---|---|
void |
SessionImpl.addBapiInterceptor(BapiInterceptor interceptor)
|
Uses of BapiInterceptor in org.hibersap.validation |
---|
Classes in org.hibersap.validation that implement BapiInterceptor | |
---|---|
class |
BeanValidationInterceptor
|
Method parameters in org.hibersap.validation with type arguments of type BapiInterceptor | |
---|---|
static void |
BeanValidationActivator.activateBeanValidation(Set<BapiInterceptor> bapiInterceptors,
SessionManagerConfig sessionManagerConfig)
If Bean Validation should be used, as specified in the Hibersap SessionManagerConfig, the TypeSafeActivator class is used to create the ValidationFactory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |