|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.platform.rendering.wiki.WikiEntityUtil
public class WikiEntityUtil
Copied from last version of wikimodel
| Method Summary | |
|---|---|
static int |
getHtmlCodeByHtmlEntity(String htmlEntity)
Returns an HTML code corresponding to the specified HTML entity. |
static int |
getHtmlCodeByWikiSymbol(String wikiEntity)
Returns an HTML code corresponding to the specified wiki entity. |
static String |
getHtmlSymbol(char ch)
|
static String |
getHtmlSymbol(String wikiEntity)
|
static String |
getWikiSymbol(char ch)
|
static String |
getWikiSymbol(String htmlEntity)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int getHtmlCodeByHtmlEntity(String htmlEntity)
htmlEntity - the HTML entity to transform to the corresponding HTML
code
public static int getHtmlCodeByWikiSymbol(String wikiEntity)
wikiEntity - the wiki entity to transform to the corresponding HTML
entity
public static String getHtmlSymbol(char ch)
ch - for this character the corresponding html entity will be
returned
public static String getHtmlSymbol(String wikiEntity)
wikiEntity - for this wiki entity the corresponding html entity will
be returned
public static String getWikiSymbol(char ch)
ch - for this character the corresponding wiki entity will be
returned
public static String getWikiSymbol(String htmlEntity)
htmlEntity - for this html entity the corresponding wiki entity will
be returned
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||