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 ContextConfigAbstractActivityContextBuilder. getContextConfig()ContextConfigActivityContextBuilder. getContextConfig()Methods in com.aspectran.core.context.builder with parameters of type ContextConfig Modifier and Type Method Description voidAbstractActivityContextBuilder. setContextConfig(ContextConfig contextConfig)voidActivityContextBuilder. 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 ContextConfigContextConfig. addBasePackage(java.lang.String basePackage)ContextConfigContextConfig. addResourceLocation(java.lang.String resourceLocation)ContextConfigAspectranConfig. getContextConfig()ContextConfigAspectranConfig. newContextConfig()ContextConfigContextConfig. setBasePath(java.lang.String basePath)ContextConfigContextConfig. setEncoding(java.lang.String encoding)ContextConfigContextConfig. setRootFile(java.lang.String rootFile)ContextConfigContextConfig. setSingleton(boolean singleton)ContextConfigAspectranConfig. touchContextConfig()
-