当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
RequestControllerDispatcher - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.server
Class RequestControllerDispatcher
java.lang.Object
org.jboss.portal.server.RequestControllerDispatcher
- All Implemented Interfaces:
- InvocationHandler
- public class RequestControllerDispatcher
- extends java.lang.Object
- implements InvocationHandler
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
controller
private final RequestController controller
- .
RequestControllerDispatcher
public RequestControllerDispatcher(RequestController controller)
invoke
public java.lang.Object invoke(Invocation invocation)
throws java.lang.Exception,
InvocationException
- Specified by:
invoke
in interface InvocationHandler
- Throws:
java.lang.Exception
InvocationException