- Direct Known Subclasses:
- JPAPlugin.TransactionalFilter
- Enclosing class:
- PlayPlugin
public abstract class PlayPlugin.Filter<T>
extends Object
Class that define a filter. A filter is a class that wrap a certain behavior around an action.
You can access your Request and Response object within the filter. See the JPA plugin for an example.
The JPA plugin wraps a transaction around an action. The filter applies a transaction to the current Action.