|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EventGateway in org.barracudamvc.admin |
---|
Classes in org.barracudamvc.admin that implement EventGateway | |
---|---|
class |
BarracudaAdmin
Deprecated. - I just don't think this is used anywhere. We should probably consider removing it from cvs. - csc |
Uses of EventGateway in org.barracudamvc.contrib.dbroggisch.page |
---|
Classes in org.barracudamvc.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.barracudamvc.contrib.sam.data |
---|
Classes in org.barracudamvc.contrib.sam.data that implement EventGateway | |
---|---|
class |
DataObjectGateway
Event handlers (both Controller and View) for the Main screen |
Uses of EventGateway in org.barracudamvc.core.event |
---|
Classes in org.barracudamvc.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.barracudamvc.core.event declared as EventGateway | |
---|---|
protected EventGateway |
ApplicationGateway.eventGateway
|
Methods in org.barracudamvc.core.event that return EventGateway | |
---|---|
EventGateway |
DefaultEventGateway.getParent()
Get the parent event gateway. |
EventGateway |
ApplicationGateway.getParent()
Get the parent gateway. |
EventGateway |
EventGateway.getParent()
Get the parent event gateway. |
Methods in org.barracudamvc.core.event with parameters of type EventGateway | |
---|---|
void |
DefaultEventGateway.add(EventGateway eg)
Add an event gateway to this one |
void |
ApplicationGateway.add(EventGateway eg)
Add an event gateway to this one |
void |
EventGateway.add(EventGateway eg)
Add an event gateway to 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 |
ApplicationAssembler.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 |
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. |
void |
DefaultEventGateway.remove(EventGateway eg)
Remove an event gateway from this one |
void |
ApplicationGateway.remove(EventGateway eg)
Remove an event gateway from 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 |
ApplicationGateway.setParent(EventGateway eg)
Set the parent gateway. |
void |
EventGateway.setParent(EventGateway eg)
Set the parent event gateway. |
void |
ApplicationGateway.specifyEventGateways(EventGateway gateway)
Specify event gateways. |
Uses of EventGateway in org.barracudamvc.core.event.events |
---|
Classes in org.barracudamvc.core.event.events that implement EventGateway | |
---|---|
class |
LongRunningEventGateway
Event handlers (both Controller and View) for the LongRunning events |
Uses of EventGateway in org.barracudamvc.core.util.srv |
---|
Methods in org.barracudamvc.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.barracudamvc.examples |
---|
Classes in org.barracudamvc.examples that implement EventGateway | |
---|---|
class |
GlobalUtilities
Global Utilities. |
class |
SampleApplicationGateway
This is the gateway for the EventHandler7 apps. |
Uses of EventGateway in org.barracudamvc.examples.ex1 |
---|
Classes in org.barracudamvc.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.barracudamvc.examples.ex3 |
---|
Classes in org.barracudamvc.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.barracudamvc.examples.ex4 |
---|
Classes in org.barracudamvc.examples.ex4 that implement EventGateway | |
---|---|
class |
SampleScreen
A sample screen |
Uses of EventGateway in org.barracudamvc.examples.xmlc |
---|
Classes in org.barracudamvc.examples.xmlc that implement EventGateway | |
---|---|
class |
CompEx10b
A sample screen (does the exact same thing as CompEx10, but routes to here using an event, rather than a servlet url) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |