railo.runtime
Class PagePlus

java.lang.Object
  extended by railo.runtime.Page
      extended by railo.runtime.PagePlus
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentPage, InterfacePage

public abstract class PagePlus
extends Page

See Also:
Serialized Form

Field Summary
 SoftReference<Struct> metaData
           
 
Fields inherited from class railo.runtime.Page
FALSE, TRUE
 
Constructor Summary
PagePlus()
           
 
Method Summary
 void call(PageContext pc)
          method to invoke a page
 ImportDefintion[] getImportDefintions()
           
 PageSource getPageSource()
           
 
Methods inherited from class railo.runtime.Page
getCompileTime, getLoadType, getSourceLastModified, getVersion, setLoadType, setPageSource, threadCall, udfCall, udfDefaultValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaData

public SoftReference<Struct> metaData
Constructor Detail

PagePlus

public PagePlus()
Method Detail

call

public void call(PageContext pc)
          throws Throwable
Description copied from class: Page
method to invoke a page

Specified by:
call in class Page
Parameters:
pc - PageContext
Throws:
Throwable
See Also:
Page.call(railo.runtime.PageContext)

getPageSource

public PageSource getPageSource()
Overrides:
getPageSource in class Page
Returns:
Returns the pageResource.
See Also:
Page.getPageSource()

getImportDefintions

public ImportDefintion[] getImportDefintions()


Copyright © 2012 Railo