Uses of Interface
org.alfresco.repo.virtual.ref.Stringifier
Packages that use Stringifier
-
Uses of Stringifier in org.alfresco.repo.virtual.ref
Classes in org.alfresco.repo.virtual.ref that implement StringifierModifier and TypeClassDescriptionclassHash encoded reference stringifier.
Delegates toVanillaHashStringifier,VirtualHashStringifierorNodeHashStringifierfor custom protocol parsing.classCustom stringifier for hash encoded strings ofReferences having the protocol set toNodeProtocol.classConverts the object to a string representation according toEncodings.PLAINencoding definition.classBase class for custom protocol hash encodedStringifiers.classCustom stringifier for hash encoded strings ofReferences having the protocol set toVanillaProtocol.classCustom stringifier for hash encoded strings ofReferences having the protocol set toVirtualProtocol.classFields in org.alfresco.repo.virtual.ref declared as StringifierMethods in org.alfresco.repo.virtual.ref with parameters of type StringifierModifier and TypeMethodDescriptionClasspathResource.stringify(Stringifier stringifier) Parameter.stringify(Stringifier stringifier) Converts the value attribute into a string representation according toEncodingsdefinition, using providedStringifierparameter.ReferenceParameter.stringify(Stringifier stringifier) RepositoryLocation.stringify(Stringifier stringifier) RepositoryNodeRef.stringify(Stringifier stringifier) RepositoryPath.stringify(Stringifier stringifier) RepositoryResource.stringify(Stringifier stringifier) Resource.stringify(Stringifier stringifier) Returns the String representation of the resource.ResourceParameter.stringify(Stringifier stringifier) StringParameter.stringify(Stringifier stringifier) Constructors in org.alfresco.repo.virtual.ref with parameters of type StringifierModifierConstructorDescriptionEncoding(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)