Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.common.xmap
Class Context

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Object>
              extended by org.nuxeo.common.xmap.Context
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
Direct Known Subclasses:
XMapContext

public class Context
extends ArrayList<Object>

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
Context()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

Context

public Context()
Method Detail

loadClass

public Class loadClass(String className)
                throws ClassNotFoundException
Throws:
ClassNotFoundException

getResource

public URL getResource(String name)

getObject

public Object getObject()

getParent

public Object getParent()

push

public void push(Object object)

pop

public Object pop()

getProperty

public Object getProperty(String key)

setProperty

public void setProperty(String key,
                        Object value)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.