| 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 | Method and Description |
|---|---|
Modules |
ModulesBuilder.buildModules(ApplicationContext resolver,
ContainerAdaptor defaultContainer) |
Server |
ServerFactory.create(URI uri,
ApplicationProperties properties,
ApplicationContext context,
Application application) |
T |
ContainerAdaptorFactory.createContainerAdaptor(ApplicationContext resolver)
Create new
ContainerAdaptor. |
void |
Application.run(ApplicationContext resolver,
ApplicationProperties props,
Collection<ClassCollector> collectors,
ClassLoader classLoader)
Run application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultApplicationContext
Default implementation of
ApplicationContext. |
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationContext |
WebApplication.getApplicationContextResolver() |
| Constructor and Description |
|---|
DefaultServer(URI uri,
Application app,
ApplicationContext contextResolver) |
DefaultServer(URI uri,
Application app,
ApplicationContext contextResolver,
ApplicationProperties props) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.