Uses of Interface
org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
-
Packages that use ContextHandler.AliasCheck Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
Uses of ContextHandler.AliasCheck in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement ContextHandler.AliasCheck Modifier and Type Class Description class
SameFileAliasChecker
Alias checking for working with FileSystems that normalize access to the File System. -
Uses of ContextHandler.AliasCheck in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement ContextHandler.AliasCheck Modifier and Type Class Description class
AllowSymLinkAliasChecker
Symbolic Link AliasChecker.static class
ContextHandler.ApproveAliases
Approve all aliases.static class
ContextHandler.ApproveNonExistentDirectoryAliases
Approve Aliases of a non existent directory.Fields in org.eclipse.jetty.server.handler with type parameters of type ContextHandler.AliasCheck Modifier and Type Field Description private java.util.concurrent.CopyOnWriteArrayList<ContextHandler.AliasCheck>
ContextHandler. _aliasChecks
Methods in org.eclipse.jetty.server.handler that return types with arguments of type ContextHandler.AliasCheck Modifier and Type Method Description java.util.List<ContextHandler.AliasCheck>
ContextHandler. getAliasChecks()
Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandler.AliasCheck Modifier and Type Method Description void
ContextHandler. addAliasCheck(ContextHandler.AliasCheck check)
Add an AliasCheck instance to possibly permit aliased resourcesMethod parameters in org.eclipse.jetty.server.handler with type arguments of type ContextHandler.AliasCheck Modifier and Type Method Description void
ContextHandler. setAliasChecks(java.util.List<ContextHandler.AliasCheck> checks)
-