Package org.genesys.blocks.oauth.util
Class AppBlocksInitializer
java.lang.Object
org.genesys.blocks.oauth.util.AppBlocksInitializer
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Component
public class AppBlocksInitializer
extends Object
implements org.springframework.beans.factory.InitializingBean
App Blocks utility with handy updates :-).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.transaction.PlatformTransactionManagerThe tx manager. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
txManager
@Autowired @Qualifier("transactionManager") protected org.springframework.transaction.PlatformTransactionManager txManagerThe tx manager.
-
-
Constructor Details
-
AppBlocksInitializer
public AppBlocksInitializer()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-