org.barracudamvc.contrib.dbroggisch.page
Class PageDispatcherFactory
java.lang.Object
org.barracudamvc.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageDispatcherFactory
public PageDispatcherFactory()
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 © 2004 BarracudaMVC.org All Rights Reserved.