org.jboss.portal.core.controller.ajax
Class AjaxResponseHandler
java.lang.Object
org.jboss.portal.core.controller.ajax.AjaxResponseHandler
- All Implemented Interfaces:
- ResponseHandler
public class AjaxResponseHandler
- extends java.lang.Object
- implements ResponseHandler
todo:
1/ interpret more responses types
- Version:
- $Revision: 8786 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxResponseHandler
public AjaxResponseHandler()
getPortalObjectContainer
public PortalObjectContainer getPortalObjectContainer()
setPortalObjectContainer
public void setPortalObjectContainer(PortalObjectContainer portalObjectContainer)
getPageService
public PageService getPageService()
setPageService
public void setPageService(PageService pageService)
processCommandResponse
public HandlerResponse processCommandResponse(ControllerContext controllerContext,
ControllerCommand commeand,
ControllerResponse controllerResponse)
throws ResponseHandlerException
- Description copied from interface:
ResponseHandler
- Process the command response and provides an handler response.
- Specified by:
processCommandResponse
in interface ResponseHandler
- Parameters:
controllerContext
- the controller contextcommeand
- the controller commandcontrollerResponse
- the controller response
- Returns:
- the handler response
- Throws:
ResponseHandlerException