Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.model.impl
Class XMapContext

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
                  extended by org.nuxeo.runtime.model.impl.XMapContext
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess

public class XMapContext
extends Context

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
XMapContext(RuntimeContext ctx)
           
 
Method Summary
 URL getResource(String name)
           
 Class<?> loadClass(String className)
           
 
Methods inherited from class org.nuxeo.common.xmap.Context
getObject, getParent, getProperty, pop, push, setProperty
 
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

XMapContext

public XMapContext(RuntimeContext ctx)
Method Detail

loadClass

public Class<?> loadClass(String className)
                   throws ClassNotFoundException
Overrides:
loadClass in class Context
Throws:
ClassNotFoundException

getResource

public URL getResource(String name)
Overrides:
getResource in class Context

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.