Class WikiEntityUtil
java.lang.Object
org.nuxeo.ecm.platform.rendering.wiki.WikiEntityUtil
Copied from last version of wikimodel
- Author:
- kotelnikov
-
Method Summary
Modifier and TypeMethodDescriptionstatic intgetHtmlCodeByHtmlEntity(String htmlEntity) Returns an HTML code corresponding to the specified HTML entity.static intgetHtmlCodeByWikiSymbol(String wikiEntity) Returns an HTML code corresponding to the specified wiki entity.static StringgetHtmlSymbol(char ch) static StringgetHtmlSymbol(String wikiEntity) static StringgetWikiSymbol(char ch) static StringgetWikiSymbol(String htmlEntity)
-
Method Details
-
getHtmlCodeByHtmlEntity
Returns an HTML code corresponding to the specified HTML entity.- Parameters:
htmlEntity- the HTML entity to transform to the corresponding HTML code- Returns:
- an HTML code corresponding to the specified HTML entity
-
getHtmlCodeByWikiSymbol
Returns an HTML code corresponding to the specified wiki entity.- Parameters:
wikiEntity- the wiki entity to transform to the corresponding HTML entity- Returns:
- an HTML code corresponding to the specified wiki entity
-
getHtmlSymbol
- Parameters:
ch- for this character the corresponding html entity will be returned- Returns:
- an html entity corresponding to the given character
-
getHtmlSymbol
- Parameters:
wikiEntity- for this wiki entity the corresponding html entity will be returned- Returns:
- an html entity corresponding to the given wiki symbol
-
getWikiSymbol
- Parameters:
ch- for this character the corresponding wiki entity will be returned- Returns:
- an wiki entity corresponding to the given character
-
getWikiSymbol
- Parameters:
htmlEntity- for this html entity the corresponding wiki entity will be returned- Returns:
- an wiki entity corresponding to the given html symbol
-