| Name | Description | Type | Package | Framework |
| BaseJspScreen | Base JSP Screen that should be subclassed by screens that want to use JSP. | Class | org.apache.turbine.modules.screens | Apache Turbine |
| Error | This is a sample Error Screen module. | Class | org.apache.turbine.modules.screens | Apache Turbine |
| InvalidState | Users will get this screen if the screen on their browser is in an invalid state. | Class | org.apache.turbine.modules.screens.error | Apache Turbine |
| JSONScreen | A Screen class for dealing with JSON-RPC requests. | Class | org.apache.turbine.modules.screens | Apache Turbine |
| JSONSecureScreen | An extension to JSONScreen that performs a Security Check before invoking doBuildTemplate(). | Class | org.apache.turbine.modules.screens | Apache Turbine |
| JspErrorScreen | Directs errors at the Jsp error template defined in template. | Class | org.apache.turbine.modules.screens | Apache Turbine |
| RawScreen | Base class for writing Screens that output binary data. | Class | org.apache.turbine.modules.screens | Apache Turbine |
| TemplateScreen | Base Template Screens should extend this class and override the buildTemplate() method. | Class | org.apache.turbine.modules.screens | Apache Turbine |
| VelocityDirectScreen | VelocityDirectScreen is a screen class which returns its output directly to the output stream. | Class | org.apache.turbine.modules.screens | Apache Turbine |
| VelocityErrorScreen | VelocityErrorScreen screen - directs errors at the velocity error template defined in template. | Class | org.apache.turbine.modules.screens | Apache Turbine |
| VelocityScreen | Base Velocity Screen. | Class | org.apache.turbine.modules.screens | Apache Turbine |
| VelocitySecureScreen | VelocitySecureScreen Always performs a Security Check that you've defined before | Class | org.apache.turbine.modules.screens | Apache Turbine |