Package | Description |
---|---|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
Modifier and Type | Class and Description |
---|---|
class |
AllowSymLinkAliasChecker
Symbolic Link AliasChecker.
|
static class |
ContextHandler.ApproveAliases
Approve all aliases.
|
static class |
ContextHandler.ApproveNonExistentDirectoryAliases
Approve Aliases of a non existent directory.
|
static class |
ContextHandler.ApprovePathPrefixAliases
Deprecated.
|
static class |
ContextHandler.ApproveSameSuffixAliases
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ContextHandler.AliasCheck> |
ContextHandler.getAliasChecks() |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandler.addAliasCheck(ContextHandler.AliasCheck check)
Add an AliasCheck instance to possibly permit aliased resources
|
Modifier and Type | Method and Description |
---|---|
void |
ContextHandler.setAliasChecks(List<ContextHandler.AliasCheck> checks) |
Copyright © 1995-2015 Webtide. All Rights Reserved.