Uses of Class
org.osgi.service.servlet.runtime.dto.FilterDTO
Packages that use FilterDTO
-
Uses of FilterDTO in org.osgi.service.servlet.runtime.dto
Subclasses of FilterDTO in org.osgi.service.servlet.runtime.dtoModifier and TypeClassDescriptionclass
Represents a servletFilter
service which is currently not being used by a servlet context due to a problem.Fields in org.osgi.service.servlet.runtime.dto declared as FilterDTOModifier and TypeFieldDescriptionRequestInfoDTO.filterDTOs
The servlet filters processing this request.ServletContextDTO.filterDTOs
Returns the representations of the servletFilter
services associated with this context.