railo.runtime.functions.other
Class CreatePageContext
java.lang.Object
railo.runtime.functions.other.CreatePageContext
- All Implemented Interfaces:
- Serializable, Function
public final class CreatePageContext
- extends Object
- implements Function
- See Also:
- Serialized Form
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)
|
CreatePageContext
public CreatePageContext()
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