Uses of Class
com.aspectran.core.context.config.ContextConfig
-
Packages that use ContextConfig Package Description com.aspectran.core.context.builder com.aspectran.core.context.config -
-
Uses of ContextConfig in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that return ContextConfig Modifier and Type Method Description ContextConfig
AbstractActivityContextBuilder. getContextConfig()
ContextConfig
ActivityContextBuilder. getContextConfig()
Methods in com.aspectran.core.context.builder with parameters of type ContextConfig Modifier and Type Method Description void
AbstractActivityContextBuilder. setContextConfig(ContextConfig contextConfig)
void
ActivityContextBuilder. setContextConfig(ContextConfig contextConfig)
-
Uses of ContextConfig in com.aspectran.core.context.config
Methods in com.aspectran.core.context.config that return ContextConfig Modifier and Type Method Description ContextConfig
AspectranConfig. getContextConfig()
ContextConfig
AspectranConfig. newContextConfig()
ContextConfig
AspectranConfig. touchContextConfig()
Methods in com.aspectran.core.context.config with parameters of type ContextConfig Modifier and Type Method Description void
AspectranConfig. putContextConfig(ContextConfig contextConfig)
-