ModeShape Distribution 3.2.0.Final

Uses of Interface
org.modeshape.jcr.value.NamespaceRegistry.Holder

Packages that use NamespaceRegistry.Holder
org.modeshape.jcr   
org.modeshape.jcr.value Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.modeshape.jcr.value.basic A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value
 

Uses of NamespaceRegistry.Holder in org.modeshape.jcr
 

Classes in org.modeshape.jcr that implement NamespaceRegistry.Holder
 class ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
 

Uses of NamespaceRegistry.Holder in org.modeshape.jcr.value
 

Methods in org.modeshape.jcr.value with parameters of type NamespaceRegistry.Holder
 UriFactory UriFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
          Return a potentially new copy of this factory that uses the supplied NamespaceRegistry.Holder object.
 StringFactory StringFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
          Return a potentially new copy of this factory that uses the supplied NamespaceRegistry.Holder object.
 NameFactory NameFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
          Return a potentially new copy of this factory that uses the supplied NamespaceRegistry.Holder object.
 

Uses of NamespaceRegistry.Holder in org.modeshape.jcr.value.basic
 

Methods in org.modeshape.jcr.value.basic with parameters of type NamespaceRegistry.Holder
 UriFactory UriValueFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
           
 StringFactory StringValueFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
           
 NameFactory NameValueFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
           
 

Constructors in org.modeshape.jcr.value.basic with parameters of type NamespaceRegistry.Holder
NameValueFactory(NamespaceRegistry.Holder namespaceRegistryHolder, TextDecoder decoder, ValueFactories factories)
          Create a new instance.
StringValueFactory(NamespaceRegistry.Holder namespaceRegistryHolder, TextDecoder decoder, TextEncoder encoder)
           
UriValueFactory(NamespaceRegistry.Holder namespaceRegistryHolder, TextDecoder decoder, ValueFactories factories)
          Create a new instance.
 


ModeShape Distribution 3.2.0.Final

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