Uses of Interface
net.officefloor.compile.spi.section.SectionManagedObject
Packages that use SectionManagedObject
Package
Description
-
Uses of SectionManagedObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionManagedObjectMethods in net.officefloor.compile.impl.structure that return SectionManagedObjectModifier and TypeMethodDescriptionManagedObjectSourceNodeImpl.addSectionManagedObject(String managedObjectName, ManagedObjectScope managedObjectScope) -
Uses of SectionManagedObject in net.officefloor.compile.internal.structure
Subinterfaces of SectionManagedObject in net.officefloor.compile.internal.structureModifier and TypeInterfaceDescriptioninterfaceNode representing an instance use of aManagedObject. -
Uses of SectionManagedObject in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionManagedObjectModifier and TypeMethodDescriptionSectionManagedObjectSource.addSectionManagedObject(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 SectionManagedObjectModifier and TypeMethodDescriptionstatic SectionManagedObjectSingleton.load(SectionDesigner designer, Object singleton) Convenience method to load singletonObject.static SectionManagedObjectSingleton.load(SectionDesigner designer, String managedObjectName, 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 SectionManagedObjectModifier and TypeMethodDescriptionClassSectionSource.loadClassFunctions(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 SectionManagedObjectModifier and TypeMethodDescriptionClassSectionManagedObject.getManagedObject()Obtains theSectionManagedObject.ObjectClassSectionLoaderContext.getSectionManagedObject()Obtains theSectionManagedObject.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionManagedObjectModifierConstructorDescriptionClassSectionManagedObject(SectionManagedObject managedObject, ManagedObjectType<?> managedObjectType) Instantiate. -
Uses of SectionManagedObject in net.officefloor.web.template.extension
Methods in net.officefloor.web.template.extension that return SectionManagedObjectModifier and TypeMethodDescriptionWebTemplateExtensionContext.getTemplateLogicObject()Obtains theSectionManagedObjectfor the template logic object.