railo.runtime.functions.other
Class URLDecode

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

public final class URLDecode
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

URLDecode

public URLDecode()
Method Detail

call

public static String call(PageContext pc,
                          String str)
                   throws ExpressionException
Throws:
ExpressionException

call

public static String call(PageContext pc,
                          String str,
                          String encoding)
                   throws ExpressionException
Throws:
ExpressionException


Copyright © 2012 Railo