Uses of Class
railo.runtime.PageContextImpl

Packages that use PageContextImpl
railo.intergral.fusiondebug.server   
railo.runtime   
railo.runtime.component   
railo.runtime.ext.tag   
railo.runtime.thread   
railo.runtime.type.ref   
railo.runtime.type.scope   
 

Uses of PageContextImpl in railo.intergral.fusiondebug.server
 

Methods in railo.intergral.fusiondebug.server with parameters of type PageContextImpl
static List<String> FDStackFrameImpl.testScopeNames(PageContextImpl pc)
           
static List FDStackFrameImpl.testVariables(PageContextImpl pc)
           
static List FDStackFrameImpl.testVariables(PageContextImpl pc, String strScope)
           
 

Constructors in railo.intergral.fusiondebug.server with parameters of type PageContextImpl
FDStackFrameImpl(FDThreadImpl thread, PageContextImpl pc, PageSource ps, int line)
           
FDStackFrameImpl(FDThreadImpl thread, PageContextImpl pc, StackTraceElement trace, PageSource ps)
           
FDThreadImpl(FDControllerImpl engine, CFMLFactoryImpl factory, String name, PageContextImpl pc)
           
 

Uses of PageContextImpl in railo.runtime
 

Methods in railo.runtime that return PageContextImpl
 PageContextImpl CFMLFactoryImpl.getPageContextImpl(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush, boolean registerPageContext2Thread, boolean isChild)
           
 PageContextImpl PageContextImpl.initialize(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush, boolean isChild)
          initialize a existing page context
 

Methods in railo.runtime with parameters of type PageContextImpl
 void PageContextImpl.copyStateTo(PageContextImpl other)
           
 

Uses of PageContextImpl in railo.runtime.component
 

Constructors in railo.runtime.component with parameters of type PageContextImpl
InterfaceCollection(PageContextImpl pc, String implement)
           
 

Uses of PageContextImpl in railo.runtime.ext.tag
 

Methods in railo.runtime.ext.tag with parameters of type PageContextImpl
 void TagImpl.setPageContext(PageContextImpl pageContext)
          sets a Railo PageContext
 

Uses of PageContextImpl in railo.runtime.thread
 

Methods in railo.runtime.thread that return PageContextImpl
static PageContextImpl ThreadUtil.clonePageContext(PageContext pc, OutputStream os, boolean stateless, boolean registerPC, boolean isChild)
           
static PageContextImpl ThreadUtil.createPageContext(ConfigWeb config, OutputStream os, String serverName, String requestURI, String queryString, javax.servlet.http.Cookie[] cookies, Pair[] headers, Pair[] parameters, Struct attributes)
           
 

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

Uses of PageContextImpl in railo.runtime.type.ref
 

Constructors in railo.runtime.type.ref with parameters of type PageContextImpl
SimpleVarRef(PageContextImpl pc, String key)
           
 

Uses of PageContextImpl in railo.runtime.type.scope
 

Methods in railo.runtime.type.scope with parameters of type PageContextImpl
 void ScopeContext.invalidateUserScope(PageContextImpl pc, boolean migrateSessionData, boolean migrateClientData)
           
 

Constructors in railo.runtime.type.scope with parameters of type PageContextImpl
UndefinedImpl(PageContextImpl pc, short type)
          constructor of the class
 



Copyright © 2012 Railo