org.enhydra.barracuda.contrib.dbroggisch.page
Class PageDispatcherFactory

java.lang.Object
  extended byorg.enhydra.barracuda.contrib.dbroggisch.page.PageDispatcherFactory
All Implemented Interfaces:
DispatcherFactory

public class PageDispatcherFactory
extends Object
implements DispatcherFactory

A simple convenience class providing a ready-set dispatcher factory. The event dispatcher returned in this case provides for thread safety when using session pages. See PageEventDispatcher for details.

To use this class, return an instance of this factory in the AplicationGateway.getDispatcherFactory() method.

Version:
1.0
Author:
Diez B. Roggisch

Constructor Summary
PageDispatcherFactory()
           
 
Method Summary
 EventDispatcher getInstance()
          get an instance of event dispatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageDispatcherFactory

public PageDispatcherFactory()
Method Detail

getInstance

public EventDispatcher getInstance()
Description copied from interface: DispatcherFactory
get an instance of event dispatcher

Specified by:
getInstance in interface DispatcherFactory
Returns:
an instance of event dispatcher


Copyright © 2003 BarracudaMVC.org All Rights Reserved.