| Package | Description |
|---|---|
| org.analogweb |
Root of Analog Web Framework
This package defines fundamental interfaces. |
| org.analogweb.core |
Analogweb's core (default) implementations.
These instance are recognized by an application automatically. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginModulesConfig |
interface |
UserModulesConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModulesConfig |
class |
RootModulesConfig
default implementation of
ModulesConfig |
| Modifier and Type | Method and Description |
|---|---|
protected Comparator<ModulesConfig> |
WebApplication.getModulesConfigComparator() |
protected List<ModulesConfig> |
WebApplication.getModulesConfigs() |
| Modifier and Type | Method and Description |
|---|---|
int |
ModulesConfigComparator.compare(ModulesConfig modulesConfig1,
ModulesConfig modulesConfig2) |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Servers.create(URI uri,
ApplicationProperties properties,
ApplicationContext context,
List<ModulesConfig> modules) |
| Constructor and Description |
|---|
WebApplication(List<ModulesConfig> modulesConfigs) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.