Class FilterMapping
java.lang.Object
org.eclipse.jetty.ee10.servlet.FilterMapping
- All Implemented Interfaces:
org.eclipse.jetty.util.component.Dumpable
@ManagedObject("Filter Mappings")
public class FilterMapping
extends Object
implements org.eclipse.jetty.util.component.Dumpable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
org.eclipse.jetty.util.component.Dumpable.DumpableContainer -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intDispatch typesstatic final intstatic final intstatic final intstatic final intFields inherited from interface org.eclipse.jetty.util.component.Dumpable
KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanappliesTo(jakarta.servlet.DispatcherType t) static jakarta.servlet.DispatcherTypedispatch(int type) Dispatch type from namestatic intdispatch(jakarta.servlet.DispatcherType type) Dispatch type from namestatic jakarta.servlet.DispatcherTypeDispatch type from namedump()voiddump(Appendable out, String indent) EnumSet<jakarta.servlet.DispatcherType> String[]String[]booleanvoidsetDispatcherTypes(EnumSet<jakarta.servlet.DispatcherType> dispatcherTypes) voidsetDispatches(int dispatches) voidsetFilterName(String filterName) voidsetPathSpec(String pathSpec) voidsetPathSpecs(String[] pathSpecs) voidsetServletName(String servletName) voidsetServletNames(String[] servletNames) toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.component.Dumpable
dumpSelf
-
Field Details
-
DEFAULT
public static final int DEFAULTDispatch types- See Also:
-
REQUEST
public static final int REQUEST- See Also:
-
FORWARD
public static final int FORWARD- See Also:
-
INCLUDE
public static final int INCLUDE- See Also:
-
ERROR
public static final int ERROR- See Also:
-
ASYNC
public static final int ASYNC- See Also:
-
ALL
public static final int ALL- See Also:
-
-
Constructor Details
-
FilterMapping
public FilterMapping()
-
-
Method Details
-
dispatch
Dispatch type from name- Parameters:
type- the type name- Returns:
- the dispatcher type
-
dispatch
-
dispatch
-
appliesTo
public boolean appliesTo(jakarta.servlet.DispatcherType t) -
isDefaultDispatches
public boolean isDefaultDispatches() -
getFilterName
- Returns:
- Returns the filterName.
-
getPathSpecs
- Returns:
- Returns the pathSpec.
-
setDispatcherTypes
-
getDispatcherTypes
-
setDispatches
public void setDispatches(int dispatches) - Parameters:
dispatches- The dispatches to set.- See Also:
-
setFilterName
- Parameters:
filterName- The filterName to set.
-
setPathSpecs
- Parameters:
pathSpecs- The Path specifications to which this filter should be mapped.
-
setPathSpec
- Parameters:
pathSpec- The pathSpec to set.
-
getServletNames
- Returns:
- Returns the servletName.
-
setServletNames
- Parameters:
servletNames- Maps thenamed filterto multiple servlets- See Also:
-
setServletName
- Parameters:
servletName- Maps thenamed filterto a single servlet- See Also:
-
toString
-
dump
- Specified by:
dumpin interfaceorg.eclipse.jetty.util.component.Dumpable- Throws:
IOException
-
dump
- Specified by:
dumpin interfaceorg.eclipse.jetty.util.component.Dumpable
-