Package net.officefloor.woof.template
Interface WoofTemplateExtensionSourceContext
- All Superinterfaces:
ConfigurationContext,SourceContext,SourceProperties
Context for the
WoofTemplateExtensionSource.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields inherited from interface net.officefloor.configuration.ConfigurationContext
DEFAULT_TAG_PREFIX, DEFAULT_TAG_SUFFIX, PROPERTY_CONFIGURATION_INPUT_CHARSET, PROPERTY_CONFIGURATION_INPUT_TAG_PREFIX, PROPERTY_CONFIGURATION_INPUT_TAG_SUFFIX, PROPERTY_CONFIGURATION_OUTPUT_CHARSET -
Method Summary
Modifier and TypeMethodDescriptionObtains the application path to theWebTemplate.Obtains theOfficeArchitectthat theWebTemplatehas been added.Obtains theWebTemplatebeing extended.Obtains theWebArchitectthat theWebTemplatehas been added.Methods inherited from interface net.officefloor.configuration.ConfigurationContext
getConfigurationItem, getOptionalConfigurationItemMethods inherited from interface net.officefloor.frame.api.source.SourceContext
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServicesMethods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
Method Details
-
getApplicationPath
String getApplicationPath()Obtains the application path to theWebTemplate.- Returns:
- Application path to the
WebTemplate.
-
getTemplate
WebTemplate getTemplate()Obtains theWebTemplatebeing extended.- Returns:
WebTemplatebeing extended.
-
getWebArchitect
WebArchitect getWebArchitect()Obtains theWebArchitectthat theWebTemplatehas been added.- Returns:
WebArchitect.
-
getOfficeArchitect
OfficeArchitect getOfficeArchitect()Obtains theOfficeArchitectthat theWebTemplatehas been added.- Returns:
OfficeArchitect.
-