org.openxava.filters |
|
Java Source File Name | Type | Comment |
BaseContextFilter.java | Class | Base filter to allow access to a context object of
current module and the other modules too. |
CollectionInViewBaseFilter.java | Class | Used for implementing collections using a
org.openxava.tab.Tab
from a
org.openxava.view.View . |
CollectionInViewFilter.java | Class | Used for implementing collections using a
org.openxava.tab.Tab from a
org.openxava.view.View . |
CollectionWithConditionInViewFilter.java | Class | Used for implementing collections with condition using a
org.openxava.tab.Tab from a
org.openxava.view.View . |
DateToSqlDateFilter.java | Class | Convert all java.util.Date arguments in java.sql.Date . |
FilterException.java | Class | |
IFilter.java | Interface | To filter the parameters value sent to searchs. |
IRequestFilter.java | Interface | Filter that receive a HTTP request before filter. |
TotalLikeFilter.java | Class | Put a % before and after. |
UserFilter.java | Class | Inserts the name of the current user as first parameter. |
VoidFilter.java | Class | Do nothing. |
YearToDateRangeFilter.java | Class | Convert a year in a date range. |