public class ResolverImpl extends Resolver
Constructor and Description |
---|
ResolverImpl(Request request) |
Modifier and Type | Method and Description |
---|---|
String |
resolve(String key)
The following are not implemented:
- SERVER_ADMIN
- API_VERSION
- IS_SUBREQ
|
String |
resolveEnv(String key) |
String |
resolveHttp(String key) |
boolean |
resolveResource(int type,
String name) |
String |
resolveSsl(String key) |
protected Request request
public ResolverImpl(Request request)
public String resolve(String key)
public String resolveEnv(String key)
resolveEnv
in class Resolver
public String resolveSsl(String key)
resolveSsl
in class Resolver
public String resolveHttp(String key)
resolveHttp
in class Resolver
public boolean resolveResource(int type, String name)
resolveResource
in class Resolver
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.