org.apache.jetspeed.pipeline.valve.impl |
|
Java Source File Name | Type | Comment |
ActionValveImpl.java | Class |
ActionValveImpl
Default implementation of the ActionValve interface. |
CleanupValveImpl.java | Class |
CleanupValveImpl
All this valve does right now is look for JSP pages that were
pushed onto the org.apache.jetspeed.renderStack
request attribute, and attempts to includde them.
author: Scott T. |
DebugValveImpl.java | Class |
Debug Valve
author: Scott T. |
PropertyLoaderValve.java | Class | The purpose of this valve is to load a property file and make the information
available on the request as an attribute. |
VerySimpleLayoutValveImpl.java | Class |
VerySimpleLayoutValveImpl
Like the descriptions said this is a very simple
layout valve and should not be used in production.
author: Scott T. |