A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1412.html
Document ID: 1412 Branch: main Language: default Name: Overview (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 1/12/08 6:40:11 PM Updated by: Grzegorz Kossakowski A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 1487 bytes (previous version: 921 bytes) Content diff: (26 equal lines skipped) <h2>Request dispatching</h2> <p>The most basic functionality is request dispatching handled by --- <a href="http://cocoon.apache.org/subprojects/servlet-service/1.0/servlet-service-impl/1.0/apidocs/org/apache/cocoon/servletservice/DispatcherServlet.html"><tt>DispatcherServlet</tt></a><tt>.</tt> --- </p> +++ <a href="http://cocoon.apache.org/subprojects/servlet-service/1.0/servlet-service-impl/1.0/apidocs/org/apache/cocoon/servletservice/DispatcherServlet.html"><tt>DispatcherServlet</tt></a> +++ which is sort of a very lightweight servlet container. Each servlet is +++ registered to the DispatcherServlet with property <tt>mount-path</tt>. This +++ property defines request path which can be used to access particular servlet. +++ When request is being handled by the DispatcherServlet it scans list of +++ registered servlets, checking if mount-path property of any servlet matches +++ request's path. If such servlet is found DispatcherServlet dispatches request +++ with fragment matching mount-path omitted.</p> +++ <p>Following diagram illustrates the process.</p> +++ +++ <p><img src="daisy:1427"/></p> +++ </body> </html>