railo.runtime
Class InterfacePage
java.lang.Object
railo.runtime.Page
railo.runtime.PagePlus
railo.runtime.InterfacePage
- All Implemented Interfaces:
- Serializable
public abstract class InterfacePage
- extends PagePlus
A Page that can produce Components
- See Also:
- Serialized Form
InterfacePage
public InterfacePage()
call
public void call(PageContext pc)
throws PageException
- Description copied from class:
Page
- method to invoke a page
- Overrides:
call
in class PagePlus
- Parameters:
pc
- PageContext
- Throws:
PageException
- See Also:
Page.call(railo.runtime.PageContext)
initInterface
public abstract void initInterface(InterfaceImpl i)
throws PageException
- Throws:
PageException
newInstance
public abstract InterfaceImpl newInstance(String callPath,
boolean isRealPath,
Map interfaceUDFs)
throws PageException
- Throws:
PageException
Copyright © 2012 Railo