Liferay 7.0-ce-b4

com.liferay.portal.test.randomizerbumpers
Class BBCodeRandomizerBumper

java.lang.Object
  extended by com.liferay.portal.test.randomizerbumpers.BBCodeRandomizerBumper
All Implemented Interfaces:
RandomizerBumper<String>

public class BBCodeRandomizerBumper
extends Object
implements RandomizerBumper<String>


Field Summary
static BBCodeRandomizerBumper INSTANCE
           
 
Constructor Summary
BBCodeRandomizerBumper()
           
 
Method Summary
 boolean accept(String randomValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final BBCodeRandomizerBumper INSTANCE
Constructor Detail

BBCodeRandomizerBumper

public BBCodeRandomizerBumper()
Method Detail

accept

public boolean accept(String randomValue)
Specified by:
accept in interface RandomizerBumper<String>

Liferay 7.0-ce-b4