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