当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
PageInvocation - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.theme.page
Class PageInvocation
java.lang.Object
org.jboss.portal.server.invocation.Invocation
org.jboss.portal.theme.page.PageInvocation
- public class PageInvocation
- extends Invocation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageInvocation
public PageInvocation(PageRequest request,
PageResponse response)
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