org.apache.cocoon.servlet |
|
Java Source File Name | Type | Comment |
BootstrapServlet.java | Class | 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. |
CocoonServlet.java | Class | This is the entry point for Cocoon execution as an HTTP Servlet. |
ParanoidClassLoader.java | Class | The ParanoidClassLoader reverses the search order for classes. |
ParanoidCocoonServlet.java | Class | This servlet builds a classloading sandbox and runs another servlet inside
that sandbox. |