Package org.alfresco.repo.virtual.ref
Class Encoding
java.lang.Object
org.alfresco.repo.virtual.ref.Encoding
- All Implemented Interfaces:
Serializable
- Author:
- Bogdan Horje
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ReferenceParserfinal Stringifierfinal CharacterString encoding token - signals the beginning of a reference encoded with this encoding in given String.final booleantrueifReferences encoded using this encoding can be part of URLs. -
Constructor Summary
ConstructorsConstructorDescriptionEncoding(Character token, ReferenceParser parser, Stringifier stringifier, boolean urlNative) -
Method Summary
-
Field Details
-
token
String encoding token - signals the beginning of a reference encoded with this encoding in given String. -
urlNative
public final boolean urlNativetrueifReferences encoded using this encoding can be part of URLs. -
parser
-
stringifier
-
-
Constructor Details
-
Encoding
public Encoding(Character token, ReferenceParser parser, Stringifier stringifier, boolean urlNative)
-