Modifier and Type | Method and Description |
---|---|
abstract void |
OfficeFloorCompiler.addResources(ResourceSource resourceSource)
Adds a
ResourceSource . |
Modifier and Type | Method and Description |
---|---|
void |
OfficeFloorCompilerImpl.addResources(ResourceSource resourceSource) |
Modifier and Type | Method and Description |
---|---|
void |
OfficeFloorCompilerAdapter.addResources(ResourceSource resourceSource) |
Modifier and Type | Method and Description |
---|---|
void |
HttpTemplateExtensionSourceInstance.validateChange(String oldUri,
PropertyList oldProperties,
String newUri,
PropertyList newProperties,
ResourceSource[] resourceSources,
CompilerIssues issues,
Node node)
Validate the change to configuration for the
WoofTemplateExtensionSource . |
Modifier and Type | Method and Description |
---|---|
void |
OfficeFloorBuilder.addResources(ResourceSource resourceSource)
Adds a
ResourceSource to locate resources. |
Modifier and Type | Method and Description |
---|---|
void |
OfficeFloorBuilderImpl.addResources(ResourceSource resourceSource) |
Constructor and Description |
---|
SourceContextImpl(boolean isLoadingType,
ClassLoader classLoader,
ResourceSource... resourceSources)
Initiate the raw
SourceContext to seed other
SourceContext instances. |
Modifier and Type | Class and Description |
---|---|
class |
XmlConfigurationContext
ConfigurationContext obtaining ConfigurationItem instances
from a single XML file. |
Constructor and Description |
---|
WoofTemplateChangeContextImpl(boolean isLoadingType,
ClassLoader classLoader,
ConfigurationContext configurationContext,
WoofChangeIssues issues,
ResourceSource... resourceSources)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
void |
WoofOfficeFloorSource.addResources(ResourceSource resourceSource) |
void |
WoofContextConfigurable.addResources(ResourceSource resourceSource)
Adds a
ResourceSource . |
static void |
WoofOfficeFloorSource.loadWebApplicationExtensions(WebAutoWireApplication application,
SourceProperties properties,
ClassLoader classLoader,
ResourceSource... resourceSources)
Loads extension functionality from the
WoofApplicationExtensionService instances. |
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.refactorTemplateExtension(Class<S> woofTemplateExtensionSourceClass,
String oldUri,
SourceProperties oldProperties,
String newUri,
SourceProperties newProperties,
ConfigurationContext configurationContext,
ClassLoader classLoader,
ResourceSource... resourceSources)
Creates the
Change for refactoring. |
Copyright © 2005–2016. All rights reserved.