| Package | Description |
|---|---|
| org.alfresco.repo.virtual.ref |
| Modifier and Type | Class and Description |
|---|---|
class |
HashStringifier
Hash encoded reference stringifier.
Delegates to VanillaHashStringifier,
VirtualHashStringifier or NodeHashStringifier for
custom protocol parsing. |
class |
NodeHashStringifier
Custom stringifier for hash encoded strings of
References having the
protocol set to NodeProtocol. |
class |
PlainStringifier
Converts the object to a string representation according to
Encodings.PLAIN encoding definition. |
class |
ProtocolHashStringifier
Base class for custom protocol hash encoded
Stringifiers. |
class |
VanillaHashStringifier
Custom stringifier for hash encoded strings of
References having the
protocol set to VanillaProtocol. |
class |
VirtualHashStringifier
Custom stringifier for hash encoded strings of
References having the
protocol set to VirtualProtocol. |
class |
ZeroStringifier |
| Modifier and Type | Field and Description |
|---|---|
Stringifier |
Encoding.stringifier |
| Modifier and Type | Method and Description |
|---|---|
String |
Resource.stringify(Stringifier stringifier)
Returns the String representation of the resource.
|
String |
StringParameter.stringify(Stringifier stringifier) |
String |
RepositoryResource.stringify(Stringifier stringifier) |
String |
RepositoryPath.stringify(Stringifier stringifier) |
String |
ResourceParameter.stringify(Stringifier stringifier) |
String |
RepositoryNodeRef.stringify(Stringifier stringifier) |
String |
Parameter.stringify(Stringifier stringifier)
Converts the value attribute into a string representation according to
Encodings definition, using provided Stringifier
parameter. |
String |
ClasspathResource.stringify(Stringifier stringifier) |
String |
RepositoryLocation.stringify(Stringifier stringifier) |
String |
ReferenceParameter.stringify(Stringifier stringifier) |
| Constructor and Description |
|---|
Encoding(Character token,
ReferenceParser parser,
Stringifier stringifier,
boolean urlNative) |
NodeHashStringifier(HashStore classpathHashStore,
Stringifier referenceDispatcher) |
ProtocolHashStringifier(HashStore classpathHashStore,
Stringifier referenceDispatcher) |
VanillaHashStringifier(HashStore classpathHashStore,
Stringifier referenceDispatcher) |
VirtualHashStringifier(HashStore classpathHashStore,
Stringifier referenceDispatcher) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.