Uiinfrastructure API Docs  
 

RequestDataFilter Class

A filter to init and clean-up temporary data in the activity space and cache. Currently, we don't do any init, only clean up, so only the PostFilter method is implemented here. Note that this filter should listed after the RequestQueueFilter in the InterpreterFilters.xml (since the clean up must be done while the session is still locked).

For a list of all members of this type, see RequestDataFilter Members.

System.Object
   com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
      com.plumtree.uiinfrastructure.interpreter.filter.RequestDataFilter

public class RequestDataFilter : BaseInterpreterFilter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.interpreter.filter

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

RequestDataFilter Members | com.plumtree.uiinfrastructure.interpreter.filter Namespace