RequestVariableResolver
instead.@Deprecated public class DefaultVariableResolver extends RequestVariableResolver implements VariableResolver
DefaultVariableResolver
is a HashMap
based
default implementation of the VariableResolver
interface. It may
be used by plugins to implement the interface for the request and is also
used by the
WebConsoleUtil.getVariableResolver(javax.servlet.ServletRequest)
as the variable resolver if none has yet been assigned to the request.KEY_APP_ROOT, KEY_PLUGIN_ROOT, REQUEST_ATTRIBUTE
Constructor and Description |
---|
DefaultVariableResolver()
Deprecated.
Creates a new variable resolver with default capacity.
|
DefaultVariableResolver(int initialCapacity)
Deprecated.
Creates a new variable resolver with specified initial capacity
|
DefaultVariableResolver(int initialCapacity,
float loadFactor)
Deprecated.
Creates a new variable resolver and initializes both - capacity & load factor
|
DefaultVariableResolver(java.util.Map source)
Deprecated.
Creates a new variable resolver copying the variables from the given map.
|
resolve
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
resolve
public DefaultVariableResolver()
public DefaultVariableResolver(int initialCapacity, float loadFactor)
initialCapacity
- the initial capacity of the variable containerloadFactor
- the load factor of the variable containerHashMap(int, float)
public DefaultVariableResolver(int initialCapacity)
initialCapacity
- the initial capacity of the variable containerHashMap(int)
public DefaultVariableResolver(java.util.Map source)
source
- the map whose variables are to be placed in this resolver.HashMap(Map)
Copyright © 2010 - 2023 Adobe. All Rights Reserved