Uses of Enum Class
com.atlassian.plugin.servlet.filter.FilterLocation
Packages that use FilterLocation
Package
Description
-
Uses of FilterLocation in com.atlassian.plugin.servlet
Methods in com.atlassian.plugin.servlet with parameters of type FilterLocationModifier and TypeMethodDescriptionIterable<javax.servlet.Filter>DefaultServletModuleManager.getFilters(FilterLocation location, String path, javax.servlet.FilterConfig filterConfig, FilterDispatcherCondition condition) Iterable<javax.servlet.Filter>DefaultServletModuleManager.getFilters(FilterLocation location, String path, javax.servlet.FilterConfig filterConfig, javax.servlet.DispatcherType dispatcher) Iterable<javax.servlet.Filter>ServletModuleManager.getFilters(FilterLocation location, String pathInfo, javax.servlet.FilterConfig filterConfig, FilterDispatcherCondition condition) Deprecated.since 4.6.0.Iterable<javax.servlet.Filter>ServletModuleManager.getFilters(FilterLocation location, String pathInfo, javax.servlet.FilterConfig filterConfig, javax.servlet.DispatcherType dispatcher) Returns the filters that have been registered to filter requests at the specified path matching the location in the filter stack and registered for the specific dispatcher condition. -
Uses of FilterLocation in com.atlassian.plugin.servlet.descriptors
Methods in com.atlassian.plugin.servlet.descriptors that return FilterLocation -
Uses of FilterLocation in com.atlassian.plugin.servlet.filter
Methods in com.atlassian.plugin.servlet.filter that return FilterLocationModifier and TypeMethodDescriptionprotected final FilterLocationServletFilterModuleContainerFilter.getFilterLocation()static FilterLocationParses a filter location from a string.static FilterLocationReturns the enum constant of this class with the specified name.static FilterLocation[]FilterLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.