Liferay 7.0-ce-b4

com.liferay.portal.test.randomizerbumpers
Class FriendlyURLRandomizerBumper

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

public class FriendlyURLRandomizerBumper
extends Object
implements RandomizerBumper<String>


Field Summary
static FriendlyURLRandomizerBumper INSTANCE
           
 
Constructor Summary
FriendlyURLRandomizerBumper()
           
 
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 FriendlyURLRandomizerBumper INSTANCE
Constructor Detail

FriendlyURLRandomizerBumper

public FriendlyURLRandomizerBumper()
Method Detail

accept

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

Liferay 7.0-ce-b4