当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
ServerInvocation - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.server
Class ServerInvocation
java.lang.Object
org.jboss.portal.common.invocation.Invocation
org.jboss.portal.server.ServerInvocation
- public class ServerInvocation
- extends Invocation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerInvocation
public ServerInvocation()
getRequest
public ServerRequest getRequest()
setRequest
public void setRequest(ServerRequest req)
getResponse
public ServerResponse getResponse()
setResponse
public void setResponse(ServerResponse resp)
getController
public RequestController getController()
setController
public void setController(RequestController controller)
dispatch
protected void dispatch()
throws java.lang.Exception,
InvocationException
- Description copied from class:
Invocation
- Dispatch the call to the target.
- Specified by:
dispatch
in class Invocation
- Throws:
java.lang.Exception
InvocationException