fr.paris.lutece.portal.service.editor
Class EditorBbcodeService

java.lang.Object
  extended by fr.paris.lutece.portal.service.editor.EditorBbcodeService
All Implemented Interfaces:
IEditorBbcodeService

public class EditorBbcodeService
extends java.lang.Object
implements IEditorBbcodeService

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

EditorBbcodeService

public EditorBbcodeService()
Method Detail

parse

public java.lang.String parse(java.lang.String strValue)
Description copied from interface: IEditorBbcodeService
Parse BBCODE text and return HTML text

Specified by:
parse in interface IEditorBbcodeService
Parameters:
strValue - the value of the text
Returns:
HTML Text

getInstance

public static EditorBbcodeService getInstance()
Returns the unique instance of the service

Returns:
The instance of the service

init

public void init()
Init service



Copyright © 2012 Mairie de Paris. All Rights Reserved.