public abstract class IndexResolver extends AbstractResolver
ListIndexResolver,
ArrayIndexResolverBUILTIN_RESOLVERS_DEFAULT_PRIORITY, BUILTIN_TEMPLATE_LOCATORS_DEFAULT_PRIORITY, EXTENSION_RESOLVERS_DEFAULT_PRIORITY| Constructor and Description |
|---|
IndexResolver(int priority) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Integer |
getIndexValue(java.lang.String key,
int maxSize) |
protected boolean |
isAnIndex(java.lang.String name) |
protected boolean |
notAnIndex(java.lang.String name) |
getPriority, toStringgetConfigurationKeys, checkNotInitialized, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConfigurationKeys, initprotected boolean notAnIndex(java.lang.String name)
name - true if the given key doesn't represent an index
(must only contain digits)protected boolean isAnIndex(java.lang.String name)
name - true if the given key represents an index
(must only contain digits)protected java.lang.Integer getIndexValue(java.lang.String key,
int maxSize)
key - maxSize - null in case of invalid indexCopyright © 2014. All Rights Reserved.