|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EventGateway in org.enhydra.barracuda.admin |
Classes in org.enhydra.barracuda.admin that implement EventGateway | |
class |
BarracudaAdmin
This mini-app is can be used to administer Barracuda applications |
Uses of EventGateway in org.enhydra.barracuda.config |
Classes in org.enhydra.barracuda.config that implement EventGateway | |
class |
BarracudaConfig
This mini-app is can be used to configure the core Barracuda classes. |
class |
CompConfig
This class provides the methods needed to configure the component screens |
class |
DataConfig
This class provides the methods needed to configure the data screen |
class |
DomConfig
This class provides the methods needed to configure the dom screen |
class |
EventConfig
This class provides the methods needed to configure the event screen |
class |
FormsConfig
This class provides the methods needed to configure the forms screen |
class |
MasterConfig
This class provides the methods needed to configure the util screen |
class |
UtilConfig
This class provides the methods needed to configure the util screen |
class |
ViewConfig
This class provides the methods needed to configure the view screen |
Fields in org.enhydra.barracuda.config declared as EventGateway | |
EventGateway |
MasterScreen.egRoot
|
Methods in org.enhydra.barracuda.config that return EventGateway | |
protected EventGateway |
MasterScreenFactory.getRootGateway(EventGateway eg)
|
Methods in org.enhydra.barracuda.config with parameters of type EventGateway | |
MasterScreen |
MasterScreenFactory.getInstance(EventGateway eg,
ControlEventContext context,
Locale locale)
|
protected EventGateway |
MasterScreenFactory.getRootGateway(EventGateway eg)
|
Constructors in org.enhydra.barracuda.config with parameters of type EventGateway | |
MasterScreen(EventGateway iegRoot,
Locale ilocale)
|
Uses of EventGateway in org.enhydra.barracuda.contrib.dbroggisch.page |
Classes in org.enhydra.barracuda.contrib.dbroggisch.page that implement EventGateway | |
class |
RenderPageEventGateway
A simple convenience class providing a ready-set event gateway with the basic necessities for rendering pages. |
Uses of EventGateway in org.enhydra.barracuda.contrib.sam.data |
Classes in org.enhydra.barracuda.contrib.sam.data that implement EventGateway | |
class |
DataObjectGateway
Event handlers (both Controller and View) for the Main screen |
Uses of EventGateway in org.enhydra.barracuda.core.event |
Classes in org.enhydra.barracuda.core.event that implement EventGateway | |
class |
ApplicationGateway
The application gateway is responsible for a number of things. |
class |
DefaultEventGateway
Default implementation of an EventGateway. |
Fields in org.enhydra.barracuda.core.event declared as EventGateway | |
protected EventGateway |
ApplicationGateway.eventGateway
|
Methods in org.enhydra.barracuda.core.event that return EventGateway | |
EventGateway |
EventGateway.getParent()
Get the parent event gateway. |
EventGateway |
DefaultEventGateway.getParent()
Get the parent event gateway. |
EventGateway |
ApplicationGateway.getParent()
Get the parent gateway. |
Methods in org.enhydra.barracuda.core.event with parameters of type EventGateway | |
void |
EventGateway.setParent(EventGateway eg)
Set the parent event gateway. |
void |
EventGateway.add(EventGateway eg)
Add an event gateway to this one |
void |
EventGateway.remove(EventGateway eg)
Remove an event gateway from this one |
void |
DefaultEventGateway.setParent(EventGateway eg)
Set the parent event gateway. |
void |
DefaultEventGateway.add(EventGateway eg)
Add an event gateway to this one |
void |
DefaultEventGateway.remove(EventGateway eg)
Remove an event gateway from this one |
void |
DefaultApplicationAssembler.assemble(EventGateway irootGateway,
javax.servlet.ServletConfig iservletConfig,
String iassemblySourceFile)
Assemble the system, given the root EventGateway and the XML assembly decriptor name. |
void |
DefaultApplicationAssembler.assemble(EventGateway irootGateway,
javax.servlet.ServletConfig iservletConfig,
String iassemblySourceFile,
String iparserClass)
Assemble the system, given the root EventGateway, an XML assembly decriptor name, and a specific SAX parser class. |
void |
ApplicationGateway.specifyEventGateways(EventGateway gateway)
Specify event gateways. |
void |
ApplicationGateway.setParent(EventGateway eg)
Set the parent gateway. |
void |
ApplicationGateway.add(EventGateway eg)
Add an event gateway to this one |
void |
ApplicationGateway.remove(EventGateway eg)
Remove an event gateway from this one |
void |
ApplicationAssembler.assemble(EventGateway irootGateway,
javax.servlet.ServletConfig iservletConfig,
String iassemblySourceFile)
Assemble the system, given the root EventGateway and the XML assembly decriptor name. |
void |
ApplicationAssembler.assemble(EventGateway irootGateway,
javax.servlet.ServletConfig iservletConfig,
String iassemblySourceFile,
String iparserClass)
Assemble the system, given the root EventGateway, an XML assembly decriptor name, and a specific SAX parser class. |
Uses of EventGateway in org.enhydra.barracuda.core.event.events |
Classes in org.enhydra.barracuda.core.event.events that implement EventGateway | |
class |
LongRunningEventGateway
Event handlers (both Controller and View) for the LongRunning events |
Uses of EventGateway in org.enhydra.barracuda.core.util.srv |
Methods in org.enhydra.barracuda.core.util.srv with parameters of type EventGateway | |
static Object |
SimpleServiceFinder.findInstance(Class c,
EventGateway gateway)
Find an instance of a Class in an EventGateway heirarchy. |
static Object |
SimpleServiceFinder.findInstance(Class c,
EventGateway gateway,
int searchDirection)
Find an instance of a Class in an EventGateway heirarchy |
Uses of EventGateway in org.enhydra.barracuda.examples |
Classes in org.enhydra.barracuda.examples that implement EventGateway | |
class |
GlobalUtilities
Global Utilities. |
class |
SampleApplicationGateway
This is the gateway for the EventHandler7 apps. |
Uses of EventGateway in org.enhydra.barracuda.examples.ex1 |
Classes in org.enhydra.barracuda.examples.ex1 that implement EventGateway | |
class |
LocalUtilities
General utility event handlers which apply to all screens in the app. |
class |
LoginScreen
Event handlers (both Controller and View) for the Login screen |
class |
MainScreen
Event handlers (both Controller and View) for the Main screen. |
Uses of EventGateway in org.enhydra.barracuda.examples.ex3 |
Classes in org.enhydra.barracuda.examples.ex3 that implement EventGateway | |
class |
TestScreen
This mini-app is just used for stress testing, to see what kind of performance level degradation we experience as the event heirarchy depth increases. |
Uses of EventGateway in org.enhydra.barracuda.examples.ex4 |
Classes in org.enhydra.barracuda.examples.ex4 that implement EventGateway | |
class |
SampleScreen
A sample screen |
Uses of EventGateway in org.enhydra.barracuda.examples.xmlc |
Classes in org.enhydra.barracuda.examples.xmlc that implement EventGateway | |
class |
TemplateTableScreen
A sample screen |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |