Uses of Interface
org.analogweb.ApplicationContext
-
Packages that use ApplicationContext Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of ApplicationContext in org.analogweb
Methods in org.analogweb with parameters of type ApplicationContext Modifier and Type Method 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 newContainerAdaptor
.void
Application. run(ApplicationContext resolver, ApplicationProperties props, Collection<ClassCollector> collectors, ClassLoader classLoader)
Run application. -
Uses of ApplicationContext in org.analogweb.core
Classes in org.analogweb.core that implement ApplicationContext Modifier and Type Class Description class
DefaultApplicationContext
Default implementation ofApplicationContext
.Methods in org.analogweb.core that return ApplicationContext Modifier and Type Method Description protected ApplicationContext
WebApplication. getApplicationContextResolver()
Constructors in org.analogweb.core with parameters of type ApplicationContext Constructor Description DefaultServer(URI uri, Application app, ApplicationContext contextResolver)
DefaultServer(URI uri, Application app, ApplicationContext contextResolver, ApplicationProperties props)
-