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 class
ManagedObjectNodeImpl
ManagedObjectNode
implementation.Methods in net.officefloor.compile.impl.structure that return SectionManagedObject Modifier and Type Method Description SectionManagedObject
ManagedObjectSourceNodeImpl. 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 interface
ManagedObjectNode
Node 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 SectionManagedObject
SectionManagedObjectSource. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)
Obtains theSectionManagedObject
representing an instance use of aManagedObject
from 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 SectionManagedObject
Singleton. load(SectionDesigner designer, java.lang.Object singleton)
Convenience method to load singletonObject
.static SectionManagedObject
Singleton. 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 ClassSectionFunctionNamespace
ClassSectionSource. loadClassFunctions(java.lang.Class<?> sectionClass, SectionManagedObject sectionManagedObject, boolean isProvideInputs, ClassSectionLoader loader, SectionSourceContext context)
Loads theClass
SectionFunction
instances. -
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 SectionManagedObject
ClassSectionManagedObject. getManagedObject()
Obtains theSectionManagedObject
.SectionManagedObject
ObjectClassSectionLoaderContext. 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 SectionManagedObject
WebTemplateExtensionContext. getTemplateLogicObject()
Obtains theSectionManagedObject
for the template logic object.
-