org.modeshape.graph
Class DnaExecutionContext

java.lang.Object
  extended by org.modeshape.graph.ExecutionContext
      extended by org.modeshape.graph.DnaExecutionContext
All Implemented Interfaces:
Cloneable, ClassLoaderFactory

Deprecated. As of 1.0; exists solely to allow for backward compatibility with content persisted by JBoss DNA

@Deprecated
public class DnaExecutionContext
extends ExecutionContext

A specialized form of ExecutionContext that supports the legacy JBoss DNA namespaces by automatically mapping them to the corresponding ModeShape namespaces. Note: This is only needed in cases where content originally persisted using JBoss DNA is being accessed by ModeShape.


Nested Class Summary
static class DnaExecutionContext.LegacyNamespacePrefixes
          Deprecated.  
static class DnaExecutionContext.LegacyNamespaceUris
          Deprecated.  
static class DnaExecutionContext.ModeShapeNamespaceUris
          Deprecated.  
 
Field Summary
 
Fields inherited from class org.modeshape.graph.ExecutionContext
DEFAULT_CONTEXT
 
Constructor Summary
DnaExecutionContext()
          Deprecated. 
DnaExecutionContext(ExecutionContext original)
          Deprecated. 
 
Method Summary
 
Methods inherited from class org.modeshape.graph.ExecutionContext
clone, getClassLoader, getClassLoaderFactory, getId, getLogger, getLogger, getMimeTypeDetector, getNamespaceRegistry, getPropertyFactory, getSecurityContext, getValueFactories, initializeDefaultNamespaces, toString, with, with, with, with
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DnaExecutionContext

@Deprecated
public DnaExecutionContext()
Deprecated. 

Create a new execution context that supports the legacy JBoss DNA namespaces by automatically mapping them to the corresponding ModeShape namespaces;


DnaExecutionContext

@Deprecated
public DnaExecutionContext(ExecutionContext original)
Deprecated. 

Create a new execution context that mirrors the supplied context but with support for the legacy JBoss DNA namespaces by automatically mapping them to the corresponding ModeShape namespaces;

Parameters:
original - the original


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.