Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.mentawai.filter

Interface Summary
AuthenticationFree This is a marker interface to indicate that an action does not want 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
AuthenticationFilter A filter to handle user authentcation.
AuthorizationFilter A filter to handle user authorization.
ConnectionFilter A filter to serve a ready-to-use database connection to its actions.
ConversionFilter A filter to perform conversions of the action input values.
DependencyFilter  
ExceptionFilter  
FileUploadFilter  
HibernateFilter Use this filter to place an opened and connected Hibernate session in the action input.
InjectionFilter A filter that tries to inject the input values in the action through setters.
IoCFilter  
OutputFilter 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.
OVFilter A filter that takes all the properties of a bean and place them in the action output.
RedirectAfterLoginFilter A filter that implements the redirect after login mechanism.
TransactionFilter Use this filter to put your action inside a transaction.
ValidationFilter A filter to validate the values of an action input.
Validator  
VOFilter A filter that tries to populate a bean with the action input values.