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.cfc   
railo.runtime.type.trace   
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 ComponentWrap.getPage()
           
 Page SuperComponent.getPage()
           
 Page ComponentImpl.getPage()
          Deprecated. use instead getPageSource()
 Page Component.getPage()
           
 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, ConfigWeb config)
           
 Page PageSourceImpl.loadPage(PageContext pc, ConfigWeb config, 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, ConfigWeb config, 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)
           
 

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()
           
 Page UDFImpl.getPage()
          Deprecated. use instead getPageSource()
 Page UDF.getPage()
           
 

Constructors in railo.runtime.type with parameters of type Page
UDFImpl(Page page, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, boolean async, String strAccess, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
          Deprecated. use instead UDFImpl(UDFProperties properties)
UDFImpl(Page page, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, boolean async, String strAccess, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
          Deprecated. use instead UDFImpl(UDFProperties properties)
UDFProperties(Page page, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, boolean async, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
UDFProperties(Page page, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, boolean async, String strAccess, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
UDFProperties(Page page, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, boolean async, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
UDFProperties(Page page, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, boolean async, String strAccess, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, StructImpl meta)
           
 

Uses of Page in railo.runtime.type.cfc
 

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

Uses of Page in railo.runtime.type.trace
 

Methods in railo.runtime.type.trace that return Page
 Page TOUDF.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