railo.runtime.functions.owasp
Class ESAPIDecode

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

public class ESAPIDecode
extends Object
implements Function

See Also:
Serialized Form

Field Summary
static short DEC_BASE64
           
static short DEC_URL
           
 
Constructor Summary
ESAPIDecode()
           
 
Method Summary
static String call(PageContext pc, String strDecodeFrom, String value)
           
static String decode(String item, short decFrom)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEC_BASE64

public static final short DEC_BASE64
See Also:
Constant Field Values

DEC_URL

public static final short DEC_URL
See Also:
Constant Field Values
Constructor Detail

ESAPIDecode

public ESAPIDecode()
Method Detail

decode

public static String decode(String item,
                            short decFrom)
                     throws PageException
Throws:
PageException

call

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


Copyright © 2012 Railo