Modifier and Type | Method and Description |
---|---|
static void |
JsonHttpTemplateSectionExtension.extendTemplate(HttpTemplateAutoWireSection template,
WebAutoWireApplication application)
Extends the
HttpTemplateAutoWireSection by:
providing the necessary JsonRequestReaderManagedObjectSource
instances
adding this as a HttpTemplateSectionExtension . |
Modifier and Type | Class and Description |
---|---|
class |
ServletWebAutoWireApplication<S extends OfficeFloorServlet>
Servlet WebAutoWireApplication . |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
OfficeFloorServlet.configure(WebAutoWireApplication application,
javax.servlet.ServletContext servletContext)
Provides configuration of the
WebAutoWireApplication for this
OfficeFloorServlet . |
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 |
---|---|
WebAutoWireApplication |
WoofApplicationExtensionServiceContext.getWebApplication()
Obtains the
WebAutoWireApplication to extend. |
Modifier and Type | Method and Description |
---|---|
static void |
WoofOfficeFloorSource.loadWebApplicationExtensions(WebAutoWireApplication application,
SourceProperties properties,
ClassLoader classLoader,
ResourceSource... resourceSources)
Loads extension functionality from the
WoofApplicationExtensionService instances. |
void |
WoofLoaderImpl.loadWoofConfiguration(ConfigurationItem woofConfiguration,
WebAutoWireApplication application,
SourceContext sourceContext) |
void |
WoofLoader.loadWoofConfiguration(ConfigurationItem woofConfiguration,
WebAutoWireApplication application,
SourceContext sourceContext)
Loads the WoOF configuration to the
WebAutoWireApplication . |
Modifier and Type | Method and Description |
---|---|
boolean |
WoofServlet.configure(WebAutoWireApplication application,
javax.servlet.ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
WebAutoWireApplication |
WoofTemplateExtensionSourceContext.getWebApplication()
Obtains the
WebAutoWireApplication that the
HttpTemplateAutoWireSection has been added. |
Modifier and Type | Method and Description |
---|---|
static <S extends WoofTemplateExtensionSource> |
WoofTemplateExtensionLoaderUtil.extendTemplate(Class<S> extensionSourceClass,
HttpTemplateAutoWireSection template,
WebAutoWireApplication application,
ClassLoader classLoader,
ResourceSource[] resourceSources,
String... propertyNameValues)
Undertakes the extending of the
HttpTemplateAutoWireSection by
the WoofTemplateExtensionSource . |
static <S extends WoofTemplateExtensionSource> |
WoofTemplateExtensionLoaderUtil.extendTemplate(Class<S> extensionSourceClass,
HttpTemplateAutoWireSection template,
WebAutoWireApplication application,
String... propertyNameValues)
Undertakes the extending of the
HttpTemplateAutoWireSection by
the WoofTemplateExtensionSource . |
void |
WoofTemplateExtensionLoaderImpl.extendTemplate(String extensionSourceClassName,
PropertyList properties,
HttpTemplateAutoWireSection template,
WebAutoWireApplication application,
SourceContext sourceContext) |
void |
WoofTemplateExtensionLoader.extendTemplate(String extensionSourceClassName,
PropertyList properties,
HttpTemplateAutoWireSection template,
WebAutoWireApplication application,
SourceContext sourceContext)
Extends the
HttpTemplateAutoWireSection with the
WoofTemplateExtensionSource . |
Copyright © 2005–2016. All rights reserved.