Package org.alfresco.repo.virtual.ref
Class Encoding
- java.lang.Object
-
- org.alfresco.repo.virtual.ref.Encoding
-
- All Implemented Interfaces:
Serializable
public class Encoding extends Object implements Serializable
- Author:
- Bogdan Horje
- See Also:
ReferenceParser,Stringifier, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ReferenceParserparserStringifierstringifierCharactertokenString encoding token - signals the beginning of a reference encoded with this encoding in given String.booleanurlNativetrueifReferences encoded using this encoding can be part of URLs.
-
Constructor Summary
Constructors Constructor Description Encoding(Character token, ReferenceParser parser, Stringifier stringifier, boolean urlNative)
-
-
-
Field Detail
-
token
public final Character token
String encoding token - signals the beginning of a reference encoded with this encoding in given String.
-
urlNative
public final boolean urlNative
trueifReferences encoded using this encoding can be part of URLs.
-
parser
public final ReferenceParser parser
-
stringifier
public final Stringifier stringifier
-
-
Constructor Detail
-
Encoding
public Encoding(Character token, ReferenceParser parser, Stringifier stringifier, boolean urlNative)
-
-