- java.lang.Object
- 
- aeonics.entity.Entity
- 
- aeonics.http.Filter.Type
- 
- aeonics.http.Filter.Response
 
 
 
- 
- All Implemented Interfaces:
- Exportable,- Snapshotable
 - Enclosing class:
- Filter
 
 public abstract static class Filter.Response extends Filter.Type 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface aeonics.util.SnapshotableSnapshotable.SnapshotMode
 
- 
 - 
Constructor SummaryConstructors Constructor Description Response()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Datafilter(Message request)Filter the requests to perform pre-endpoint treatments.- 
Methods inherited from class aeonics.http.Filter.Typecategory, filter
 - 
Methods inherited from class aeonics.entity.EntityaddRelation, addRelation, addRelation, cast, clearRelation, config, context, countRelations, countRelations, defineRelation, equals, export, firstRelation, hashCode, hasRelation, id, internal, internal, name, name, onCreate, onRemove, onUpdate, parameter, relations, relationships, removeRelation, snapshot, snapshotMode, template, type, valueOf, valueOf
 
- 
 
- 
- 
- 
Method Detail- 
filterpublic Data filter(Message request) Description copied from class:Filter.TypeFilter the requests to perform pre-endpoint treatments.- Specified by:
- filterin class- Filter.Type
- Parameters:
- request- the incoming request
- Returns:
- To abort the processing and send an error, throw an Exception. To continue the filter chain, return null (the request object can sill be altered). To stop the filter chain and prevent processing, return the response to send directly.
- See Also:
- for the response content and structure
 
 
- 
 
-