org.olat.admin
Class AdminModuleDispatcher

java.lang.Object
  extended by org.olat.admin.AdminModuleDispatcher
All Implemented Interfaces:
Dispatcher

public class AdminModuleDispatcher
extends java.lang.Object
implements Dispatcher

This dispatcher acts as proxy to receive the message.

Author:
patrickb, christian guretzki
See Also:

Initial Date: 13.06.2006


Constructor Summary
AdminModuleDispatcher()
           
 
Method Summary
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String uriPrefix)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminModuleDispatcher

public AdminModuleDispatcher()
Method Detail

execute

public void execute(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    java.lang.String uriPrefix)
Specified by:
execute in interface Dispatcher
See Also:
Dispatcher.execute(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)