railo.runtime.functions.other
Class URLEncodedFormat

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

public final class URLEncodedFormat
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
URLEncodedFormat()
           
 
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)
           
static String invoke(String str, String encoding, boolean force)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLEncodedFormat

public URLEncodedFormat()
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

invoke

public static String invoke(String str,
                            String encoding,
                            boolean force)
                     throws PageException
Throws:
PageException


Copyright © 2012 Railo