|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.barracudamvc.core.event.ApplicationGateway
org.barracudamvc.examples.SampleApplicationGateway
This is the gateway for the EventHandler7 apps. Right now, this is just the Simple Login app (LoginGateway). If there were other apps that needed to use the gateway, we'd add them here as well.
You might want to look at the UML Class diagram for the Simple Login app. or check out Understanding the Simple Login App
Field Summary |
Fields inherited from class org.barracudamvc.core.event.ApplicationGateway |
ENABLE_LR_EVENTS, eventGateway, EXTERNAL_CONTEXT_OBJ_NAME, gateways, HTTP_SERVLET_REQUEST, HTTP_SERVLET_RESPONSE, LR_ID, LR_OR, LR_OVERRIDE_KEY, LR_SOR, REQUEST_WRAPPER, RESPOND_WITH_404, RESPONSE_WRAPPER, TARGET_EVENT_NAME, THREAD_POOL, USE_EVENT_POOLING, virgin |
Constructor Summary | |
SampleApplicationGateway()
|
Method Summary | |
void |
initializeLocal()
Perform any local initialization (this is where you should add any other known EventGateways) |
Methods inherited from class javax.servlet.http.HttpServlet |
doHead, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SampleApplicationGateway()
Method Detail |
public void initializeLocal()
initializeLocal
in class ApplicationGateway
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |