Modifier and Type | Class and Description |
---|---|
class |
AutoWireOfficeFloorSource
OfficeFloorSource implementation that auto-wires the configuration
based on type. |
Modifier and Type | Method and Description |
---|---|
AutoWireApplication |
AutoWireObjectsLoaderContext.getAutoWireApplication()
Obtains the
AutoWireApplication to be configured with the
objects. |
Modifier and Type | Class and Description |
---|---|
class |
ServletWebAutoWireApplication<S extends OfficeFloorServlet>
Servlet WebAutoWireApplication . |
Modifier and Type | Method and Description |
---|---|
static AutoWireObject |
HttpsServerSocketManagedObjectSource.autoWire(AutoWireApplication source,
int port,
Class<? extends SslEngineSource> sslEngineSourceClass,
String sectionName,
String sectionInputName)
Convenience method to auto-wire in a
HttpsServerSocketManagedObjectSource into an
AutoWireApplication . |
static AutoWireObject |
HttpServerSocketManagedObjectSource.autoWire(AutoWireApplication source,
int port,
String sectionName,
String sectionInputName)
Convenience method to auto-wire in a
HttpServerSocketManagedObjectSource into an
AutoWireApplication . |
Modifier and Type | Method and Description |
---|---|
void |
AutoWireTeamsLoaderImpl.loadAutoWireTeamsConfiguration(ConfigurationItem teamsConfiguration,
AutoWireApplication application) |
void |
AutoWireTeamsLoader.loadAutoWireTeamsConfiguration(ConfigurationItem teamsConfiguration,
AutoWireApplication application)
Loads the
AutoWireTeamsModel configuration to the
AutoWireApplication . |
Modifier and Type | Interface and Description |
---|---|
interface |
WebAutoWireApplication
Web
AutoWireApplication . |
Modifier and Type | Class and Description |
---|---|
class |
WebApplicationAutoWireOfficeFloorSource
AutoWireOfficeFloorSource providing web application functionality. |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpServerAutoWireApplication
Auto-wired web application that is stand-alone.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServerAutoWireOfficeFloorSource
OfficeFloorSource that extends the
WebApplicationAutoWireOfficeFloorSource to add the additional
functionality for running as a stand-alone HTTP Server. |
Modifier and Type | Class and Description |
---|---|
class |
WoofOfficeFloorSource
|
Modifier and Type | Method and Description |
---|---|
static void |
WoofOfficeFloorSource.loadOptionalConfiguration(AutoWireApplication application,
String objectsLocation,
String teamsLocation,
ConfigurationContext configurationContext,
OfficeFloorDeployer deployer)
Loads the optional configuration.
|
Copyright © 2005–2016. All rights reserved.