Interface ICommandResponseAware
public interface ICommandResponseAware
This is an interface a command may implement to enable the result
of the command be written in the http response headers.
-
Method Summary
Modifier and TypeMethodDescriptionhandleResponse
(IContext context, ICommandBean commandBean, HttpServletResponse response)
-
Method Details
-
handleResponse
Object handleResponse(IContext context, ICommandBean commandBean, HttpServletResponse response) throws BizException - Parameters:
context
- the context to invoke the commandcommandBean
- the args for the commandresponse
- HttpServletResponse- Returns:
- Throws:
BizException
-