Uses of Interface
org.analogweb.Application
-
Packages that use Application Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations.org.analogweb.util This package define utilities. -
-
Uses of Application in org.analogweb
Methods in org.analogweb with parameters of type Application Modifier and Type Method Description Server
ServerFactory. create(URI uri, ApplicationProperties properties, ApplicationContext context, Application application)
-
Uses of Application in org.analogweb.core
Classes in org.analogweb.core that implement Application Modifier and Type Class Description class
WebApplication
Methods in org.analogweb.core with parameters of type Application Modifier and Type Method Description static Server
Servers. create(URI uri, ApplicationProperties properties, ApplicationContext context, Application application)
Constructors in org.analogweb.core with parameters of type Application Constructor Description DefaultServer(URI uri, Application app)
DefaultServer(URI uri, Application app, ApplicationContext contextResolver)
DefaultServer(URI uri, Application app, ApplicationContext contextResolver, ApplicationProperties props)
DefaultServer(URI uri, Application app, ApplicationProperties props)
-
Uses of Application in org.analogweb.util
Methods in org.analogweb.util with parameters of type Application Modifier and Type Method Description static ApplicationProperties
ApplicationPropertiesHolder. configure(Application app, ApplicationProperties config)
Set upApplicationProperties
.static void
ApplicationPropertiesHolder. dispose(Application app)
-