Package net.officefloor.woof.template
Interface WoofTemplateExtensionConfiguration
-
- All Superinterfaces:
SourceProperties
public interface WoofTemplateExtensionConfiguration extends SourceProperties
Configuration for aWoofTemplateExtension
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getApplicationPath()
Obtains the application path for theWoofTemplateModel
.-
Methods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
-
-
-
Method Detail
-
getApplicationPath
java.lang.String getApplicationPath()
Obtains the application path for theWoofTemplateModel
.- Returns:
- Application path for the
WoofTemplateModel
.
-
-