Uses of Interface
net.officefloor.frame.api.managedobject.NameAwareManagedObject
-
Packages that use NameAwareManagedObject Package Description net.officefloor.frame.test net.officefloor.web.session.object net.officefloor.web.state -
-
Uses of NameAwareManagedObject in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement NameAwareManagedObject 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 NameAwareManagedObject in net.officefloor.web.session.object
Classes in net.officefloor.web.session.object that implement NameAwareManagedObject Modifier and Type Class Description class
HttpSessionObjectManagedObject
-
Uses of NameAwareManagedObject in net.officefloor.web.state
Classes in net.officefloor.web.state that implement NameAwareManagedObject 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
.
-