Uses of Interface
net.officefloor.compile.spi.office.OfficeManagedObject
Packages that use OfficeManagedObject
Package
Description
-
Uses of OfficeManagedObject in net.officefloor.activity.managedobject.build
Methods in net.officefloor.activity.managedobject.build that return OfficeManagedObjectModifier and TypeMethodDescriptionManagedObjectArchitect.addManagedObject(String managedObjectName, String managedObjectLocation, PropertyList properties) Adds a specificOfficeManagedObject.ManagedObjectEmployer.ManagedObjectComposeSource.source(ComposeContext<ManagedObjectConfiguration> context) Methods in net.officefloor.activity.managedobject.build that return types with arguments of type OfficeManagedObjectModifier and TypeMethodDescriptionManagedObjectArchitect.addManagedObjects(String managedObjectDirectory, PropertyList properites) Adds theOfficeManagedObjectinstances configured in a directory. -
Uses of OfficeManagedObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeManagedObjectMethods in net.officefloor.compile.impl.structure that return OfficeManagedObjectModifier and TypeMethodDescriptionManagedObjectSourceNodeImpl.addOfficeManagedObject(String managedObjectName, ManagedObjectScope managedObjectScope) -
Uses of OfficeManagedObject in net.officefloor.compile.internal.structure
Subinterfaces of OfficeManagedObject in net.officefloor.compile.internal.structureModifier and TypeInterfaceDescriptioninterfaceNode representing an instance use of aManagedObject. -
Uses of OfficeManagedObject in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeManagedObjectModifier and TypeMethodDescriptionOfficeManagedObjectSource.addOfficeManagedObject(String managedObjectName, ManagedObjectScope managedObjectScope) Obtains theOfficeManagedObjectrepresenting an instance use of aManagedObjectfrom theManagedObjectSource.Methods in net.officefloor.compile.spi.office with parameters of type OfficeManagedObjectModifier and TypeMethodDescriptionvoidManagedFunctionAugmentorContext.link(AugmentedFunctionObject object, OfficeManagedObject managedObject) Links theAugmentedFunctionObjectto theOfficeManagedObject. -
Uses of OfficeManagedObject in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor that return OfficeManagedObjectModifier and TypeMethodDescriptionCompileOfficeContext.addManagedObject(String managedObjectName, Class<?> managedObjectClass, ManagedObjectScope scope) Adds anOfficeManagedObjectforClassManagedObjectSource. -
Uses of OfficeManagedObject in net.officefloor.plugin.managedobject.singleton
Methods in net.officefloor.plugin.managedobject.singleton that return OfficeManagedObjectModifier and TypeMethodDescriptionstatic OfficeManagedObjectSingleton.load(OfficeArchitect architect, Object singleton, AutoWire... autoWires) Convenience method to load singletonObject.static OfficeManagedObjectSingleton.load(OfficeArchitect architect, String managedObjectName, Object singleton, AutoWire... autoWires) Convenience method to load singletonObject. -
Uses of OfficeManagedObject in net.officefloor.web
Methods in net.officefloor.web that return OfficeManagedObjectModifier and TypeMethodDescriptionWebArchitectEmployer.addHttpApplicationObject(Class<?> objectClass) WebArchitectEmployer.addHttpApplicationObject(Class<?> objectClass, String bindName) WebArchitectEmployer.addHttpArgument(String parameterName, HttpValueLocation location) WebArchitectEmployer.addHttpObject(Class<?> objectClass, String... acceptedContentTypes) WebArchitectEmployer.addHttpRequestObject(Class<?> objectClass, boolean isLoadParameters) WebArchitectEmployer.addHttpRequestObject(Class<?> objectClass, boolean isLoadParameters, String bindName) WebArchitectEmployer.addHttpSessionObject(Class<?> objectClass) WebArchitectEmployer.addHttpSessionObject(Class<?> objectClass, String bindName) -
Uses of OfficeManagedObject in net.officefloor.web.build
Methods in net.officefloor.web.build that return OfficeManagedObjectModifier and TypeMethodDescriptionWebArchitect.addHttpApplicationObject(Class<?> objectClass) Adds an object to be lazily created and stored within theHttpApplicationState.WebArchitect.addHttpApplicationObject(Class<?> objectClass, String bindName) Adds an object to be lazily created and stored within theHttpApplicationState.WebArchitect.addHttpArgument(String parameterName, HttpValueLocation location) Adds a HTTP argument.WebArchitect.addHttpObject(Class<?> objectClass, String... acceptedContentTypes) Adds a HTTPObjectto be parsed from theHttpRequest.WebArchitect.addHttpRequestObject(Class<?> objectClass, boolean isLoadParameters) Adds an object to be lazily created and stored within theHttpRequestState.WebArchitect.addHttpRequestObject(Class<?> objectClass, boolean isLoadParameters, String bindName) Adds an object to be lazily created and stored within theHttpRequestState.WebArchitect.addHttpSessionObject(Class<?> objectClass) Adds an object to be lazily created and stored within theHttpSession.WebArchitect.addHttpSessionObject(Class<?> objectClass, String bindName) Adds an object to be lazily created and stored within theHttpSession. -
Uses of OfficeManagedObject in net.officefloor.web.compile
Methods in net.officefloor.web.compile that return OfficeManagedObjectModifier and TypeMethodDescriptionCompileWebContextImpl.addManagedObject(String managedObjectName, Class<?> managedObjectClass, ManagedObjectScope scope) -
Uses of OfficeManagedObject in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build that return OfficeManagedObjectModifier and TypeMethodDescriptionHttpSecurityBuilder.getHttpAccessControl()Obtains theOfficeManagedObjectfor theHttpAccessControl. -
Uses of OfficeManagedObject in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return OfficeManagedObjectModifier and TypeMethodDescriptionHttpSecuritySupportingManagedObjectDependencyContext.getAccessControl()Obtains the custom access control.HttpSecuritySupportingManagedObjectDependencyContext.getAuthentication()Obtains the custom authentication.HttpSecuritySupportingManagedObjectDependencyContext.getHttpAccessControl()Obtains theHttpAccessControl.HttpSecuritySupportingManagedObjectDependencyContext.getHttpAuthentication()Obtains theHttpAuthentication.HttpSecuritySupportingManagedObjectDependencyType.getOfficeManagedObject(HttpSecuritySupportingManagedObjectDependencyContext context) Obtains theOfficeManagedObjectfor this dependency.HttpSecuritySupportingManagedObjectDependencyContext.getSupportingManagedObject(HttpSecuritySupportingManagedObject<?> supportingManagedObject) Obtains theHttpSecuritySupportingManagedObject.