Uses of Class
com.aspectran.core.context.config.ExposalsConfig
-
Packages that use ExposalsConfig Package Description com.aspectran.core.context.config -
-
Uses of ExposalsConfig in com.aspectran.core.context.config
Methods in com.aspectran.core.context.config that return ExposalsConfig Modifier and Type Method Description ExposalsConfig
DaemonConfig. getExposalsConfig()
ExposalsConfig
SchedulerConfig. getExposalsConfig()
ExposalsConfig
ShellConfig. getExposalsConfig()
ExposalsConfig
WebConfig. getExposalsConfig()
ExposalsConfig
SchedulerConfig. newExposalsConfig()
ExposalsConfig
WebConfig. newExposalsConfig()
ExposalsConfig
DaemonConfig. touchExposalsConfig()
ExposalsConfig
SchedulerConfig. touchExposalsConfig()
ExposalsConfig
ShellConfig. touchExposalsConfig()
ExposalsConfig
WebConfig. touchExposalsConfig()
Methods in com.aspectran.core.context.config with parameters of type ExposalsConfig Modifier and Type Method Description void
SchedulerConfig. putExposalsConfig(ExposalsConfig exposalsConfig)
void
WebConfig. putExposalsConfig(ExposalsConfig exposalsConfig)
-