org.enhydra.barracuda.config
Class MasterScreenFactory
java.lang.Object
org.enhydra.barracuda.config.MasterScreenFactory
- public class MasterScreenFactory
- extends Object
This class is used to get an instance of the MasterScreen.
We don't use a static getInstance() method here because it needs
to use an inner class to act as a ReferenceFactory. Consequently,
you would use the factory like this:
new MasterScreenFactory().getInstance(...);
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final String KEY
MasterScreenFactory
public MasterScreenFactory()
getInstance
public MasterScreen getInstance(EventGateway eg,
ControlEventContext context,
Locale locale)
getRootGateway
protected EventGateway getRootGateway(EventGateway eg)
Copyright © 2003 BarracudaMVC.org All Rights Reserved.