railo.runtime.functions.string
Class ToBase64

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

public final class ToBase64
extends Object
implements Function

Implements the Cold Fusion Function tobase64

See Also:
Serialized Form

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

Constructor Detail

ToBase64

public ToBase64()
Method Detail

call

public static String call(PageContext pc,
                          Object object)
                   throws PageException
Parameters:
pc -
object -
Returns:
base64 value as string
Throws:
PageException

call

public static String call(PageContext pc,
                          Object object,
                          String encoding)
                   throws PageException
Parameters:
pc -
object -
encoding -
Returns:
base 64 value as string
Throws:
PageException


Copyright © 2012 Railo