railo.runtime.functions.list
Class ListRemoveDuplicates

java.lang.Object
  extended by railo.runtime.functions.list.ListRemoveDuplicates
All Implemented Interfaces:
Serializable, Function

public final class ListRemoveDuplicates
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ListRemoveDuplicates()
           
 
Method Summary
static String call(PageContext pc, String list)
           
static String call(PageContext pc, String list, String delimiter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListRemoveDuplicates

public ListRemoveDuplicates()
Method Detail

call

public static String call(PageContext pc,
                          String list)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String list,
                          String delimiter)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo