|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.binaryfantasy.murq.Constants
public class Constants
Holds static values required throughout Murq.
FOR INTERNAL USE ONLY.
| Field Summary | |
|---|---|
static String |
BINARY_CONTENT_ID
Binary id for binary content. |
static String |
CLEAR_ID_PREFIX
Prefix indicating that associated content should not be encrypted. |
static String |
ID_KEY
ContentId holding the unique id of a given
ISource. |
static String |
IO_KEY
ContentId pointing to the
ISourceIO implementation used
for serialization on a given
ISource. |
static String |
LINK_NAME_VALUE_SEPARATOR
Delimiter used to separate a link name from it's value in link data content. |
static String |
LINK_SEPARATOR
Delimiter used to separate links in the link data content. |
static String |
LINKS_KEY
ContentId pointing to link data in a given
ISource. |
static String |
PASSWORD_KEY
ContentId pointing to the MD5 hash of the password for a
given ISource. |
static String |
PROTECTED_ID_PREFIX
ContentId prefix indicating that the associated content
should not be returned by Murq, but is instead for internal use only. |
static String |
VERIFICATION_KEY
ContentId pointing to the encrypted clear text password
for a given ISource. |
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROTECTED_ID_PREFIX
ContentId prefix indicating that the associated content
should not be returned by Murq, but is instead for internal use only.
public static final String CLEAR_ID_PREFIX
public static final String ID_KEY
ContentId holding the unique id of a given
ISource.
public static final String PASSWORD_KEY
ContentId pointing to the MD5 hash of the password for a
given ISource.
public static final String VERIFICATION_KEY
ContentId pointing to the encrypted clear text password
for a given ISource.
public static final String IO_KEY
ContentId pointing to the
ISourceIO implementation used
for serialization on a given
ISource.
public static final String LINKS_KEY
ContentId pointing to link data in a given
ISource.
public static final String LINK_SEPARATOR
public static final String LINK_NAME_VALUE_SEPARATOR
public static final String BINARY_CONTENT_ID
| Constructor Detail |
|---|
public Constants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||