Package | Description |
---|---|
net.officefloor.plugin.json.web.http.section | |
net.officefloor.plugin.web.http.application | |
net.officefloor.plugin.woof.template |
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 |
HttpTemplateAutoWireSectionImpl
Allows wiring the flows of the
HttpTemplate . |
Modifier and Type | Method and Description |
---|---|
HttpTemplateAutoWireSection |
WebAutoWireApplication.addHttpTemplate(String templateUri,
String templateFilePath,
Class<?> templateLogicClass)
Adds a
HttpTemplate available at the specified URI path. |
HttpTemplateAutoWireSection |
WebApplicationAutoWireOfficeFloorSource.addHttpTemplate(String templateUri,
String templateFilePath,
Class<?> templateLogicClass) |
Modifier and Type | Method and Description |
---|---|
void |
WebAutoWireApplication.linkEscalation(Class<? extends Throwable> escalation,
HttpTemplateAutoWireSection template)
Links the
Escalation to be handled by the
HttpTemplateAutoWireSection . |
void |
WebApplicationAutoWireOfficeFloorSource.linkEscalation(Class<? extends Throwable> escalation,
HttpTemplateAutoWireSection template) |
void |
WebAutoWireApplication.linkToHttpTemplate(AutoWireSection section,
String outputName,
HttpTemplateAutoWireSection template)
Links the
OfficeSectionOutput to render the HttpTemplate . |
void |
WebApplicationAutoWireOfficeFloorSource.linkToHttpTemplate(AutoWireSection section,
String outputName,
HttpTemplateAutoWireSection template) |
Modifier and Type | Method and Description |
---|---|
HttpTemplateAutoWireSection |
WoofTemplateExtensionSourceContext.getTemplate()
Obtains the
HttpTemplateAutoWireSection being extended. |
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.