railo.runtime.functions.csrf
Class CSRFGenerateToken

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

public class CSRFGenerateToken
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
CSRFGenerateToken()
           
 
Method Summary
static String call(PageContext pc)
           
static String call(PageContext pc, String key)
           
static String call(PageContext pc, String key, boolean forceNew)
           
static StorageScope getStorageScope(PageContext pc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSRFGenerateToken

public CSRFGenerateToken()
Method Detail

call

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

call

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

call

public static String call(PageContext pc,
                          String key,
                          boolean forceNew)
                   throws PageException
Throws:
PageException

getStorageScope

public static StorageScope getStorageScope(PageContext pc)
                                    throws PageException
Throws:
PageException


Copyright © 2012 Railo