public abstract class IndexResolver extends AbstractResolver
ListIndexResolver,
ArrayIndexResolverconfigurationBUILTIN_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 Integer |
getIndexValue(String key,
int maxSize) |
protected boolean |
isAnIndex(String name) |
protected boolean |
notAnIndex(String name) |
getPriority, toStringgetConfigurationKeys, checkNotInitialized, init, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConfigurationKeys, initprotected boolean notAnIndex(String name)
name - true if the given key doesn't represent an index
(must only contain digits)protected boolean isAnIndex(String name)
name - true if the given key represents an index
(must only contain digits)Copyright © 2015. All Rights Reserved.