当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
RequestController - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.server
Interface RequestController
- All Known Subinterfaces:
- RequestControllerTest
- All Known Implementing Classes:
- AjaxController, CoreController, PortletController, RequestControllerTestImpl
- public interface RequestController
The server delegates to the request controller the handling of the invocation after it has been through the
interceptor stack of the server.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
handle
public void handle(ServerInvocation invocation)
throws ServerException
- Handle the invocation.
- Parameters:
invocation
- the server invocation
- Throws:
ServerException