Uses of Interface
org.analogweb.ModulesConfig
-
Packages that use ModulesConfig Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of ModulesConfig in org.analogweb
Subinterfaces of ModulesConfig in org.analogweb Modifier and Type Interface Description interface
PluginModulesConfig
interface
UserModulesConfig
-
Uses of ModulesConfig in org.analogweb.core
Classes in org.analogweb.core that implement ModulesConfig Modifier and Type Class Description class
AbstractModulesConfig
class
RootModulesConfig
default implementation ofModulesConfig
Methods in org.analogweb.core that return types with arguments of type ModulesConfig Modifier and Type Method Description protected Comparator<ModulesConfig>
WebApplication. getModulesConfigComparator()
protected List<ModulesConfig>
WebApplication. getModulesConfigs()
Methods in org.analogweb.core with parameters of type ModulesConfig Modifier and Type Method Description int
ModulesConfigComparator. compare(ModulesConfig modulesConfig1, ModulesConfig modulesConfig2)
Method parameters in org.analogweb.core with type arguments of type ModulesConfig Modifier and Type Method Description static Server
Servers. create(URI uri, ApplicationProperties properties, ApplicationContext context, List<ModulesConfig> modules)
Constructor parameters in org.analogweb.core with type arguments of type ModulesConfig Constructor Description WebApplication(List<ModulesConfig> modulesConfigs)
-