Uses of Class
railo.runtime.Page

Packages that use Page
railo.runtime   
railo.runtime.component   
railo.runtime.config   
railo.runtime.tag   
railo.runtime.thread   
railo.runtime.type   
railo.runtime.type.util   
 

Uses of Page in railo.runtime
 

Subclasses of Page in railo.runtime
 class ComponentPage
          A Page that can produce Components
 class InterfacePage
          A Page that can produce Components
 class PagePlus
           
 

Methods in railo.runtime that return Page
 Page PageSourceImpl.getPage()
          return page when already loaded, otherwise null
 Page PageSourceImpl.loadPage(ConfigWeb config)
           
 Page PageSource.loadPage(ConfigWeb config)
          loads the Page from this PageSource
 Page PageSourceImpl.loadPage(ConfigWeb config, Page defaultValue)
           
 Page PageSource.loadPage(ConfigWeb config, Page defaultValue)
          loads the Page from this PageSource
 Page PageSourceImpl.loadPage(PageContext pc)
           
 Page PageSource.loadPage(PageContext pc)
           
 Page PageSourceImpl.loadPage(PageContext pc, boolean forceReload)
           
 Page PageSourceImpl.loadPage(PageContext pc, Page defaultValue)
           
 Page PageSource.loadPage(PageContext pc, Page defaultValue)
           
static Page PageSourceImpl.loadPage(PageContext pc, PageSource[] arr)
           
static Page PageSourceImpl.loadPage(PageContext pc, PageSource[] arr, Page defaultValue)
           
 

Methods in railo.runtime with parameters of type Page
 boolean PageContextImpl.isTrusted(Page page)
           
 Page PageSourceImpl.loadPage(ConfigWeb config, Page defaultValue)
           
 Page PageSource.loadPage(ConfigWeb config, Page defaultValue)
          loads the Page from this PageSource
 Page PageSourceImpl.loadPage(PageContext pc, Page defaultValue)
           
 Page PageSource.loadPage(PageContext pc, Page defaultValue)
           
static Page PageSourceImpl.loadPage(PageContext pc, PageSource[] arr, Page defaultValue)
           
 void PageContextImpl.setPageUsed(Page page)
           
 

Uses of Page in railo.runtime.component
 

Methods in railo.runtime.component that return Page
static Page ComponentLoader.loadPage(PageContext pc, PageSource ps, boolean forceReload)
           
static Page ComponentLoader.loadPage(PageContext pc, String rawPath, Boolean searchLocal, Boolean searchRoot)
           
 

Methods in railo.runtime.component with parameters of type Page
static ComponentImpl ComponentLoader.loadComponent(PageContext pc, Page page, PageSource ps, String callPath, boolean isRealPath)
           
static ComponentImpl ComponentLoader.loadComponent(PageContext pc, Page page, PageSource ps, String callPath, boolean isRealPath, boolean silent)
           
static InterfaceImpl ComponentLoader.loadInterface(PageContext pc, Page page, PageSource ps, String callPath, boolean isRealPath, Map interfaceUDFs)
           
 

Uses of Page in railo.runtime.config
 

Methods in railo.runtime.config that return Page
 Page ConfigWebImpl.getBaseComponentPage(PageContext pc)
           
 Page ConfigImpl.getCachedPage(PageContext pc, String pathWithCFC)
           
 

Uses of Page in railo.runtime.tag
 

Methods in railo.runtime.tag with parameters of type Page
 void ThreadTag.register(Page currentPage, int threadIndex)
           
 

Uses of Page in railo.runtime.thread
 

Constructors in railo.runtime.thread with parameters of type Page
ChildThreadImpl(PageContextImpl parent, Page page, String tagName, int threadIndex, Struct attrs, boolean serializable)
           
 

Uses of Page in railo.runtime.type
 

Methods in railo.runtime.type that return Page
 Page UDFGSProperty.getPage()
           
 

Uses of Page in railo.runtime.type.util
 

Methods in railo.runtime.type.util that return Page
static Page ComponentUtil.getPage(PageContext pc, PageSource ps)
           
 



Copyright © 2012 Railo