Uses of Interface
org.tquadrat.foundation.config.SessionBeanSpec
Packages that use SessionBeanSpec
Package
Description
This module provides a facility for the runtime configuration
of a program.
-
Uses of SessionBeanSpec in org.tquadrat.foundation.config
Fields in org.tquadrat.foundation.config with type parameters of type SessionBeanSpecModifier and TypeFieldDescriptionprivate static final Map
<Class<? extends SessionBeanSpec>, Map<String, ? extends SessionBeanSpec>> ConfigUtil.m_SessionConfigBeanRegistry
The registry for session configuration beans.private static final Map
<Class<? extends SessionBeanSpec>, Map<String, ? extends SessionBeanSpec>> ConfigUtil.m_SessionConfigBeanRegistry
The registry for session configuration beans.Methods in org.tquadrat.foundation.config with type parameters of type SessionBeanSpecModifier and TypeMethodDescriptionstatic final <T extends SessionBeanSpec>
voidConfigUtil.dropConfiguration
(Class<T> specification, String sessionKey) Drops the configuration bean for the given specification and the given session key.static final <T extends SessionBeanSpec>
TConfigUtil.getConfiguration
(Class<? extends T> specification, String sessionKey, TCEBiFunction<Class<T>, ? super String, T> factory) Retrieves the configuration bean for the given specification and the given session key.