public abstract class ElementLoaderBase<T> extends java.lang.Object implements ElementLoader<T>
Base class for ElementLoader implementations
| Constructor and Description |
|---|
ElementLoaderBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
priority()
The default loader priority is set to
5 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadfilterpublic int priority()
The default loader priority is set to 5
priority in interface ElementLoader<T>5Copyright © 2016–2017 OSGL (Open Source General Library). All rights reserved.