- java.lang.Object
-
- aeonics.template.Item<Filter.Type>
-
- aeonics.http.Filter
-
public abstract class Filter extends Item<Filter.Type>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Filter.Request
static class
Filter.Response
static class
Filter.Type
-
Constructor Summary
Constructors Constructor Description Filter()
-
Method Summary
All 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.Item
creator, creator, defaultCreator, defaultTarget, defaultType, from, target, target, template, type, type
-
-
-
-
Method Detail
-
category
protected java.lang.Class<? extends Filter> category()
Description copied from class:Item
Returns the target entity category. This method should be implemented by subclasses to specify the entity category.- Specified by:
category
in classItem<Filter.Type>
- Returns:
- the target entity category
-
-