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

PageInvocation - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.theme.page
Class PageInvocation

java.lang.Object
  extended byorg.jboss.portal.server.invocation.Invocation
      extended byorg.jboss.portal.theme.page.PageInvocation

public class PageInvocation
extends Invocation


Constructor Summary
PageInvocation(PageRequest request, PageResponse response)
           
 
Method Summary
protected  void dispatch()
          Dispatch the call to the target.
 PageRequest getRequest()
           
 PageResponse getResponse()
           
 
Methods inherited from class org.jboss.portal.server.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

PageInvocation

public PageInvocation(PageRequest request,
                      PageResponse response)
Method Detail

getResponse

public PageResponse getResponse()

getRequest

public PageRequest getRequest()

dispatch

protected void dispatch()
                 throws InvocationException,
                        InvocationRuntimeException
Description copied from class: Invocation
Dispatch the call to the target.

Specified by:
dispatch in class Invocation
Throws:
InvocationException
InvocationRuntimeException