Servlet Pipeline
If you follow the DAS servlet pipeline this is what you'll see.
Starting with the
DynamoHandler which adds the Dynamo specific request and response objects to the
request's context.
- /atg/dynamo/servlet/pipeline/DynamoHandler
- /atg/dynamo/servlet/pipeline/TransactionServlet
- /atg/dynamo/servlet/pipeline/PathAuthenticationServlet
- /atg/dynamo/servlet/pipeline/URLArgumentServlet
- /atg/dynamo/servlet/pipeline/CookieServlet
- /atg/dynamo/servlet/pipeline/ContextPathServlet
- /atg/dynamo/servlet/pipeline/ServletPathServlet
- /atg/dynamo/servlet/pipeline/SessionServlet
- /atg/dynamo/servlet/pipeline/DynamoServlet
- /atg/dynamo/servlet/pipeline/SessionSaverServlet
- /atg/dynamo/servlet/pipeline/FormLoginServlet
- /atg/dynamo/servlet/pipeline/WebApplicationDispatcherServlet
- /atg/dynamo/servlet/pipeline/CgiServlet
- /atg/dynamo/servlet/pipeline/ServletPathDispatcher
- /atg/dynamo/servlet/pipeline/FileFinderServlet
- /atg/dynamo/servlet/pipeline/MimeTyperServlet
- /atg/dynamo/servlet/pipeline/MimeTypeDispatcher
- /atg/dynamo/servlet/pipeline/FileServlet
Actually the list of servlets you will see depends on which modules you have
running. This is the DAS configuration DPS and other modules can and do add more
servlets to the pipeline.
|