| Package | Description |
|---|---|
| org.mentawai.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationFilter
This filter will place the application context in the action input.
|
class |
ConnectionFilter |
class |
CookiesFilter
This filter will place the cookie context in the action input.
|
class |
HeadersFilter |
class |
HibernateAnnotationFilter
This filter extends the capabilities of HibernateFilter to be used with
Annotations
|
class |
HibernateFilter
Use this filter to place an opened and connected Hibernate session in the
action input.
|
class |
IoCFilter
Autowiring filter for IoC.
|
class |
JpaFilter
Use this filter to place an opened and connected JPA entityManager in the
action input.
|
class |
MentaContainerFilter |
class |
OutjectionFilter
A filter that takes all the properties of the action and place them in the output,
so that you don't have to call output.setValue() manually.
|
class |
OutputFilter |
class |
SessionFilter
This filter will place the session context in the action input.
|
Copyright © 2015. All Rights Reserved.