org.barracudamvc.examples
Class SampleApplicationGateway

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.barracudamvc.core.event.ApplicationGateway
              extended by org.barracudamvc.examples.SampleApplicationGateway
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, EventGateway

public class SampleApplicationGateway
extends ApplicationGateway

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

See Also:
Serialized Form

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 org.barracudamvc.core.event.ApplicationGateway
add, deregister, deregisterLocalEventInterests, destroy, destroyLocal, doDelete, doGet, doOptions, doPost, doPut, doTrace, getChildren, getDispatcherFactory, getEventBroker, getEventExtension, getEventPool, getNewDispatchQueueInstance, getNewEventBrokerInstance, getParent, handleDefault, handleDefaultExt, handleEventException, init, initializeLocal, logRequestDetails, register, registerLocalEventAliases, registerLocalEventInterests, remove, setParent, specifyEventGateways, specifyLocalEventAliases, specifyLocalEventInterests, specifyLocalEventInterests, wrapRequest, wrapResponse
 
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

SampleApplicationGateway

public SampleApplicationGateway()
Method Detail

initializeLocal

public void initializeLocal()
Perform any local initialization (this is where you should add any other known EventGateways)

Overrides:
initializeLocal in class ApplicationGateway


Copyright © 2006 BarracudaMVC.org All Rights Reserved.