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 voidProcedureManagedFunctionSource. 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 classManagedFunctionSourceContextImplManagedFunctionSourceContextimplementation. -
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 voidManagedFunctionSource. sourceManagedFunctions(FunctionNamespaceBuilder functionNamespaceTypeBuilder, ManagedFunctionSourceContext context)Sources theFunctionNamespaceTypeby 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 voidAbstractFunctionManagedFunctionSource. 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 voidWebTemplateSectionSource.WebTemplateManagedFunctionSource. sourceManagedFunctions(FunctionNamespaceBuilder namespaceTypeBuilder, ManagedFunctionSourceContext context)
-