Uses of Interface
net.officefloor.compile.spi.managedfunction.source.ManagedFunctionSourceContext
-
-
Uses of ManagedFunctionSourceContext in net.officefloor.activity.procedure.section
Methods in net.officefloor.activity.procedure.section with parameters of type ManagedFunctionSourceContext Modifier and Type Method Description void
ProcedureManagedFunctionSource. sourceManagedFunctions(FunctionNamespaceBuilder functionNamespaceTypeBuilder, ManagedFunctionSourceContext context)
-
Uses of ManagedFunctionSourceContext in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement ManagedFunctionSourceContext Modifier and Type Class Description class
ManagedFunctionSourceContextImpl
ManagedFunctionSourceContext
implementation. -
Uses of ManagedFunctionSourceContext in net.officefloor.compile.spi.managedfunction.source
Methods in net.officefloor.compile.spi.managedfunction.source with parameters of type ManagedFunctionSourceContext Modifier and Type Method Description void
ManagedFunctionSource. sourceManagedFunctions(FunctionNamespaceBuilder functionNamespaceTypeBuilder, ManagedFunctionSourceContext context)
Sources theFunctionNamespaceType
by populating it via the inputFunctionNamespaceBuilder
. -
Uses of ManagedFunctionSourceContext in net.officefloor.plugin.clazz.method
Methods in net.officefloor.plugin.clazz.method with parameters of type ManagedFunctionSourceContext Modifier and Type Method Description void
AbstractFunctionManagedFunctionSource. sourceManagedFunctions(FunctionNamespaceBuilder namespaceBuilder, ManagedFunctionSourceContext context)
Constructors in net.officefloor.plugin.clazz.method with parameters of type ManagedFunctionSourceContext Constructor Description MethodManagedFunctionBuilder(java.lang.Class<?> clazz, FunctionNamespaceBuilder namespaceBuilder, ManagedFunctionSourceContext context)
Instantiate. -
Uses of ManagedFunctionSourceContext in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section with parameters of type ManagedFunctionSourceContext Modifier and Type Method Description void
WebTemplateSectionSource.WebTemplateManagedFunctionSource. sourceManagedFunctions(FunctionNamespaceBuilder namespaceTypeBuilder, ManagedFunctionSourceContext context)
-