|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.editor.EditorBbcodeService
public class EditorBbcodeService
This class Provides a parser BBCODE
Constructor Summary | |
---|---|
EditorBbcodeService()
|
Method Summary | |
---|---|
static EditorBbcodeService |
getInstance()
Returns the unique instance of the service |
void |
init()
Init service |
java.lang.String |
parse(java.lang.String strValue)
Parse BBCODE text and return HTML text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorBbcodeService()
Method Detail |
---|
public java.lang.String parse(java.lang.String strValue)
IEditorBbcodeService
parse
in interface IEditorBbcodeService
strValue
- the value of the text
public static EditorBbcodeService getInstance()
public void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |