org.araneaframework.framework
Interface FilterService
- All Superinterfaces:
- Component, Serializable, Service
- All Known Implementing Classes:
- BaseFilterService
- public interface FilterService
- extends Serializable, Service
Service that has at least single child and acts as a guardian, deciding which data should be let
through to children and what services should they be allowed to use.
- Author:
- Jevgeni Kabanov (ekabanov at araneaframework dot org)
- See Also:
BaseFilterService
setChildService
public void setChildService(Service childService)