Uses of Interface
net.officefloor.frame.api.managedobject.ContextAwareManagedObject
-
-
Uses of ContextAwareManagedObject in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ContextAwareManagedObject Modifier and Type Class Description class
TestManagedObject<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
TestManagedObjectPool
.class
TestObject
TestManagedObject
that simplifies theTestManagedObject
. -
Uses of ContextAwareManagedObject in net.officefloor.plugin.managedobject.clazz
Classes in net.officefloor.plugin.managedobject.clazz that implement ContextAwareManagedObject Modifier and Type Class Description class
ClassManagedObject
CoordinatingManagedObject
to dependency inject theObject
instance and make it available for use. -
Uses of ContextAwareManagedObject in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement ContextAwareManagedObject Modifier and Type Class Description class
ProcessAwareServerHttpConnectionManagedObject<B>
ServerHttpConnection
implementation available forExternalServiceInput
. -
Uses of ContextAwareManagedObject in net.officefloor.web.session
Classes in net.officefloor.web.session that implement ContextAwareManagedObject Modifier and Type Class Description class
HttpSessionManagedObject
ManagedObject
for aHttpSession
. -
Uses of ContextAwareManagedObject in net.officefloor.web.session.object
Classes in net.officefloor.web.session.object that implement ContextAwareManagedObject Modifier and Type Class Description class
HttpSessionObjectManagedObject
-
Uses of ContextAwareManagedObject in net.officefloor.web.state
Classes in net.officefloor.web.state that implement ContextAwareManagedObject Modifier and Type Class Description static class
HttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject
ManagedObject
to retrieve the object from theHttpApplicationState
.class
HttpRequestObjectManagedObjectSource.HttpRequestObjectManagedObject
ManagedObject
to retrieve the object from theHttpRequestState
.
-