Uses of Interface
org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
Packages that use ContextHandler.AliasCheck
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of ContextHandler.AliasCheck in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement ContextHandler.AliasCheckModifier and TypeClassDescriptionclassAlias 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.AliasCheckModifier and TypeClassDescriptionclassSymbolic Link AliasChecker.static classApprove all aliases.static classApprove Aliases of a non existent directory.Fields in org.eclipse.jetty.server.handler with type parameters of type ContextHandler.AliasCheckModifier and TypeFieldDescriptionprivate final CopyOnWriteArrayList<ContextHandler.AliasCheck> ContextHandler._aliasChecksMethods in org.eclipse.jetty.server.handler that return types with arguments of type ContextHandler.AliasCheckMethods in org.eclipse.jetty.server.handler with parameters of type ContextHandler.AliasCheckModifier and TypeMethodDescriptionvoidContextHandler.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.AliasCheckModifier and TypeMethodDescriptionvoidContextHandler.setAliasChecks(List<ContextHandler.AliasCheck> checks)