public class Context extends ArrayList<Object>
modCount| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Object |
getParent() |
Object |
getProperty(String key) |
URL |
getResource(String name) |
Class<?> |
loadClass(String className) |
Object |
pop() |
void |
push(Object object) |
void |
setProperty(String key,
Object value) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic Context()
public Class<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundExceptionpublic URL getResource(String name)
public Object getProperty(String key)
public void setProperty(String key, Object value)
Copyright © 2015 Nuxeo SA. All rights reserved.