railo.runtime.functions.other
Class URLEncode

java.lang.Object
  extended by railo.runtime.functions.other.URLEncode

public class URLEncode
extends Object


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

Constructor Detail

URLEncode

public URLEncode()
Method Detail

call

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

call

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

call

public static String call(PageContext pc,
                          String str,
                          String encoding,
                          boolean force)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo