Uses of Interface
net.officefloor.frame.api.managedobject.CoordinatingManagedObject
-
-
Uses of CoordinatingManagedObject in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement CoordinatingManagedObject 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 CoordinatingManagedObject in net.officefloor.jpa
Classes in net.officefloor.jpa that implement CoordinatingManagedObject Modifier and Type Class Description class
JpaManagedObjectSource.JpaManagedObject
JPAManagedObject
. -
Uses of CoordinatingManagedObject in net.officefloor.plugin.managedobject.clazz
Classes in net.officefloor.plugin.managedobject.clazz that implement CoordinatingManagedObject Modifier and Type Class Description class
ClassManagedObject
CoordinatingManagedObject
to dependency inject theObject
instance and make it available for use. -
Uses of CoordinatingManagedObject in net.officefloor.spring
Classes in net.officefloor.spring that implement CoordinatingManagedObject Modifier and Type Class Description class
SpringBeanManagedObjectSource
Spring beanManagedObjectSource
. -
Uses of CoordinatingManagedObject in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement CoordinatingManagedObject Modifier and Type Class Description class
AccessControlManagedObjectSource.AccessControlManagedObject
ManagedObject
for the access control. -
Uses of CoordinatingManagedObject in net.officefloor.web.session
Classes in net.officefloor.web.session that implement CoordinatingManagedObject Modifier and Type Class Description class
HttpSessionManagedObject
ManagedObject
for aHttpSession
. -
Uses of CoordinatingManagedObject in net.officefloor.web.session.object
Classes in net.officefloor.web.session.object that implement CoordinatingManagedObject Modifier and Type Class Description class
HttpSessionObjectManagedObject
-
Uses of CoordinatingManagedObject in net.officefloor.web.state
Classes in net.officefloor.web.state that implement CoordinatingManagedObject 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
.
-