Uses of Interface
org.alfresco.repo.virtual.ref.Stringifier
-
Packages that use Stringifier Package Description org.alfresco.repo.virtual.ref -
-
Uses of Stringifier in org.alfresco.repo.virtual.ref
Classes in org.alfresco.repo.virtual.ref that implement Stringifier Modifier and Type Class Description classHashStringifierHash encoded reference stringifier.
Delegates toVanillaHashStringifier,VirtualHashStringifierorNodeHashStringifierfor custom protocol parsing.classNodeHashStringifierCustom stringifier for hash encoded strings ofReferences having the protocol set toNodeProtocol.classPlainStringifierConverts the object to a string representation according toEncodings.PLAINencoding definition.classProtocolHashStringifierBase class for custom protocol hash encodedStringifiers.classVanillaHashStringifierCustom stringifier for hash encoded strings ofReferences having the protocol set toVanillaProtocol.classVirtualHashStringifierCustom stringifier for hash encoded strings ofReferences having the protocol set toVirtualProtocol.classZeroStringifierFields in org.alfresco.repo.virtual.ref declared as Stringifier Modifier and Type Field Description StringifierEncoding. stringifierMethods in org.alfresco.repo.virtual.ref with parameters of type Stringifier Modifier and Type Method Description java.lang.StringClasspathResource. stringify(Stringifier stringifier)java.lang.StringParameter. stringify(Stringifier stringifier)Converts the value attribute into a string representation according toEncodingsdefinition, using providedStringifierparameter.java.lang.StringReferenceParameter. stringify(Stringifier stringifier)java.lang.StringRepositoryLocation. stringify(Stringifier stringifier)java.lang.StringRepositoryNodeRef. stringify(Stringifier stringifier)java.lang.StringRepositoryPath. stringify(Stringifier stringifier)java.lang.StringRepositoryResource. stringify(Stringifier stringifier)java.lang.StringResource. stringify(Stringifier stringifier)Returns the String representation of the resource.java.lang.StringResourceParameter. stringify(Stringifier stringifier)java.lang.StringStringParameter. stringify(Stringifier stringifier)Constructors in org.alfresco.repo.virtual.ref with parameters of type Stringifier Constructor Description Encoding(java.lang.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)
-