Interface ApplicationAdapterAware
- All Superinterfaces:
Aware
- All Known Implementing Classes:
AbstractSessionStoreFactory
,BasePathFactoryBean
,ClusterLettuceSessionStoreFactory
,ClusterLettuceSessionStoreFactoryBean
,CommonsMultipartFormDataParserFactoryBean
,DefaultLettuceSessionStoreFactory
,DefaultLettuceSessionStoreFactoryBean
,FileSessionStoreFactory
,FileSessionStoreFactoryBean
,JettyFileSessionDataStoreFactory
,MasterReplicaLettuceSessionStoreFactory
,MasterReplicaLettuceSessionStoreFactoryBean
,SqlSessionFactoryBean
,TowResourceManager
Interface to be implemented by any object that wishes to be notified of the
ApplicationAdapter
.
Created: 2016. 1. 25.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setApplicationAdapter
(ApplicationAdapter applicationAdapter)
-
Method Details
-
setApplicationAdapter
-