|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.Page
railo.runtime.PagePlus
railo.runtime.InterfacePage
public abstract class InterfacePage
A Page that can produce Components
Field Summary |
---|
Fields inherited from class railo.runtime.Page |
---|
FALSE, metaData, TRUE, udfs |
Constructor Summary | |
---|---|
InterfacePage()
|
Method Summary | |
---|---|
void |
call(PageContext pc)
method to invoke a page |
abstract void |
initInterface(InterfaceImpl i)
|
abstract InterfaceImpl |
newInstance(String callPath,
boolean isRealPath,
Map interfaceUDFs)
|
Methods inherited from class railo.runtime.PagePlus |
---|
udfDefaultValue, udfDefaultValue |
Methods inherited from class railo.runtime.Page |
---|
getCompileTime, getImportDefintions, getLoadType, getPageSource, getSourceLastModified, getVersion, setLoadType, setPageSource, threadCall, udfCall |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterfacePage()
Method Detail |
---|
public void call(PageContext pc) throws PageException
Page
call
in class Page
pc
- PageContext
PageException
public abstract void initInterface(InterfaceImpl i) throws PageException
PageException
public abstract InterfaceImpl newInstance(String callPath, boolean isRealPath, Map interfaceUDFs) throws PageException
PageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |