|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrailo.runtime.Page
abstract Method for all generated Page Object
| Field Summary | |
static boolean |
FALSE
Field FALSE |
static boolean |
TRUE
Field TRUE |
| Constructor Summary | |
Page()
|
|
| Method Summary | |
abstract void |
call(PageContext pc)
method to invoke a page |
long |
getCompileTime()
return the time when the file was compiled |
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)
|
java.lang.Object |
udfCall(PageContext pageContext,
UDF udf,
int functionIndex)
|
java.lang.Object |
udfDefaultValue(PageContext pc,
int functionIndex,
int argumentIndex)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static boolean FALSE
FALSE
public static boolean TRUE
TRUE
| Constructor Detail |
public Page()
| Method Detail |
public int getVersion()
public abstract void call(PageContext pc)
throws java.lang.Throwable
pc - PageContext
java.lang.Throwablepublic 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 type
public java.lang.Object udfCall(PageContext pageContext,
UDF udf,
int functionIndex)
throws java.lang.Throwable
java.lang.Throwable
public void threadCall(PageContext pageContext,
int threadIndex)
throws java.lang.Throwable
java.lang.Throwable
public java.lang.Object udfDefaultValue(PageContext pc,
int functionIndex,
int argumentIndex)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||