public abstract class ComponentPage extends PagePlus
Modifier and Type | Field and Description |
---|---|
static Collection.Key |
ACCEPT_ARG_COLL_FORMATS |
static Collection.Key |
REMOTE_PERSISTENT_ID |
Constructor and Description |
---|
ComponentPage() |
Modifier and Type | Method and Description |
---|---|
void |
call(PageContext pc)
method to invoke a page
|
void |
ckecked() |
abstract void |
initComponent(PageContext pc,
ComponentImpl c) |
static boolean |
isSoap(PageContext pc) |
long |
lastCheck() |
abstract ComponentImpl |
newInstance(PageContext pc,
String callPath,
boolean isRelPath) |
static Struct |
translate(Component c,
String strMethodName,
Struct params) |
static void |
writeToResponseStream(PageContext pc,
Component component,
String methodName,
int urlReturnFormat,
int headerReturnFormat,
Object queryFormat,
Object rtn) |
str, udfDefaultValue, udfDefaultValue
getCompileTime, getImportDefintions, getLoadType, getPageSource, getSourceLastModified, getVersion, setLoadType, setPageSource, threadCall, udfCall
public static final Collection.Key ACCEPT_ARG_COLL_FORMATS
public static final Collection.Key REMOTE_PERSISTENT_ID
public ComponentPage()
public abstract ComponentImpl newInstance(PageContext pc, String callPath, boolean isRelPath) throws PageException
PageException
public void call(PageContext pc) throws PageException
Page
call
in class Page
pc
- PageContextPageException
public static boolean isSoap(PageContext pc)
public static void writeToResponseStream(PageContext pc, Component component, String methodName, int urlReturnFormat, int headerReturnFormat, Object queryFormat, Object rtn) throws ConverterException, PageException, IOException
public abstract void initComponent(PageContext pc, ComponentImpl c) throws PageException
PageException
public void ckecked()
public long lastCheck()
Copyright © 2015 Lucee