Class WebTemplateSectionSource.WebTemplateManagedFunctionSource
java.lang.Object
net.officefloor.compile.spi.managedfunction.source.impl.AbstractManagedFunctionSource
net.officefloor.web.template.section.WebTemplateSectionSource.WebTemplateManagedFunctionSource
- All Implemented Interfaces:
ManagedFunctionSource
- Enclosing class:
- WebTemplateSectionSource
@PrivateSource
public static class WebTemplateSectionSource.WebTemplateManagedFunctionSource
extends AbstractManagedFunctionSource
ManagedFunctionSource for the HTTP template.-
Nested Class Summary
Nested classes/interfaces inherited from class net.officefloor.compile.spi.managedfunction.source.impl.AbstractManagedFunctionSource
AbstractManagedFunctionSource.SpecificationContext -
Method Summary
Modifier and TypeMethodDescriptionprotected voidLoads theManagedFunctionSourceSpecification.voidsourceManagedFunctions(FunctionNamespaceBuilder namespaceTypeBuilder, ManagedFunctionSourceContext context) Sources theFunctionNamespaceTypeby populating it via the inputFunctionNamespaceBuilder.Methods inherited from class net.officefloor.compile.spi.managedfunction.source.impl.AbstractManagedFunctionSource
getSpecification
-
Method Details
-
loadSpecification
Description copied from class:AbstractManagedFunctionSourceLoads theManagedFunctionSourceSpecification.- Specified by:
loadSpecificationin classAbstractManagedFunctionSource- Parameters:
context-AbstractManagedFunctionSource.SpecificationContext.
-
sourceManagedFunctions
public void sourceManagedFunctions(FunctionNamespaceBuilder namespaceTypeBuilder, ManagedFunctionSourceContext context) throws Exception Description copied from interface:ManagedFunctionSourceSources theFunctionNamespaceTypeby populating it via the inputFunctionNamespaceBuilder.- Parameters:
namespaceTypeBuilder-FunctionNamespaceBuilderto be populated with thetype definitionof theManagedFunctionSource.context-ManagedFunctionSourceContextto source details to populate theFunctionNamespaceBuilder.- Throws:
Exception- If fails to populate theFunctionNamespaceBuilder.
-