Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.cocoon.servlet: Javadoc index of package org.apache.cocoon.servlet.


Package Samples:

org.apache.cocoon.servlet

Classes:

BootstrapServlet: A bootstrap servlet to allow Cocoon to run in servlet engines that aren't fully compliant with the servlet 2.2 spec. This servlet adds a mandatory "context-dir" parameter to those accepted by CocoonServlet , which should point to Cocoon's context directory (e.g. " /path-to-webapp/cocoon "). This directory is used to : build a classloader with the correct class path with the contents of WEB-INF/classes and WEB-INF/lib (see ParanoidClassLoader ), resolve paths for context resources.
ParanoidCocoonServlet: This is the entry point for Cocoon execution as an HTTP Servlet. It also creates a buffer by loading the whole servlet inside a ClassLoader. It has been changed to extend CocoonServlet so that it is easier to add and change functionality between the two servlets. The only real differences are the ClassLoader and instantiating Cocoon inside of it.
ParanoidClassLoader: The ParanoidClassLoader reverses the search order for classes. It checks this classloader before it checks its parent.
CocoonServlet: This is the entry point for Cocoon execution as an HTTP Servlet.

Home | Contact Us | Privacy Policy | Terms of Service