站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

ServerInvocation - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.server
Class ServerInvocation

java.lang.Object
  extended byorg.jboss.portal.common.invocation.Invocation
      extended byorg.jboss.portal.server.ServerInvocation

public class ServerInvocation
extends Invocation


Constructor Summary
ServerInvocation()
           
 
Method Summary
protected  void dispatch()
          Dispatch the call to the target.
 RequestController getController()
           
 ServerRequest getRequest()
           
 ServerResponse getResponse()
           
 void setController(RequestController controller)
           
 void setRequest(ServerRequest req)
           
 void setResponse(ServerResponse resp)
           
 
Methods inherited from class org.jboss.portal.common.invocation.Invocation
getAttribute, invoke, invokeNext, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInvocation

public ServerInvocation()
Method Detail

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