Uses of Class
com.aspectran.core.context.config.ContextConfig
Packages that use ContextConfig
-
Uses of ContextConfig in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that return ContextConfigModifier and TypeMethodDescriptionAbstractActivityContextBuilder.getContextConfig()
ActivityContextBuilder.getContextConfig()
Methods in com.aspectran.core.context.builder with parameters of type ContextConfigModifier and TypeMethodDescriptionvoid
AbstractActivityContextBuilder.configure
(ContextConfig contextConfig) void
ActivityContextBuilder.configure
(ContextConfig contextConfig) -
Uses of ContextConfig in com.aspectran.core.context.config
Methods in com.aspectran.core.context.config that return ContextConfigModifier and TypeMethodDescriptionContextConfig.addBasePackage
(String basePackage) ContextConfig.addContextRule
(String contextRule) ContextConfig.addResourceLocation
(String resourceLocation) AspectranConfig.getContextConfig()
AspectranConfig.newContextConfig()
ContextConfig.setBasePackage
(String[] basePackages) ContextConfig.setBasePath
(String basePath) ContextConfig.setContextRules
(String[] contextRules) ContextConfig.setEncoding
(String encoding) ContextConfig.setResourceLocations
(String[] resourceLocations) ContextConfig.setSingleton
(boolean singleton) AspectranConfig.touchContextConfig()