Interface ApplicationAdapterAware
-
- All Superinterfaces:
Aware
- All Known Implementing Classes:
AbstractSessionStoreFactory,BasePathFactoryBean,DefaultSessionManager,FileSessionStoreFactory
public interface ApplicationAdapterAware extends Aware
Interface to be implemented by any object that wishes to be notified of theApplicationAdapter.Created: 2016. 1. 25.
- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetApplicationAdapter(ApplicationAdapter applicationAdapter)
-
-
-
Method Detail
-
setApplicationAdapter
@AvoidAdvice void setApplicationAdapter(ApplicationAdapter applicationAdapter)
-
-