|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringFactory | |
---|---|
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 StringFactory in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr that return StringFactory | |
---|---|
StringFactory |
ExecutionContext.ContextFactories.getStringFactory()
|
Constructors in org.modeshape.jcr with parameters of type StringFactory | |
---|---|
ExecutionContext(SecurityContext securityContext,
NamespaceRegistry namespaceRegistry,
PropertyFactory propertyFactory,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId,
TextDecoder decoder,
TextEncoder encoder,
StringFactory stringFactory,
BinaryFactory binaryFactory,
ValueFactory<Boolean> booleanFactory,
DateTimeFactory dateFactory,
ValueFactory<BigDecimal> decimalFactory,
ValueFactory<Double> doubleFactory,
ValueFactory<Long> longFactory,
NameFactory nameFactory,
PathFactory pathFactory,
ReferenceFactory referenceFactory,
ReferenceFactory weakReferenceFactory,
UriFactory uriFactory,
UuidFactory uuidFactory,
ValueFactory<Object> objectFactory)
Create an instance of the execution context by supplying all parameters. |
Uses of StringFactory in org.modeshape.jcr.value |
---|
Methods in org.modeshape.jcr.value that return StringFactory | |
---|---|
StringFactory |
ValueFactories.getStringFactory()
Get the value factory for string properties. |
StringFactory |
StringFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
Return a potentially new copy of this factory that uses the supplied NamespaceRegistry.Holder object. |
StringFactory |
StringFactory.with(ValueFactories valueFactories)
|
Uses of StringFactory in org.modeshape.jcr.value.basic |
---|
Classes in org.modeshape.jcr.value.basic that implement StringFactory | |
---|---|
class |
StringValueFactory
The standard ValueFactory for PropertyType.STRING values. |
Methods in org.modeshape.jcr.value.basic that return StringFactory | |
---|---|
protected StringFactory |
StringValueFactory.getStringValueFactory()
|
StringFactory |
StringValueFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
|
StringFactory |
StringValueFactory.with(ValueFactories valueFactories)
|
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |