Uses of Interface
org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
-
Packages that use ContextHandler.AliasCheck Package Description org.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
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 classAllowSymLinkAliasCheckerSymbolic Link AliasChecker.static classContextHandler.ApproveAliasesApprove all aliases.static classContextHandler.ApproveNonExistentDirectoryAliasesApprove Aliases of a non existent directory.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 voidContextHandler. 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 voidContextHandler. setAliasChecks(java.util.List<ContextHandler.AliasCheck> checks)
-