railo.runtime.functions.other
Class CreatePageContext

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

public final class CreatePageContext
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
CreatePageContext()
           
 
Method Summary
static Object call(PageContext pc, String serverName, String scriptName)
           
static Object call(PageContext pc, String serverName, String scriptName, String queryString)
           
static Object call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies)
           
static Object call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies, Struct headers)
           
static Object call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies, Struct headers, Struct parameters)
           
static Object call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies, Struct headers, Struct parameters, Struct attributes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePageContext

public CreatePageContext()
Method Detail

call

public static Object call(PageContext pc,
                          String serverName,
                          String scriptName)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String serverName,
                          String scriptName,
                          String queryString)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String serverName,
                          String scriptName,
                          String queryString,
                          Struct cookies)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String serverName,
                          String scriptName,
                          String queryString,
                          Struct cookies,
                          Struct headers)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String serverName,
                          String scriptName,
                          String queryString,
                          Struct cookies,
                          Struct headers,
                          Struct parameters)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String serverName,
                          String scriptName,
                          String queryString,
                          Struct cookies,
                          Struct headers,
                          Struct parameters,
                          Struct attributes)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo