|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.wiki.WikiConstants
public class WikiConstants
A set of static wiki syntax constants and utility methods.
| Field Summary | |
|---|---|
static String |
Bold
The wiki formatting code for bold ("__"). |
static String |
BulletList
The wiki formatting code for bulleted list item ("* "). |
static String |
DEFAULT_APPNAME
The default application name for the user wiki. |
static String |
E_Monospace
The wiki formatting code for end-monospace ("}}"). |
static String |
HR
The wiki formatting code for a horiztonal line or rule ("----"). |
static String |
Italic
The wiki formatting code for italic ("''", two single quotes). |
static String |
NL
The OS-dependent line separator character. |
static String |
NumberedList
The wiki formatting code for numbered list item ("# "). |
static String |
S_Monospace
The wiki formatting code for start-monospace ("{{"). |
static String |
SYNTAX_NAME
The String identifier for JSPWiki syntax, the wiki syntax used within Ceryle. |
static String |
WIKI_ID
The URI identifier for JSPWiki syntax, the wiki syntax used within Ceryle. |
static String |
WIKI_SHEBANG
The Wiki "shebang", or MIME magic number String. |
static String |
WIKITAG_REGEX
A regular expression matching the JSPWiki tag. |
| Constructor Summary | |
|---|---|
WikiConstants()
|
|
| Method Summary | |
|---|---|
static String |
getFirstLine()
Returns the magic number String followed by the syntax name and the URI identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NL
public static String WIKI_SHEBANG
public static String DEFAULT_APPNAME
public static final String WIKITAG_REGEX
public static String SYNTAX_NAME
public static String WIKI_ID
public static String Bold
public static String Italic
public static String S_Monospace
public static String E_Monospace
public static String BulletList
public static String NumberedList
public static String HR
| Constructor Detail |
|---|
public WikiConstants()
| Method Detail |
|---|
public static String getFirstLine()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||