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

RequestControllerDispatcher - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.server
Class RequestControllerDispatcher

java.lang.Object
  extended byorg.jboss.portal.server.RequestControllerDispatcher
All Implemented Interfaces:
InvocationHandler

public class RequestControllerDispatcher
extends java.lang.Object
implements InvocationHandler

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
private  RequestController controller
          .
 
Constructor Summary
RequestControllerDispatcher(RequestController controller)
           
 
Method Summary
 java.lang.Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controller

private final RequestController controller
.

Constructor Detail

RequestControllerDispatcher

public RequestControllerDispatcher(RequestController controller)
Method Detail

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Exception,
                               InvocationException
Specified by:
invoke in interface InvocationHandler
Throws:
java.lang.Exception
InvocationException