Class AbstractManagedFunctionSource
java.lang.Object
net.officefloor.compile.spi.managedfunction.source.impl.AbstractManagedFunctionSource
- All Implemented Interfaces:
ManagedFunctionSource
- Direct Known Subclasses:
AbstractFunctionManagedFunctionSource,ProcedureManagedFunctionSource,WebTemplateSectionSource.WebTemplateManagedFunctionSource
Abstract
ManagedFunctionSource.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interfaceContext for defining the specification. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains theManagedFunctionSourceSpecificationfor thisManagedFunctionSource.protected abstract voidLoads theManagedFunctionSourceSpecification.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.compile.spi.managedfunction.source.ManagedFunctionSource
sourceManagedFunctions
-
Constructor Details
-
AbstractManagedFunctionSource
public AbstractManagedFunctionSource()
-
-
Method Details
-
getSpecification
Description copied from interface:ManagedFunctionSourceObtains the
ManagedFunctionSourceSpecificationfor thisManagedFunctionSource.This enables the
ManagedFunctionSourceContextto be populated with the necessary details as per thisManagedFunctionSourceSpecificationin loading theFunctionNamespaceType.- Specified by:
getSpecificationin interfaceManagedFunctionSource- Returns:
ManagedFunctionSourceSpecification.
-
loadSpecification
protected abstract void loadSpecification(AbstractManagedFunctionSource.SpecificationContext context) Loads theManagedFunctionSourceSpecification.- Parameters:
context-AbstractManagedFunctionSource.SpecificationContext.
-