|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
AuthenticationFree | This is an interface to indicate whether an action wants to be blocked by the AuthenticationFilter. |
ModelDriven | |
RedirectAfterLogin | A marker interface to indicate that an action can receive a redirection after a login. |
Class Summary | |
---|---|
ActionContextFilter | |
AjaxFilter | |
AjaxValidationFilter | |
ApplicationFilter | This filter will place the application context in the action input. |
AuthenticationFilter | A filter to handle user authentcation. |
AuthenticationFreeMarkerFilter | |
AuthorizationFilter | A filter to handle user authorization. |
AutoWiringFilter | A filter that will do AUTO-WIRING of dependencies in a totaly transparent way. |
BlacklistParamFilter | Based on my discussion with Ricardo Wolosker about parameter injection security, when updating beans. |
BooleanFilter | |
CharacterEncodingFilter | Filter class CharacterEncodingFilter can change charset and content type system wide. |
CollectionFilter | |
ConnectionFilter | |
ConversionFilter | |
ConverterFilter | A filter to perform conversions of the action input values. |
CookieFilter | This filter will place a http cookie value in the action input. |
CookiesFilter | This filter will place the cookie context in the action input. |
DateConverterFilter | |
DateFilter | |
DependencyFilter | |
DIFilter | A filter that will do AUTO-WIRING of dependencies in a totaly transparent way. |
DoubleConverterFilter | |
DynamicListFilter | This abstract filter is useful for placing dynamic lists in the action output so that a mtw:select cand display it. |
DynamicValueFilter | This abstract filter is useful for placing dynamic values in the action output so that we can grab them in the view with menta tags. |
ErrorsFilter | |
ExceptionFilter | A filter for handling exceptions that may occour during the action's execution. |
FieldErrorsFilter | |
FileUploadFilter | A filter for handling File Upload that uses the Jakarta Commons FileUpload library. |
FlashScopeFilter | |
FormatFilter | A filter to format the action output values. |
FormatterFilter | A filter to format the action output values. |
GeoFilter | |
GlobalFilterFreeMarkerFilter | |
HeaderFilter | This filter will place a http header value in the action input. |
HeadersFilter | |
HibernateAnnotationFilter | This filter extends the capabilities of HibernateFilter to be used with Annotations |
HibernateFilter | Use this filter to place an opened and connected Hibernate session in the action input. |
InjectionFilter | This filter will inject input values into the action or model. |
InputFilter | This filter will inject the action input as a Map |
IntegerConverterFilter | |
IoCFilter | Autowiring filter for IoC. |
IpFilter | |
JpaFilter | Use this filter to place an opened and connected JPA entityManager in the action input. |
LocaleFilter | This filter will place the action locale in the action input. |
MentaContainerFilter | |
MessagesFilter | |
MethodParamFilter | This filter will place a java.util.List with the action input keys we want to use as the parameters of a Pojo Action method. |
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. |
OutputFilter | |
OVFilter | A filter that takes all the properties of a bean and place them in the action output. |
Pagination | Pagination POJO contem informacoes para fazer a paginacao sob demanda. |
PaginationDisplayTagFilter | |
PaginationFilter | |
Paginator | Paginator POJO which contains paged data and other useful information. |
PaginatorFilter | This filter easily enables paging of data on top of your current structure. |
PostOrGetFilter | This filter will place a boolean in the action input to tell whether the action was a POST or a GET. |
PrettyURLParamFilter | A Filter for injecting in the action input the parameters supplied by the PrettyURLController in separated attributes. |
PushConnectionFilter | A filter to serve a ready-to-use database connection to its actions. |
PushInjectionFilter | A filter that tries to inject the input values in the action through setters. |
PushIoCFilter | |
PushVOFilter | A filter that tries to populate a bean with the action input values. Use this filter if you want to provide your action with a ready-to-use bean instead of a bunch of action input values. This filter tries to inject all the action input values in a Java object through setters. It can also inject directly in the bean's attributes, even if the field is private. And it can also use prefix to separate attributes from multiple objects. If enabled, it will try to automatically convert the fields beforing injecting based on the field type, if it can find one. |
RedirectAfterLoginFilter | A filter that implements the redirect after login mechanism. |
RedirectAfterLoginMarkerFilter | |
ResultFilter | |
SessionFilter | This filter will place the session context in the action input. |
SpringFilter | Filter to substitute an regular action input for a InputSpring. |
TransactionFilter | Mentawai filter for transaction managment. |
TrimFilter | |
ValidationFilter | |
ValidatorFilter | A filter to validate the values of an action input. |
VOFilter |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |