Liferay 6.1.2-ce-ga3

com.liferay.portal.parsers.bbcode
Class BBCodeItem

java.lang.Object
  extended by com.liferay.portal.parsers.bbcode.BBCodeItem

public class BBCodeItem
extends Object


Constructor Summary
BBCodeItem(int type, String attribute, String value)
           
 
Method Summary
 String getAttribute()
           
 int getType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBCodeItem

public BBCodeItem(int type,
                  String attribute,
                  String value)
Method Detail

getAttribute

public String getAttribute()

getType

public int getType()

getValue

public String getValue()

Liferay 6.1.2-ce-ga3