Uses of Interface
net.officefloor.compile.spi.office.OfficeManagedObject
-
-
Uses of OfficeManagedObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeManagedObject Modifier and Type Class Description class
ManagedObjectNodeImpl
ManagedObjectNode
implementation.Methods in net.officefloor.compile.impl.structure that return OfficeManagedObject Modifier and Type Method Description OfficeManagedObject
ManagedObjectSourceNodeImpl. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)
-
Uses of OfficeManagedObject in net.officefloor.compile.internal.structure
Subinterfaces of OfficeManagedObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedObjectNode
Node representing an instance use of aManagedObject
. -
Uses of OfficeManagedObject in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeManagedObject Modifier and Type Method Description OfficeManagedObject
OfficeManagedObjectSource. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)
Obtains theOfficeManagedObject
representing an instance use of aManagedObject
from theManagedObjectSource
.Methods in net.officefloor.compile.spi.office with parameters of type OfficeManagedObject Modifier and Type Method Description void
ManagedFunctionAugmentorContext. link(AugmentedFunctionObject object, OfficeManagedObject managedObject)
Links theAugmentedFunctionObject
to theOfficeManagedObject
. -
Uses of OfficeManagedObject in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor that return OfficeManagedObject Modifier and Type Method Description OfficeManagedObject
CompileOfficeContext. addManagedObject(java.lang.String managedObjectName, java.lang.Class<?> managedObjectClass, ManagedObjectScope scope)
Adds anOfficeManagedObject
forClassManagedObjectSource
. -
Uses of OfficeManagedObject in net.officefloor.plugin.managedobject.singleton
Methods in net.officefloor.plugin.managedobject.singleton that return OfficeManagedObject Modifier and Type Method Description static OfficeManagedObject
Singleton. load(OfficeArchitect architect, java.lang.Object singleton, AutoWire... autoWires)
Convenience method to load singletonObject
.static OfficeManagedObject
Singleton. load(OfficeArchitect architect, java.lang.String managedObjectName, java.lang.Object singleton, AutoWire... autoWires)
Convenience method to load singletonObject
. -
Uses of OfficeManagedObject in net.officefloor.web
Methods in net.officefloor.web that return OfficeManagedObject Modifier and Type Method Description OfficeManagedObject
WebArchitectEmployer. addHttpApplicationObject(java.lang.Class<?> objectClass)
OfficeManagedObject
WebArchitectEmployer. addHttpApplicationObject(java.lang.Class<?> objectClass, java.lang.String bindName)
OfficeManagedObject
WebArchitectEmployer. addHttpArgument(java.lang.String parameterName, HttpValueLocation location)
OfficeManagedObject
WebArchitectEmployer. addHttpObject(java.lang.Class<?> objectClass, java.lang.String... acceptedContentTypes)
OfficeManagedObject
WebArchitectEmployer. addHttpRequestObject(java.lang.Class<?> objectClass, boolean isLoadParameters)
OfficeManagedObject
WebArchitectEmployer. addHttpRequestObject(java.lang.Class<?> objectClass, boolean isLoadParameters, java.lang.String bindName)
OfficeManagedObject
WebArchitectEmployer. addHttpSessionObject(java.lang.Class<?> objectClass)
OfficeManagedObject
WebArchitectEmployer. addHttpSessionObject(java.lang.Class<?> objectClass, java.lang.String bindName)
-
Uses of OfficeManagedObject in net.officefloor.web.build
Methods in net.officefloor.web.build that return OfficeManagedObject Modifier and Type Method Description OfficeManagedObject
WebArchitect. addHttpApplicationObject(java.lang.Class<?> objectClass)
Adds an object to be lazily created and stored within theHttpApplicationState
.OfficeManagedObject
WebArchitect. addHttpApplicationObject(java.lang.Class<?> objectClass, java.lang.String bindName)
Adds an object to be lazily created and stored within theHttpApplicationState
.OfficeManagedObject
WebArchitect. addHttpArgument(java.lang.String parameterName, HttpValueLocation location)
Adds a HTTP argument.OfficeManagedObject
WebArchitect. addHttpObject(java.lang.Class<?> objectClass, java.lang.String... acceptedContentTypes)
Adds a HTTPObject
to be parsed from theHttpRequest
.OfficeManagedObject
WebArchitect. addHttpRequestObject(java.lang.Class<?> objectClass, boolean isLoadParameters)
Adds an object to be lazily created and stored within theHttpRequestState
.OfficeManagedObject
WebArchitect. addHttpRequestObject(java.lang.Class<?> objectClass, boolean isLoadParameters, java.lang.String bindName)
Adds an object to be lazily created and stored within theHttpRequestState
.OfficeManagedObject
WebArchitect. addHttpSessionObject(java.lang.Class<?> objectClass)
Adds an object to be lazily created and stored within theHttpSession
.OfficeManagedObject
WebArchitect. addHttpSessionObject(java.lang.Class<?> objectClass, java.lang.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 OfficeManagedObject Modifier and Type Method Description OfficeManagedObject
CompileWebContextImpl. addManagedObject(java.lang.String managedObjectName, java.lang.Class<?> managedObjectClass, ManagedObjectScope scope)
-
Uses of OfficeManagedObject in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return OfficeManagedObject Modifier and Type Method Description OfficeManagedObject
HttpSecuritySupportingManagedObjectDependencyContext. getAccessControl()
Obtains the custom access control.OfficeManagedObject
HttpSecuritySupportingManagedObjectDependencyContext. getAuthentication()
Obtains the custom authentication.OfficeManagedObject
HttpSecuritySupportingManagedObjectDependencyContext. getHttpAccessControl()
Obtains theHttpAccessControl
.OfficeManagedObject
HttpSecuritySupportingManagedObjectDependencyContext. getHttpAuthentication()
Obtains theHttpAuthentication
.OfficeManagedObject
HttpSecuritySupportingManagedObjectDependencyType. getOfficeManagedObject(HttpSecuritySupportingManagedObjectDependencyContext context)
Obtains theOfficeManagedObject
for this dependency.OfficeManagedObject
HttpSecuritySupportingManagedObjectDependencyContext. getSupportingManagedObject(HttpSecuritySupportingManagedObject<?> supportingManagedObject)
Obtains theHttpSecuritySupportingManagedObject
.
-