Liferay 6.2-ce-ga5

com.liferay.portal.parsers.bbcode
Class BBCodeToken

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

public class BBCodeToken
extends Object


Constructor Summary
BBCodeToken(String endTag)
           
BBCodeToken(String startTag, String attribute, String endTag, int start, int end)
           
 
Method Summary
 String getAttribute()
           
 int getEnd()
           
 String getEndTag()
           
 int getStart()
           
 String getStartTag()
           
 void setAttribute(String attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBCodeToken

public BBCodeToken(String endTag)

BBCodeToken

public BBCodeToken(String startTag,
                   String attribute,
                   String endTag,
                   int start,
                   int end)
Method Detail

getAttribute

public String getAttribute()

getEnd

public int getEnd()

getEndTag

public String getEndTag()

getStart

public int getStart()

getStartTag

public String getStartTag()

setAttribute

public void setAttribute(String attribute)

Liferay 6.2-ce-ga5