Uses of Interface
net.officefloor.frame.api.managedobject.ProcessAwareContext
-
-
Uses of ProcessAwareContext in net.officefloor.frame.api.managedobject
Methods in net.officefloor.frame.api.managedobject with parameters of type ProcessAwareContext Modifier and Type Method Description void
ProcessAwareManagedObject. setProcessAwareContext(ProcessAwareContext context)
Provides theProcessAwareContext
to theManagedObject
. -
Uses of ProcessAwareContext in net.officefloor.frame.test
Fields in net.officefloor.frame.test declared as ProcessAwareContext Modifier and Type Field Description ProcessAwareContext
TestManagedObject. processAwareContext
Methods in net.officefloor.frame.test with parameters of type ProcessAwareContext Modifier and Type Method Description void
TestManagedObject. setProcessAwareContext(ProcessAwareContext context)
-
Uses of ProcessAwareContext in net.officefloor.frame.util
Classes in net.officefloor.frame.util that implement ProcessAwareContext Modifier and Type Class Description class
ManagedObjectUserStandAlone
Implementation of aManagedObjectUser
to source an object from aManagedObjectSource
.Methods in net.officefloor.frame.util with parameters of type ProcessAwareContext Modifier and Type Method Description void
ManagedObjectUserStandAlone. setProcessAwareContext(ProcessAwareContext processAwareContext)
Allows overriding theProcessAwareContext
. -
Uses of ProcessAwareContext in net.officefloor.server.http
Constructors in net.officefloor.server.http with parameters of type ProcessAwareContext Constructor Description WritableHttpCookie(java.lang.String name, java.lang.String value, ProcessAwareContext context)
Instantiate. -
Uses of ProcessAwareContext in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl with parameters of type ProcessAwareContext Modifier and Type Method Description void
ProcessAwareServerHttpConnectionManagedObject. setProcessAwareContext(ProcessAwareContext context)
Constructors in net.officefloor.server.http.impl with parameters of type ProcessAwareContext Constructor Description ProcessAwareHttpResponse(ProcessAwareServerHttpConnectionManagedObject<B> serverHttpConnection, HttpVersion version, ProcessAwareContext processAwareContext)
Instantiate.ProcessAwareHttpResponseCookies(ProcessAwareContext context)
Instantiate.ProcessAwareHttpResponseHeaders(ProcessAwareContext context)
Instantiate. -
Uses of ProcessAwareContext in net.officefloor.server.http.mock
Classes in net.officefloor.server.http.mock that implement ProcessAwareContext Modifier and Type Class Description class
MockProcessAwareContext
MockProcessAwareContext
that just runs theProcessSafeOperation
. -
Uses of ProcessAwareContext in net.officefloor.server.stream.impl
Constructors in net.officefloor.server.stream.impl with parameters of type ProcessAwareContext Constructor Description ProcessAwareServerOutputStream(ServerOutputStream unsafeOutputStream, ProcessAwareContext context)
Instantiate.ProcessAwareServerWriter(ServerWriter unsafeServerWriter, ProcessAwareContext context)
Instantiate. -
Uses of ProcessAwareContext in net.officefloor.web.session
Methods in net.officefloor.web.session with parameters of type ProcessAwareContext Modifier and Type Method Description void
HttpSessionManagedObject. setProcessAwareContext(ProcessAwareContext context)
-