Uses of Class
com.almis.awe.model.component.AweSession
Packages that use AweSession
Package
Description
-
Uses of AweSession in com.almis.awe.annotation.autoconfigure
Method parameters in com.almis.awe.annotation.autoconfigure with type arguments of type AweSessionModifier and TypeMethodDescriptionAnnotationConfig.localeProcessor
(org.springframework.beans.factory.ObjectFactory<AweSession> aweSessionObjectFactory, org.springframework.beans.factory.ObjectFactory<AweElements> aweElementsObjectFactory) Locale processorAnnotationConfig.sessionProcessor
(org.springframework.beans.factory.ObjectFactory<AweSession> aweSessionObjectFactory) Session processor -
Uses of AweSession in com.almis.awe.annotation.processor.locale
Constructor parameters in com.almis.awe.annotation.processor.locale with type arguments of type AweSessionModifierConstructorDescriptionLocaleProcessor
(org.springframework.beans.factory.ObjectFactory<AweSession> aweSessionObjectFactory, org.springframework.beans.factory.ObjectFactory<AweElements> aweElementsObjectFactory) Autowired constructor -
Uses of AweSession in com.almis.awe.annotation.processor.session
Constructor parameters in com.almis.awe.annotation.processor.session with type arguments of type AweSessionModifierConstructorDescriptionSessionProcessor
(org.springframework.beans.factory.ObjectFactory<AweSession> aweSessionObjectFactory) Autowired constructor -
Uses of AweSession in com.almis.awe.autoconfigure
Methods in com.almis.awe.autoconfigure with parameters of type AweSessionModifier and TypeMethodDescriptionAweAutoConfiguration.aweLoggingFilter
(AweSession aweSession, BaseConfigProperties baseConfigProperties) Awe logging filter -
Uses of AweSession in com.almis.awe.component
Constructors in com.almis.awe.component with parameters of type AweSessionModifierConstructorDescriptionAweLoggingFilter
(AweSession aweSession, BaseConfigProperties baseConfigProperties) -
Uses of AweSession in com.almis.awe.config
Methods in com.almis.awe.config that return AweSession