- java.lang.Object
- 
- aeonics.template.Item<Filter.Type>
- 
- aeonics.http.Filter
 
 
- 
 public abstract class Filter extends Item<Filter.Type> 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classFilter.Requeststatic classFilter.Responsestatic classFilter.Type
 - 
Constructor SummaryConstructors Constructor Description Filter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<? extends Filter>category()Returns the target entity category.- 
Methods inherited from class aeonics.template.Itemcreator, creator, defaultCreator, defaultTarget, defaultType, from, target, target, template, type, type
 
- 
 
- 
- 
- 
Method Detail- 
categoryprotected java.lang.Class<? extends Filter> category() Description copied from class:ItemReturns the target entity category. This method should be implemented by subclasses to specify the entity category.- Specified by:
- categoryin class- Item<Filter.Type>
- Returns:
- the target entity category
 
 
- 
 
-