Package net.officefloor.web.build
Interface HttpObjectResponderContext<T>
public interface HttpObjectResponderContext<T>
Context for the
HttpObjectResponder.-
Method Summary
Modifier and TypeMethodDescriptionManagedFunctionType<?,?> Obtains theManagedFunctionTypethat is using theObjectResponse.Obtains the responseObjectbeing sent.Obtains theServerHttpConnection.
-
Method Details
-
getResponseObject
T getResponseObject()Obtains the responseObjectbeing sent.- Returns:
- Response
Objectbeing sent.
-
getServerHttpConnection
ServerHttpConnection getServerHttpConnection()Obtains theServerHttpConnection.- Returns:
ServerHttpConnection.
-
getManagedFunctionType
ManagedFunctionType<?,?> getManagedFunctionType()Obtains theManagedFunctionTypethat is using theObjectResponse.- Returns:
ManagedFunctionTypethat is using theObjectResponse.
-
getManagedFunctionObjectType
ManagedFunctionObjectType<?> getManagedFunctionObjectType()- Returns:
ManagedFunctionObjectType.
-