Package com.plumtree.uiinfrastructure.interpreter.filter

Interface Summary
IInterpreterFilter IInterpreterFilter defines a pluggable filter interface to the Interpreter for pre-processing and post-processing of request data.
 

Class Summary
BaseInterpreterFilter This is a pass-through filter; both the PreFilter and PostFilter methods have the default implementation that returns a boolean false.
ExpressionEngineFilter This filter will load up the environment data for the expression engine and run the expression engine.
GatewayFilter A filter to handle gateway request.
HealthFilter A filter to handle ping requests.
HttpCompressionFilter  
RequestDataFilter A filter to init and clean-up temporary data in the activity space and cache.
RequestLockFilter A filter to perform a lock on the session.
RequestQueueFilter A filter to check if there are too many requests queued up on this session already.
SecurityModeFilter A filter to check the security of the incoming request whether it conforms to the security mode setting, in particular the security mode 2.
 




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.