| Name | Description | Type | Package | Framework |
| BootstrapServlet | A bootstrap servlet to allow Cocoon to run in servlet engines that aren't fully compliant with the servlet 2. | Class | org.apache.cocoon.servlet | Apache Cocoon |
| BootstrapServlet .ConfigWrapper | It wraps the original config object and returns the new context. | Class | org.apache.cocoon.servlet.BootstrapServlet | Apache Cocoon |
| BootstrapServlet .ContextWrapper | Wrapper for the ServletContext passed to the actual servlet. | Class | org.apache.cocoon.servlet.BootstrapServlet | Apache Cocoon |
| CocoonServlet | This is the entry point for Cocoon execution as an HTTP Servlet. | Class | org.apache.cocoon.servlet | Apache Cocoon |
| MultipartException | Exception thrown when on a parse error such as a malformed stream. | Class | org.apache.cocoon.servlet.multipart | Apache Cocoon |
| MultipartHttpServletRequest | Servlet request wrapper for multipart parser. | Class | org.apache.cocoon.servlet.multipart | Apache Cocoon |
| MultipartParser | This class is used to implement a multipart request wrapper. | Class | org.apache.cocoon.servlet.multipart | Apache Cocoon |
| ParanoidClassLoader | The ParanoidClassLoader reverses the search order for classes. | Class | org.apache.cocoon.servlet | Apache Cocoon |
| ParanoidCocoonServlet | This servlet builds a classloading sandbox and runs another servlet inside that sandbox. | Class | org.apache.cocoon.servlet | Apache Cocoon |
| Part | This abstract class represents a file part parsed from a http post stream. | Class | org.apache.cocoon.servlet.multipart | Apache Cocoon |
| PartInMemory | This class represents a file part parsed from a http post stream. | Class | org.apache.cocoon.servlet.multipart | Apache Cocoon |
| PartOnDisk | This class represents a file part parsed from a http post stream. | Class | org.apache.cocoon.servlet.multipart | Apache Cocoon |
| RejectedPart | An upload part that was rejected because request length exceeded the maximum upload size. | Class | org.apache.cocoon.servlet.multipart | Apache Cocoon |
| RequestFactory | This is the interface of Request Wrapper in Cocoon. | Class | org.apache.cocoon.servlet.multipart | Apache Cocoon |