|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResponse | |
com.bankframe.fe.statemachine.base | |
com.bankframe.fe.statemachine.ext.connectors | |
com.bankframe.fe.statemachine.ext.connectors.servlet |
Uses of IResponse in com.bankframe.fe.statemachine.base |
Methods in com.bankframe.fe.statemachine.base that return IResponse | |
IResponse |
RequestContext.getResponse()
Returns the IResponse for the current request. |
Methods in com.bankframe.fe.statemachine.base with parameters of type IResponse | |
static IView |
RequestManager.manageRequest(IRequest request,
IResponse response,
java.util.Properties properties)
This method calls buildDefaultRequestContext then RequestManager.manageRequest(RequestContext) . |
static IView |
RequestManager.manageRequest(IRequest request,
IResponse response)
Deprecated. use manageRequest(IRequest, IResponse, Properties) |
static RequestContext |
RequestManager.buildDefaultRequestContext(IRequest request,
IResponse response,
java.util.Properties properties)
This method creates a new RequestContext based on the values given. |
void |
RequestContext.setResponse(IResponse response)
Sets the IResponse for the current request. |
Uses of IResponse in com.bankframe.fe.statemachine.ext.connectors |
Subinterfaces of IResponse in com.bankframe.fe.statemachine.ext.connectors | |
interface |
IResponse
|
Uses of IResponse in com.bankframe.fe.statemachine.ext.connectors.servlet |
Classes in com.bankframe.fe.statemachine.ext.connectors.servlet that implement IResponse | |
class |
Response
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |