public abstract class Page extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
FALSE
Field
FALSE |
SoftReference<Struct> |
metaData |
static boolean |
TRUE
Field
TRUE |
UDFProperties[] |
udfs |
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
void |
call(PageContext pc)
method to invoke a page
|
long |
getCompileTime()
return the time when the file was compiled
|
ImportDefintion[] |
getImportDefintions() |
byte |
getLoadType() |
PageSource |
getPageSource() |
long |
getSourceLastModified()
return when the source file last time was modified
|
int |
getVersion()
return version definition of the page
|
void |
setLoadType(byte loadType) |
void |
setPageSource(PageSource pageSource) |
void |
threadCall(PageContext pageContext,
int threadIndex) |
Object |
udfCall(PageContext pageContext,
UDF udf,
int functionIndex) |
Object |
udfDefaultValue(PageContext pc,
int functionIndex,
int argumentIndex) |
public static boolean FALSE
FALSE
public static boolean TRUE
TRUE
public SoftReference<Struct> metaData
public UDFProperties[] udfs
public Page()
public int getVersion()
public void call(PageContext pc) throws Throwable
pc
- PageContextThrowable
public long getSourceLastModified()
public long getCompileTime()
public void setPageSource(PageSource pageSource)
pageSource
- public PageSource getPageSource()
public byte getLoadType()
public void setLoadType(byte loadType)
loadType
- sets the load typepublic Object udfCall(PageContext pageContext, UDF udf, int functionIndex) throws Throwable
Throwable
public void threadCall(PageContext pageContext, int threadIndex) throws Throwable
Throwable
public Object udfDefaultValue(PageContext pc, int functionIndex, int argumentIndex)
public ImportDefintion[] getImportDefintions()
Copyright © 2015 Lucee