Uses of Interface
net.officefloor.compile.spi.section.SectionManagedObject
-
-
Uses of SectionManagedObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionManagedObject Modifier and Type Class Description classManagedObjectNodeImplManagedObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionManagedObject Modifier and Type Method Description SectionManagedObjectManagedObjectSourceNodeImpl. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope) -
Uses of SectionManagedObject in net.officefloor.compile.internal.structure
Subinterfaces of SectionManagedObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceManagedObjectNodeNode representing an instance use of aManagedObject. -
Uses of SectionManagedObject in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionManagedObject Modifier and Type Method Description SectionManagedObjectSectionManagedObjectSource. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)Obtains theSectionManagedObjectrepresenting an instance use of aManagedObjectfrom theManagedObjectSource. -
Uses of SectionManagedObject in net.officefloor.plugin.managedobject.singleton
Methods in net.officefloor.plugin.managedobject.singleton that return SectionManagedObject Modifier and Type Method Description static SectionManagedObjectSingleton. load(SectionDesigner designer, java.lang.Object singleton)Convenience method to load singletonObject.static SectionManagedObjectSingleton. load(SectionDesigner designer, java.lang.String managedObjectName, java.lang.Object singleton)Convenience method to load singletonObject. -
Uses of SectionManagedObject in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz with parameters of type SectionManagedObject Modifier and Type Method Description static ClassSectionFunctionNamespaceClassSectionSource. loadClassFunctions(java.lang.Class<?> sectionClass, SectionManagedObject sectionManagedObject, boolean isProvideInputs, ClassSectionLoader loader, SectionSourceContext context)Loads theClassSectionFunctioninstances. -
Uses of SectionManagedObject in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionManagedObject Modifier and Type Method Description SectionManagedObjectClassSectionManagedObject. getManagedObject()Obtains theSectionManagedObject.SectionManagedObjectObjectClassSectionLoaderContext. getSectionManagedObject()Obtains theSectionManagedObject.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionManagedObject Constructor Description ClassSectionManagedObject(SectionManagedObject managedObject, ManagedObjectType<?> managedObjectType)Instantiate. -
Uses of SectionManagedObject in net.officefloor.web.template.extension
Methods in net.officefloor.web.template.extension that return SectionManagedObject Modifier and Type Method Description SectionManagedObjectWebTemplateExtensionContext. getTemplateLogicObject()Obtains theSectionManagedObjectfor the template logic object.
-