Uses of Class
railo.runtime.PageContext

Packages that use PageContext
coldfusion.runtime.java   
coldfusion.server   
railo.commons.io.log   
railo.commons.io.res.util   
railo.commons.net   
railo.commons.pdf   
railo.intergral.fusiondebug.server   
railo.loader.engine   
railo.runtime   
railo.runtime.cache.legacy   
railo.runtime.cfx   
railo.runtime.chart   
railo.runtime.com   
railo.runtime.component   
railo.runtime.config   
railo.runtime.converter   
railo.runtime.customtag   
railo.runtime.db   
railo.runtime.debug   
railo.runtime.dump   
railo.runtime.engine   
railo.runtime.exp   
railo.runtime.ext.tag   
railo.runtime.extension   
railo.runtime.functions.arrays   
railo.runtime.functions.cache   
railo.runtime.functions.component   
railo.runtime.functions.conversion   
railo.runtime.functions.dateTime   
railo.runtime.functions.decision   
railo.runtime.functions.displayFormatting   
railo.runtime.functions.dynamicEvaluation   
railo.runtime.functions.file   
railo.runtime.functions.gateway   
railo.runtime.functions.image   
railo.runtime.functions.international   
railo.runtime.functions.list   
railo.runtime.functions.math   
railo.runtime.functions.orm   
railo.runtime.functions.other   
railo.runtime.functions.query   
railo.runtime.functions.s3   
railo.runtime.functions.string   
railo.runtime.functions.struct   
railo.runtime.functions.system   
railo.runtime.functions.video   
railo.runtime.functions.xml   
railo.runtime.helpers   
railo.runtime.img   
railo.runtime.interpreter   
railo.runtime.interpreter.ref.cast   
railo.runtime.interpreter.ref.func   
railo.runtime.interpreter.ref.op   
railo.runtime.interpreter.ref.var   
railo.runtime.java   
railo.runtime.listener   
railo.runtime.monitor   
railo.runtime.net.ftp   
railo.runtime.net.rpc   
railo.runtime.net.rpc.client   
railo.runtime.net.rpc.server   
railo.runtime.op   
railo.runtime.orm   
railo.runtime.orm.hibernate   
railo.runtime.query   
railo.runtime.search   
railo.runtime.tag   
railo.runtime.tag.util   
railo.runtime.text.pdf   
railo.runtime.text.xml   
railo.runtime.text.xml.struct   
railo.runtime.thread   
railo.runtime.type   
railo.runtime.type.cfc   
railo.runtime.type.dt   
railo.runtime.type.query   
railo.runtime.type.ref   
railo.runtime.type.scope   
railo.runtime.type.scope.client   
railo.runtime.type.scope.session   
railo.runtime.type.scope.storage   
railo.runtime.type.trace   
railo.runtime.type.util   
railo.runtime.type.wrap   
railo.runtime.util   
railo.runtime.video   
railo.runtime.writer   
 

Uses of PageContext in coldfusion.runtime.java
 

Methods in coldfusion.runtime.java with parameters of type PageContext
 Object JavaProxy.invoke(String methodName, Object[] args, PageContext pc)
           
 

Uses of PageContext in coldfusion.server
 

Methods in coldfusion.server with parameters of type PageContext
 int ClientScopeService.GetClientId(PageContext pc)
           
 

Uses of PageContext in railo.commons.io.log
 

Constructors in railo.commons.io.log with parameters of type PageContext
LogDataSource(PageContext pc, int logLevel, ConfigImpl config, DataSource datasource, String username, String password, String table)
          Constructor of the class
 

Uses of PageContext in railo.commons.io.res.util
 

Methods in railo.commons.io.res.util with parameters of type PageContext
static Resource ResourceUtil.getResource(PageContext pc, PageSource ps)
           
static Resource ResourceUtil.getResource(PageContext pc, PageSource ps, Resource defaultValue)
           
 Resource ResourceUtilImpl.toResourceExisting(PageContext pc, String path)
           
static Resource ResourceUtil.toResourceExisting(PageContext pc, String path)
          cast a String (argumet destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) file must exist otherwise throw exception
static Resource ResourceUtil.toResourceExisting(PageContext pc, String path, boolean allowRealpath)
           
 Resource ResourceUtilImpl.toResourceExistingParent(PageContext pc, String destination)
           
static Resource ResourceUtil.toResourceExistingParent(PageContext pc, String destination)
          cast a String (argumet destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) at least parent must exist
static Resource ResourceUtil.toResourceExistingParent(PageContext pc, String destination, boolean allowRealpath)
           
 Resource ResourceUtilImpl.toResourceNotExisting(PageContext pc, String destination)
           
static Resource ResourceUtil.toResourceNotExisting(PageContext pc, String destination)
          cast a String (argument destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) existing file is prefered but dont must exist
static Resource ResourceUtil.toResourceNotExisting(PageContext pc, String destination, boolean allowRealpath)
           
 

Uses of PageContext in railo.commons.net
 

Methods in railo.commons.net with parameters of type PageContext
static Resource[] JarLoader.download(PageContext pc, String[] jars)
           
static void HTTPUtil.forward(PageContext pc, String realPath)
           
static void HTTPUtil.include(PageContext pc, javax.servlet.ServletRequest req, javax.servlet.ServletResponse rsp, String realPath)
           
static void HTTPUtil.include(PageContext pc, String realPath)
           
static ClassLoader JarLoader.loadJars(PageContext pc, String[] jars, ClassLoader parent)
          this loads the given jars from update provider, copy it to lib directory (where railo.jar is located) and load them to a ClassLoader
static String HTTPUtil.optimizeRealPath(PageContext pc, String realPath)
           
 

Uses of PageContext in railo.commons.pdf
 

Methods in railo.commons.pdf with parameters of type PageContext
 byte[] PDFDocument.render(Dimension dimension, double unitFactor, PageContext pc, boolean generateOutlines)
           
 

Uses of PageContext in railo.intergral.fusiondebug.server
 

Methods in railo.intergral.fusiondebug.server with parameters of type PageContext
static int FDThreadImpl.id(PageContext pc)
           
 

Uses of PageContext in railo.loader.engine
 

Methods in railo.loader.engine that return PageContext
 PageContext CFMLEngineWrapper.getThreadPageContext()
           
 PageContext CFMLEngine.getThreadPageContext()
           
 

Uses of PageContext in railo.runtime
 

Subclasses of PageContext in railo.runtime
 class PageContextImpl
          page context for every page object.
 

Methods in railo.runtime that return PageContext
 PageContext PageContextImpl.getParentPageContext()
           
abstract  PageContext PageContext.getParentPageContext()
           
 PageContext CFMLFactoryImpl.getRailoPageContext(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
          similar to getPageContext Method but return the concrete implementation of the railo PageCOntext and take the HTTP Version of the Servlet Objects
abstract  PageContext CFMLFactory.getRailoPageContext(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
          similar to getPageContext Method but return the concret implementation of the railo PageCOntext and take the HTTP Version of the Servlet Objects
 

Methods in railo.runtime with parameters of type PageContext
 void ComponentImpl.afterCall(PageContext pc, Variables parent)
          Deprecated. replaced with afterConstructor(PageContext pc, Variables parent)
 void ComponentImpl.afterConstructor(PageContext pc, Variables parent)
          will be called after invoking constructor, only invoked by constructor (component body execution)
 Variables ComponentImpl.beforeCall(PageContext pc)
          will be called before executing method or constructor
 void PagePlus.call(PageContext pc)
           
 void ComponentPage.call(PageContext pc)
           
 void InterfacePage.call(PageContext pc)
           
abstract  void Page.call(PageContext pc)
          method to invoke a page
 Object ComponentScopeShadow.call(PageContext pc, Collection.Key key, Object[] arguments)
           
 Object ComponentWrap.call(PageContext pc, Collection.Key key, Object[] args)
           
 Object SuperComponent.call(PageContext pc, Collection.Key name, Object[] args)
           
 Object ComponentScopeThis.call(PageContext pc, Collection.Key key, Object[] arguments)
           
 Object ComponentImpl.call(PageContext pc, Collection.Key name, Object[] args)
           
 Object ComponentImpl.call(PageContext pc, int access, Collection.Key name, Object[] args)
           
 Object ComponentScopeShadow.call(PageContext pc, String key, Object[] arguments)
           
 Object ComponentWrap.call(PageContext pc, String key, Object[] args)
           
 Object SuperComponent.call(PageContext pc, String name, Object[] args)
           
 Object ComponentScopeThis.call(PageContext pc, String key, Object[] arguments)
           
 Object ComponentImpl.call(PageContext pc, String name, Object[] args)
           
 Object Component.call(PageContext pc, String key, Object[] args)
          call a method of the component with no named arguments
 Object ComponentScopeShadow.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object ComponentWrap.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object SuperComponent.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ComponentScopeThis.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object ComponentImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ComponentImpl.callWithNamedValues(PageContext pc, int access, Collection.Key name, Struct args)
           
 Object ComponentScopeShadow.callWithNamedValues(PageContext pc, String key, Struct args)
           
 Object ComponentWrap.callWithNamedValues(PageContext pc, String key, Struct args)
           
 Object SuperComponent.callWithNamedValues(PageContext pc, String name, Struct args)
           
 Object ComponentScopeThis.callWithNamedValues(PageContext pc, String key, Struct args)
           
 Object ComponentImpl.callWithNamedValues(PageContext pc, String name, Struct args)
           
 Object Component.callWithNamedValues(PageContext pc, String key, Struct args)
          call a method of the component with named arguments
 void ComponentImpl.checkInterface(PageContext pc, ComponentPage componentPage)
           
 boolean ComponentWrap.contains(PageContext pc, Collection.Key key)
           
 boolean ComponentPro.contains(PageContext pc, Collection.Key key)
           
 boolean SuperComponent.contains(PageContext pc, Collection.Key key)
           
 boolean ComponentImpl.contains(PageContext pc, Collection.Key key)
           
 boolean ComponentImpl.contains(PageContext pc, String name)
           
static String ComponentPage.convertResult(PageContext pc, Component component, String methodName, Object returnFormat, Object queryFormat, Object rtn)
           
 Object ComponentScopeShadow.get(PageContext pc, Collection.Key key)
           
 Object ComponentWrap.get(PageContext pc, Collection.Key key)
           
 Object SuperComponent.get(PageContext pc, Collection.Key key)
           
 Object ComponentScopeThis.get(PageContext pc, Collection.Key key)
           
 Object ComponentImpl.get(PageContext pc, Collection.Key key)
           
 Object ComponentScopeShadow.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ComponentWrap.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object SuperComponent.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ComponentScopeThis.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ComponentImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ComponentScopeShadow.get(PageContext pc, String key)
           
 Object ComponentWrap.get(PageContext pc, String key)
           
 Object SuperComponent.get(PageContext pc, String name)
           
 Object ComponentScopeThis.get(PageContext pc, String key)
           
 Object ComponentImpl.get(PageContext pc, String name)
           
 Object ComponentScopeShadow.get(PageContext pc, String key, Object defaultValue)
           
 Object ComponentWrap.get(PageContext pc, String key, Object defaultValue)
           
 Object SuperComponent.get(PageContext pc, String name, Object defaultValue)
           
 Object ComponentScopeThis.get(PageContext pc, String key, Object defaultValue)
           
 Object ComponentImpl.get(PageContext pc, String name, Object defaultValue)
           
 Struct ComponentWrap.getMetaData(PageContext pc)
           
 Struct SuperComponent.getMetaData(PageContext pc)
           
 Struct InterfaceImpl.getMetaData(PageContext pc)
           
 Struct ComponentImpl.getMetaData(PageContext pc)
           
 Struct Component.getMetaData(PageContext pc)
          returns Meta Data to the Component
 void ComponentImpl.init(PageContext pageContext, ComponentPage componentPage)
          initalize the Component
abstract  void ComponentPage.initComponent(PageContext pc, ComponentImpl c)
           
 void ComponentScopeShadow.initialize(PageContext pc)
           
 void ComponentScopeThis.initialize(PageContext pc)
           
static boolean ComponentPage.isSoap(PageContext pc)
           
static InterfaceImpl[] InterfaceImpl.loadImplements(PageContext pc, String lstExtend, Map interfaceUdfs)
           
 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)
           
abstract  ComponentImpl ComponentPage.newInstance(PageContext pc, String callPath, boolean isRealPath)
           
 Object ComponentImpl.onMissingMethod(PageContext pc, int access, Member member, String name, Object[] _args, Struct _namedArgs, boolean superAccess)
           
 void CFMLFactoryImpl.releaseRailoPageContext(PageContext pc)
          Similar to the releasePageContext Method, but take railo PageContext as entry
abstract  void CFMLFactory.releaseRailoPageContext(PageContext pc)
          Similar to the releasePageContext Method, but take railo PageContext as entry
 Object ComponentScopeShadow.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentWrap.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object SuperComponent.set(PageContext pc, Collection.Key key, Object value)
           
 Object ComponentScopeThis.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentImpl.set(PageContext pc, Collection.Key key, Object value)
           
 Object ComponentScopeShadow.set(PageContext pc, String propertyName, Object value)
           
 Object ComponentWrap.set(PageContext pc, String propertyName, Object value)
           
 Object SuperComponent.set(PageContext pc, String name, Object value)
           
 Object ComponentScopeThis.set(PageContext pc, String propertyName, Object value)
           
 Object ComponentImpl.set(PageContext pc, String name, Object value)
           
 Object ComponentScopeShadow.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentWrap.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object SuperComponent.setEL(PageContext pc, Collection.Key name, Object value)
           
 Object ComponentScopeThis.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentImpl.setEL(PageContext pc, Collection.Key name, Object value)
           
 Object ComponentScopeShadow.setEL(PageContext pc, String propertyName, Object value)
           
 Object ComponentWrap.setEL(PageContext pc, String propertyName, Object value)
           
 Object SuperComponent.setEL(PageContext pc, String name, Object value)
           
 Object ComponentScopeThis.setEL(PageContext pc, String propertyName, Object value)
           
 Object ComponentImpl.setEL(PageContext pc, String name, Object value)
           
static void CFMLFactoryImpl.terminate(PageContext pc)
           
 void Page.threadCall(PageContext pageContext, int threadIndex)
           
 DumpData MappingImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ComponentScopeShadow.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ComponentWrap.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData PageSourcePool.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData SuperComponent.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData InterfaceImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ComponentScopeThis.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ComponentImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ComponentImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, int access)
          to html output print only with access less than given access
 Object Page.udfCall(PageContext pageContext, UDF udf, int functionIndex)
           
 Object Page.udfDefaultValue(PageContext pc, int functionIndex, int argumentIndex)
           
 

Uses of PageContext in railo.runtime.cache.legacy
 

Methods in railo.runtime.cache.legacy with parameters of type PageContext
static void CacheItemCache._flush(PageContext pc, Cache cache, String expireurl)
           
static void CacheItemCache._flushAll(PageContext pc, Cache cache)
           
static void CacheItem.flush(PageContext pc, Resource dir, String cacheName, String expireurl)
           
static void CacheItem.flushAll(PageContext pc, Resource dir, String cacheName)
           
static CacheItem CacheItem.getInstance(PageContext pc, String id, String key, boolean useId, Resource dir, String cacheName, TimeSpan timespan)
           
 

Constructors in railo.runtime.cache.legacy with parameters of type PageContext
CacheItem(PageContext pc, javax.servlet.http.HttpServletRequest req, String id, String key, boolean useId)
           
CacheItemCache(PageContext pc, javax.servlet.http.HttpServletRequest req, String id, String key, boolean useId, Cache cache, TimeSpan timespan)
           
 

Uses of PageContext in railo.runtime.cfx
 

Methods in railo.runtime.cfx with parameters of type PageContext
 DumpData QueryWrap.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Constructors in railo.runtime.cfx with parameters of type PageContext
RequestImpl(PageContext pc, Struct attributes)
          constructor of the class
ResponseImpl(PageContext pc, boolean debug)
           
 

Uses of PageContext in railo.runtime.chart
 

Methods in railo.runtime.chart with parameters of type PageContext
static String LabelFormatUtil.formatCurrency(PageContext pc, double value)
           
static String LabelFormatUtil.formatDate(PageContext pc, double value)
           
 

Uses of PageContext in railo.runtime.com
 

Methods in railo.runtime.com with parameters of type PageContext
 Object COMObject.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object COMObject.call(PageContext pc, String methodName, Object[] args)
           
 Object COMObject.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object COMObject.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object COMObject.get(PageContext pc, Collection.Key key)
           
 Object COMObject.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object COMObject.get(PageContext pc, String propertyName)
           
 Object COMObject.get(PageContext pc, String propertyName, Object defaultValue)
           
 Object COMObject.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object COMObject.set(PageContext pc, String propertyName, Object value)
           
 Object COMObject.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object COMObject.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData COMObject.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Uses of PageContext in railo.runtime.component
 

Methods in railo.runtime.component with parameters of type PageContext
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 ComponentImpl ComponentLoader.loadComponent(PageContext pc, String rawPath, Boolean searchLocal, Boolean searchRoot)
           
static InterfaceImpl ComponentLoader.loadInterface(PageContext pc, Page page, PageSource ps, String callPath, boolean isRealPath, Map interfaceUDFs)
           
static InterfaceImpl ComponentLoader.loadInterface(PageContext pc, String rawPath, Map interfaceUDFs)
           
static Page ComponentLoader.loadPage(PageContext pc, PageSource ps)
           
static PagePlus ComponentLoader.loadPage(PageContext pc, String rawPath, Boolean searchLocal, Boolean searchRoot)
           
 

Uses of PageContext in railo.runtime.config
 

Methods in railo.runtime.config with parameters of type PageContext
 Page ConfigWebImpl.getBaseComponentPage(PageContext pc)
           
 PageSource ConfigImpl.getBaseComponentPageSource(PageContext pc)
           
 Page ConfigImpl.getCachedPage(PageContext pc, String pathWithCFC)
           
 InitFile ConfigImpl.getCTInitFile(PageContext pc, String key)
           
 ORMEngine ConfigImpl.getORMEngine(PageContext pc)
           
 PageSource ConfigImpl.getPageSourceExisting(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping, boolean onlyPhysicalExisting)
           
 PageSource[] ConfigImpl.getPageSources(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
           
 Resource ConfigImpl.getPhysicalResourceExisting(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
           
 Resource[] ConfigImpl.getPhysicalResources(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
           
 ORMEngine ConfigImpl.resetORMEngine(PageContext pc, boolean force)
           
 

Uses of PageContext in railo.runtime.converter
 

Methods in railo.runtime.converter with parameters of type PageContext
 void JSONConverter._serializeStruct(PageContext pc, Set test, Struct struct, StringBuffer sb, boolean serializeQueryByColumns, boolean addUDFs, Set<Object> done)
          serialize a Struct
 String JSONConverter.serialize(PageContext pc, Object object, boolean serializeQueryByColumns)
          serialize a Object to his literal Format
 

Uses of PageContext in railo.runtime.customtag
 

Methods in railo.runtime.customtag with parameters of type PageContext
static InitFile CustomTagUtil.loadInitFile(PageContext pc, String name)
           
static InitFile CustomTagUtil.loadInitFile(PageContext pc, String name, InitFile defaultValue)
           
 

Uses of PageContext in railo.runtime.db
 

Methods in railo.runtime.db with parameters of type PageContext
static QueryImpl HSQLDBHandler.__execute(PageContext pc, SQL sql, int maxrows, int fetchsize, int timeout, Stopwatch stopwatch, Set<String> tables, boolean doSimpleTypes)
           
 void DatasourceManagerImpl.add(PageContext pc, ORMSession session)
           
 Query QoQ.execute(PageContext pc, SQL sql, int maxrows)
           
 Query HSQLDBHandler.execute(PageContext pc, SQL sql, int maxrows, int fetchsize, int timeout)
          executes a query on the queries inside the cld fusion enviroment
 Query QoQ.execute(PageContext pc, SQL sql, Selects selects, int maxrows)
          execute a SQL Statement against CFML Scopes
 Query Executer.execute(PageContext pc, SQL sql, String prettySQL, int maxrows)
           
 Query Executer.execute(Vector statements, PageContext pc, SQL sql, int maxrows)
          execute a SQL Statement against CFML Scopes
 DatasourceConnection DatasourceManagerImpl.getConnection(PageContext pc, DataSource ds, String user, String pass)
           
 DatasourceConnection DatasourceManagerImpl.getConnection(PageContext pc, String _datasource, String user, String pass)
          FUTURE deprecated
 DatasourceConnection DataSourceManager.getConnection(PageContext pc, String datasource, String user, String pass)
          return a database connection matching to datsource name
 DatasourceConnection DatasourceConnectionPool.getDatasourceConnection(PageContext pc, DataSource datasource, String user, String pass)
           
 void DatasourceManagerImpl.releaseConnection(PageContext pc, DatasourceConnection dc)
           
 void DataSourceManager.releaseConnection(PageContext pc, DatasourceConnection dc)
           
 

Uses of PageContext in railo.runtime.debug
 

Methods in railo.runtime.debug with parameters of type PageContext
static boolean DebuggerImpl.debugQueryUsage(PageContext pageContext, Query query)
           
 DebugEntry DebuggerImpl.getEntry(PageContext pc, PageSource source)
           
 DebugEntry Debugger.getEntry(PageContext pc, PageSource source)
           
 DebugEntry DebuggerImpl.getEntry(PageContext pc, PageSource source, String key)
           
 DebugEntry Debugger.getEntry(PageContext pc, PageSource source, String key)
           
 DumpData DebugPageImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData DebuggerImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 void DebuggerImpl.writeOut(PageContext pc)
           
 void Debugger.writeOut(PageContext pc)
           
 

Uses of PageContext in railo.runtime.dump
 

Methods in railo.runtime.dump with parameters of type PageContext
static DumpData DumpUtil.toDumpData(Object o, PageContext pageContext, int maxlevel, DumpProperties props)
           
 DumpData Dumpable.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
          method to print out information to a object as HTML
 String HTMLDumpWriter.toString(PageContext pc, DumpData data, boolean expand)
           
 String TextDumpWriter.toString(PageContext pc, DumpData data, boolean expand)
           
 String ClassicHTMLDumpWriter.toString(PageContext pc, DumpData data, boolean expand)
           
 String SimpleHTMLDumpWriter.toString(PageContext pc, DumpData data, boolean expand)
           
 String DumpWriter.toString(PageContext pc, DumpData data, boolean expand)
          cast dumpdata to a string
 void HTMLDumpWriter.writeOut(PageContext pc, DumpData data, Writer writer, boolean expand)
           
 void TextDumpWriter.writeOut(PageContext pc, DumpData data, Writer writer, boolean expand)
           
 void ClassicHTMLDumpWriter.writeOut(PageContext pc, DumpData data, Writer writer, boolean expand)
           
 void SimpleHTMLDumpWriter.writeOut(PageContext pc, DumpData data, Writer writer, boolean expand)
           
 void DumpWriter.writeOut(PageContext pc, DumpData data, Writer writer, boolean expand)
           
 

Uses of PageContext in railo.runtime.engine
 

Methods in railo.runtime.engine that return PageContext
static PageContext ThreadLocalPageContext.get()
          returns pagecontext registered for the current thread
static PageContext ThreadLocalPageContext.get(PageContext pc)
           
 PageContext CFMLEngineImpl.getThreadPageContext()
           
 

Methods in railo.runtime.engine with parameters of type PageContext
static PageContext ThreadLocalPageContext.get(PageContext pc)
           
static Config ThreadLocalPageContext.getConfig(PageContext pc)
           
 ExecutionLog ExecutionLogFactory.getInstance(PageContext pc)
           
static TimeZone ThreadLocalPageContext.getTimeZone(PageContext pc)
           
 void ExecutionLogSupport.init(PageContext pc, Map<String,String> arguments)
           
 void ExecutionLog.init(PageContext pc, Map<String,String> arguments)
           
static void ThreadLocalPageContext.register(PageContext pc)
          register a pagecontext for he current thread
 

Uses of PageContext in railo.runtime.exp
 

Methods in railo.runtime.exp with parameters of type PageContext
 Object CatchBlock.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object CatchBlock.call(PageContext pc, String methodName, Object[] arguments)
           
 Object CatchBlock.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object CatchBlock.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object CatchBlock.get(PageContext pc, Collection.Key key)
           
 Object CatchBlock.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object CatchBlock.get(PageContext pc, String key)
           
 Object CatchBlock.get(PageContext pc, String key, Object defaultValue)
           
 Struct PageRuntimeException.getCatchBlock(PageContext pc)
           
 Struct PageExceptionImpl.getCatchBlock(PageContext pc)
           
 Struct PageServletException.getCatchBlock(PageContext pc)
           
 Struct IPageException.getCatchBlock(PageContext pc)
          return detailed catch block of the error
 Struct CustomTypeException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 Struct PageRuntimeException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 Struct PageExceptionImpl.getErrorBlock(PageContext pc, ErrorPage ep)
           
 Struct PageServletException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 Struct IPageException.getErrorBlock(PageContext pc, ErrorPage ep)
          return detailed error block of the error
 void CatchBlock.print(PageContext pc)
           
static void ExceptionHandler.printStackTrace(PageContext pc, Throwable t)
           
 Object CatchBlock.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object CatchBlock.set(PageContext pc, String propertyName, Object value)
           
 Object CatchBlock.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object CatchBlock.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData CatchBlock.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData NativeException.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData PageRuntimeException.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData PageExceptionImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData PageServletException.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Constructors in railo.runtime.exp with parameters of type PageContext
FunctionException(PageContext pc, String functionName, int badArgumentPosition, String badArgumentName, String message)
          constructor of the class
FunctionException(PageContext pc, String functionName, String badArgumentPosition, String badArgumentName, String message)
           
RequestTimeoutException(PageContext pc, String msg)
           
 

Uses of PageContext in railo.runtime.ext.tag
 

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

Uses of PageContext in railo.runtime.extension
 

Methods in railo.runtime.extension with parameters of type PageContext
 Struct ExtensionImpl.getConfig(PageContext pc)
           
 Struct Extension.getConfig(PageContext pc)
           
 

Uses of PageContext in railo.runtime.functions.arrays
 

Methods in railo.runtime.functions.arrays with parameters of type PageContext
static Array ArrayNew.call(PageContext pc)
           
static double ArraySum.call(PageContext pc, Array array)
           
static double ArrayAvg.call(PageContext pc, Array array)
           
static boolean ArrayClear.call(PageContext pc, Array array)
           
static Object ArrayLast.call(PageContext pc, Array array)
           
static Object ArrayFirst.call(PageContext pc, Array array)
           
static double ArrayMax.call(PageContext pc, Array array)
           
static Array ArrayReverse.call(PageContext pc, Array array)
           
static Struct ArrayToStruct.call(PageContext pc, Array arr)
           
static double ArrayMin.call(PageContext pc, Array array)
           
static double ArrayLen.call(PageContext pc, Array array)
           
static boolean ArrayIsEmpty.call(PageContext pc, Array array)
           
static Array ArrayMerge.call(PageContext pc, Array arr1, Array arr2)
           
static Array ArrayMerge.call(PageContext pc, Array arr1, Array arr2, boolean leaveIndex)
           
static boolean ArrayIsDefined.call(PageContext pc, Array array, double index)
           
static boolean ArrayResize.call(PageContext pc, Array array, double number)
           
static boolean ArrayIndexExists.call(PageContext pc, Array array, double index)
           
static Array ArraySlice.call(PageContext pc, Array arr, double offset)
           
static boolean ArrayDeleteAt.call(PageContext pc, Array array, double number)
           
static boolean ArraySwap.call(PageContext pc, Array array, double number, double number2)
           
static Array ArraySlice.call(PageContext pc, Array arr, double offset, double length)
           
static boolean ArraySet.call(PageContext pc, Array array, double from, double to, Object value)
           
static boolean ArrayInsertAt.call(PageContext pc, Array array, double number, Object object)
           
static boolean ArrayPrepend.call(PageContext pc, Array array, Object object)
           
static boolean ArrayAppend.call(PageContext pc, Array array, Object object)
           
static double ArrayFindNoCase.call(PageContext pc, Array array, Object value)
           
static boolean ArrayDelete.call(PageContext pc, Array array, Object value)
           
static double ArrayFind.call(PageContext pc, Array array, Object value)
           
static boolean ArrayDelete.call(PageContext pc, Array array, Object value, String scope)
           
static double ArrayContainsNoCase.call(PageContext pc, Array array, String value)
           
static boolean ArraySort.call(PageContext pc, Array array, String sorttype)
           
static double ArrayContains.call(PageContext pc, Array array, String value)
           
static boolean ArraySort.call(PageContext pc, Array array, String sorttype, String sortorder)
           
static Array ArrayNew.call(PageContext pc, double number)
           
static Array JsonArray.call(PageContext pc, Object[] objArr)
           
static Array Array_.call(PageContext pc, Object[] objArr)
           
 

Uses of PageContext in railo.runtime.functions.cache
 

Methods in railo.runtime.functions.cache with parameters of type PageContext
static double CacheClear.call(PageContext pc)
           
static Array CacheGetAllIds.call(PageContext pc)
           
static double CacheCount.call(PageContext pc)
           
static Struct CacheGetAll.call(PageContext pc)
           
static Array CacheGetProperties.call(PageContext pc)
           
static String CacheRemove.call(PageContext pc, Object ids)
           
static String CacheRemove.call(PageContext pc, Object ids, boolean throwOnError)
           
static String CacheRemove.call(PageContext pc, Object ids, boolean throwOnError, String cacheName)
           
static Struct CacheGetMetadata.call(PageContext pc, String id)
           
static String CacheDelete.call(PageContext pc, String id)
           
static double CacheClear.call(PageContext pc, String strFilter)
           
static Object CacheGet.call(PageContext pc, String key)
           
static Array CacheGetAllIds.call(PageContext pc, String filter)
           
static double CacheCount.call(PageContext pc, String cacheName)
           
static String CacheGetDefaultCacheName.call(PageContext pc, String strType)
           
static Struct CacheGetAll.call(PageContext pc, String filter)
           
static Array CacheGetProperties.call(PageContext pc, String cacheName)
           
static boolean CacheKeyExists.call(PageContext pc, String key)
           
static String CacheDelete.call(PageContext pc, String id, boolean throwOnError)
           
static Object CacheGet.call(PageContext pc, String key, boolean throwWhenNotExist)
           
static String CacheDelete.call(PageContext pc, String id, boolean throwOnError, String cacheName)
           
static Object CacheGet.call(PageContext pc, String key, boolean throwWhenNotExist, String cacheName)
           
static String CachePut.call(PageContext pc, String key, Object value)
           
static String CachePut.call(PageContext pc, String key, Object value, TimeSpan timeSpan)
           
static String CachePut.call(PageContext pc, String key, Object value, TimeSpan timeSpan, TimeSpan idleTime)
           
static String CachePut.call(PageContext pc, String key, Object value, TimeSpan timeSpan, TimeSpan idleTime, String cacheName)
           
static Struct CacheGetMetadata.call(PageContext pc, String id, String cacheName)
           
static double CacheClear.call(PageContext pc, String strFilter, String cacheName)
           
static Array CacheGetAllIds.call(PageContext pc, String filter, String cacheName)
           
static Struct CacheGetAll.call(PageContext pc, String filter, String cacheName)
           
static boolean CacheKeyExists.call(PageContext pc, String key, String cacheName)
           
static Object CacheSetProperties.call(PageContext pc, Struct properties)
           
static Cache Util.getCache(PageContext pc, String cacheName)
          Deprecated. use getCache(Config config,String cacheName) instead
static Cache Util.getCache(PageContext pc, String cacheName, int type)
          Deprecated. use getCache(Config config,String cacheName, int type) instead
static Cache Util.getDefault(PageContext pc, int type)
           
 

Uses of PageContext in railo.runtime.functions.component
 

Methods in railo.runtime.functions.component with parameters of type PageContext
static Struct ComponentCacheList.call(PageContext pc)
           
static String ComponentCacheClear.call(PageContext pc)
           
static Struct ComponentInfo.call(PageContext pc, Component component)
          Deprecated.  
 

Uses of PageContext in railo.runtime.functions.conversion
 

Methods in railo.runtime.functions.conversion with parameters of type PageContext
static String BinaryEncode.call(PageContext pc, byte[] binary, String binaryencoding)
           
static String CharsetEncode.call(PageContext pc, byte[] binary, String encoding)
           
static boolean IsJSON.call(PageContext pc, Object obj)
           
static String SerializeJSON.call(PageContext pc, Object var)
           
static String SerializeJSON.call(PageContext pc, Object var, boolean serializeQueryByColumns)
           
static String ToScript.call(PageContext pc, Object var, String jsName)
           
static String ToScript.call(PageContext pc, Object var, String jsName, boolean outputFormat)
           
static String ToScript.call(PageContext pc, Object var, String jsName, boolean outputFormat, boolean asFormat)
           
static String GenerateSecretKey.call(PageContext pc, String algorithm)
           
static Object DeserializeJSON.call(PageContext pc, String JSONVar)
           
static Object DeserializeJSON.call(PageContext pc, String JSONVar, boolean strictMapping)
           
static String GenerateSecretKey.call(PageContext pc, String algorithm, double keySize)
           
static byte[] CharsetDecode.call(PageContext pc, String encoded_binary, String encoding)
           
static byte[] BinaryDecode.call(PageContext pc, String encoded_binary, String binaryencoding)
           
 

Uses of PageContext in railo.runtime.functions.dateTime
 

Methods in railo.runtime.functions.dateTime with parameters of type PageContext
static DateTime DateAdd._call(PageContext pc, TimeZone tz, String datepart, double number, DateTime date)
           
static DateTime NowServer.call(PageContext pc)
          Deprecated.  
static String GetTimeZone.call(PageContext pc)
           
static double Beat.call(PageContext pc)
           
static String GetHttpTimeString.call(PageContext pc)
           
static DateTime Now.call(PageContext pc)
           
static double FirstDayOfMonth.call(PageContext pc, DateTime date)
           
static double Second.call(PageContext pc, DateTime date)
           
static double DaysInMonth.call(PageContext pc, DateTime date)
           
static DateTime CreateODBCTime.call(PageContext pc, DateTime datetime)
           
static double Minute.call(PageContext pc, DateTime date)
           
static DateTime CreateODBCDateTime.call(PageContext pc, DateTime datetime)
           
static double Month.call(PageContext pc, DateTime date)
           
static double Hour.call(PageContext pc, DateTime date)
           
static double DayOfWeek.call(PageContext pc, DateTime date)
           
static double Quarter.call(PageContext pc, DateTime date)
           
static DateTime CreateODBCDate.call(PageContext pc, DateTime datetime)
           
static double Day.call(PageContext pc, DateTime date)
           
static double DaysInYear.call(PageContext pc, DateTime date)
           
static double Week.call(PageContext pc, DateTime date)
           
static double Year.call(PageContext pc, DateTime date)
           
static String GetHttpTimeString.call(PageContext pc, DateTime datetime)
           
static double DayOfYear.call(PageContext pc, DateTime date)
           
static double MilliSecond.call(PageContext pc, DateTime date)
           
static double DateCompare.call(PageContext pc, DateTime left, DateTime right)
           
static double DateCompare.call(PageContext pc, DateTime left, DateTime right, String datepart)
           
static double FirstDayOfMonth.call(PageContext pc, DateTime date, String strTimezone)
           
static double Second.call(PageContext pc, DateTime date, String strTimezone)
           
static double DaysInMonth.call(PageContext pc, DateTime date, String strTimezone)
           
static double Minute.call(PageContext pc, DateTime date, String strTimezone)
           
static double Month.call(PageContext pc, DateTime date, String strTimezone)
           
static double Hour.call(PageContext pc, DateTime date, String strTimezone)
           
static double DayOfWeek.call(PageContext pc, DateTime date, String strTimezone)
           
static double Quarter.call(PageContext pc, DateTime date, String strTimezone)
           
static double Day.call(PageContext pc, DateTime date, String strTimezone)
           
static double DaysInYear.call(PageContext pc, DateTime date, String strTimezone)
           
static double Week.call(PageContext pc, DateTime date, String strTimezone)
           
static double Year.call(PageContext pc, DateTime date, String strTimezone)
           
static double DayOfYear.call(PageContext pc, DateTime date, String strTimezone)
           
static double MilliSecond.call(PageContext pc, DateTime date, String strTimezone)
           
static DateTime CreateDate.call(PageContext pc, double year, double month, double day)
           
static DateTime CreateTime.call(PageContext pc, double hour, double minute, double second)
           
static TimeSpan CreateTimeSpan.call(PageContext pc, double day, double hour, double minute, double second)
           
static DateTime CreateTime.call(PageContext pc, double hour, double minute, double second, double millis)
           
static TimeSpan CreateTimeSpan.call(PageContext pc, double day, double hour, double minute, double second, double millisecond)
           
static DateTime CreateDateTime.call(PageContext pc, double year, double month, double day, double hour, double minute, double second)
           
static DateTime CreateDateTime.call(PageContext pc, double year, double month, double day, double hour, double minute, double second, double millis)
           
static DateTime CreateDateTime.call(PageContext pc, double year, double month, double day, double hour, double minute, double second, double millis, String strTimezone)
           
static DateTime CreateTime.call(PageContext pc, double hour, double minute, double second, double millis, String strTimezone)
           
static DateTime CreateDate.call(PageContext pc, double year, double month, double day, String strTimezone)
           
static double Beat.call(PageContext pc, Object obj)
           
static String SetTimeZone.call(PageContext pc, String strTimezone)
           
static DateTime DateConvert.call(PageContext pc, String conversionType, DateTime date)
           
static double DatePart.call(PageContext pc, String datepart, DateTime date)
           
static double DateDiff.call(PageContext pc, String datePart, DateTime left, DateTime right)
           
static double DatePart.call(PageContext pc, String datepart, DateTime date, String strTimezone)
           
static DateTime DateAdd.call(PageContext pc, String datepart, double number, DateTime date)
           
 

Uses of PageContext in railo.runtime.functions.decision
 

Methods in railo.runtime.functions.decision with parameters of type PageContext
static boolean IsUserLoggedIn.call(PageContext pc)
           
static boolean IsK2ServerOnline.call(PageContext pc)
           
static boolean IsUserInAnyRole.call(PageContext pc)
           
static boolean IsDebugMode.call(PageContext pc)
           
static boolean IsIPv6.call(PageContext pc)
           
static boolean IsK2ServerDocCountExceeded.call(PageContext pc)
           
static boolean IsSOAPRequest.call(PageContext pc)
           
static boolean IsK2ServerABroker.call(PageContext pc)
           
static boolean IsLeapYear.call(PageContext pc, double year)
           
static boolean IsDefined.call(PageContext pc, double scope, Collection.Key key)
           
static boolean IsDefined.call(PageContext pc, double scope, String key)
           
static boolean IsDefined.call(PageContext pc, double scope, String[] varNames)
           
static boolean IsBoolean.call(PageContext pc, Object object)
           
static boolean IsXmlRoot.call(PageContext pc, Object object)
           
static boolean IsXML.call(PageContext pc, Object xml)
           
static boolean IsNumeric.call(PageContext pc, Object object)
           
static boolean IsXmlAttribute.call(PageContext pc, Object value)
           
static boolean IsPDFObject.call(PageContext pc, Object value)
           
static boolean IsXmlElem.call(PageContext pc, Object object)
           
static boolean IsWddx.call(PageContext pc, Object o)
           
static boolean IsArray.call(PageContext pc, Object object)
           
static boolean IsBinary.call(PageContext pc, Object object)
           
static boolean IsObject.call(PageContext pc, Object object)
           
static boolean IsUserInRole.call(PageContext pc, Object object)
           
static boolean IsXmlNode.call(PageContext pc, Object value)
           
static boolean IsNumericDate.call(PageContext pc, Object object)
           
static boolean IsDate.call(PageContext pc, Object object)
           
static boolean IsSimpleValue.call(PageContext pc, Object object)
           
static boolean IsCustomFunction.call(PageContext pc, Object object)
           
static boolean IsXmlDoc.call(PageContext pc, Object object)
           
static boolean IsDate.call(PageContext pc, Object object, boolean allowLocaleBasedDates)
           
static boolean IsArray.call(PageContext pc, Object object, double dimension)
           
static boolean IsInstanceOf.call(PageContext pc, Object obj, String typeName)
           
static boolean IsUserInAnyRole.call(PageContext pc, String strRoles)
           
static boolean IsIPv6.call(PageContext pc, String hostName)
           
static boolean IsDDX.call(PageContext pc, String strOrPath)
           
static boolean IsDefined.call(PageContext pc, String varName)
           
static boolean IsPDFFile.call(PageContext pc, String path)
           
static boolean IsLocalHost.call(PageContext pc, String ip)
           
static boolean IsValid.call(PageContext pc, String type, Object value)
          check for many diff types
static boolean IsValid.call(PageContext pc, String type, Object value, Object objPattern)
          regex check
static boolean IsValid.call(PageContext pc, String type, Object value, Object objMin, Object objMax)
           
 

Uses of PageContext in railo.runtime.functions.displayFormatting
 

Methods in railo.runtime.functions.displayFormatting with parameters of type PageContext
static String GetLocaleDisplayName.call(PageContext pc)
           
static String FormatBaseN.call(PageContext pc, double number, double radix)
           
static String DecimalFormat.call(PageContext pc, Object object)
           
static String DateTimeFormat.call(PageContext pc, Object object)
           
static String YesNoFormat.call(PageContext pc, Object object)
           
static String DateFormat.call(PageContext pc, Object object)
           
static String TrueFalseFormat.call(PageContext pc, Object object)
           
static String TimeFormat.call(PageContext pc, Object object)
           
static String NumberFormat.call(PageContext pc, Object object)
           
static String DateTimeFormat.call(PageContext pc, Object object, String mask)
           
static String DateFormat.call(PageContext pc, Object object, String mask)
           
static String TimeFormat.call(PageContext pc, Object object, String mask)
           
static String NumberFormat.call(PageContext pc, Object object, String mask)
           
static String DateTimeFormat.call(PageContext pc, Object object, String mask, String strTimezone)
           
static String DateFormat.call(PageContext pc, Object object, String mask, String strTimezone)
           
static String TimeFormat.call(PageContext pc, Object object, String mask, String strTimezone)
           
static String DollarFormat.call(PageContext pc, String strDollar)
           
static String ParagraphFormat.call(PageContext pc, String str)
           
static String HTMLCodeFormat.call(PageContext pc, String html)
           
static String HTMLEditFormat.call(PageContext pc, String html)
           
static String AjaxOnLoad.call(PageContext pc, String functionName)
           
static String AjaxLink.call(PageContext pc, String url)
           
static String GetLocaleDisplayName.call(PageContext pc, String locale)
           
static String HTMLCodeFormat.call(PageContext pc, String html, double version)
           
static String HTMLEditFormat.call(PageContext pc, String html, double version)
           
static String GetLocaleDisplayName.call(PageContext pc, String locale, String dspLocale)
           
static double NumberFormat.toNumber(PageContext pc, Object object)
           
 

Uses of PageContext in railo.runtime.functions.dynamicEvaluation
 

Methods in railo.runtime.functions.dynamicEvaluation with parameters of type PageContext
static Object IIf.call(PageContext pc, boolean bool, String str1, String str2)
           
static String Serialize.call(PageContext pc, Object o)
           
static Object PrecisionEvaluate.call(PageContext pc, Object[] objs)
           
static Object Evaluate.call(PageContext pc, Object[] objs)
           
static Object Evaluate.call(PageContext pc, Object[] objs, boolean preciseMath)
           
static Object EvaluateJava.call(PageContext pc, String string)
           
static Object UnserializeJava.call(PageContext pc, String string)
          Deprecated.  
static String DE.call(PageContext pc, String string)
           
static Object GetVariable.call(PageContext pc, String name)
           
static Object SetVariable.call(PageContext pc, String name, Object value)
           
static Object EvaluateComponent.call(PageContext pc, String name, String md5, Struct sctThis)
           
static Object EvaluateComponent.call(PageContext pc, String name, String md5, Struct sctThis, Struct sctVariables)
           
 

Uses of PageContext in railo.runtime.functions.file
 

Methods in railo.runtime.functions.file with parameters of type PageContext
static double GetTotalSpace.call(PageContext pc, Object obj)
           
static boolean FileIsEOF.call(PageContext pc, Object fileObj)
           
static String FileDelete.call(PageContext pc, Object oSrc)
           
static String FileClose.call(PageContext pc, Object fileObj)
           
static Object FileReadBinary.call(PageContext pc, Object oSrc)
           
static double GetFreeSpace.call(PageContext pc, Object obj)
           
static Object FileRead.call(PageContext pc, Object path)
           
static String FileReadLine.call(PageContext pc, Object fileObj)
           
static Struct GetFileInfo.call(PageContext pc, Object oSrc)
           
static boolean FileExists.call(PageContext pc, Object obj)
           
static String FileSetLastModified.call(PageContext pc, Object oSrc, DateTime date)
           
static String FileSeek.call(PageContext pc, Object fileObj, double pos)
           
static String FileSkipBytes.call(PageContext pc, Object fileObj, double len)
           
static String FileMove.call(PageContext pc, Object oSrc, Object oDst)
           
static String FileWrite.call(PageContext pc, Object obj, Object data)
           
static Object FileRead.call(PageContext pc, Object obj, Object charsetOrSize)
           
static boolean FileExists.call(PageContext pc, Object obj, Object oAllowRealPath)
           
static String FileCopy.call(PageContext pc, Object oSrc, Object oDst)
           
static String FileWrite.call(PageContext pc, Object obj, Object data, String charset)
           
static String FileWriteLine.call(PageContext pc, Object obj, String text)
           
static String FileSetAttribute.call(PageContext pc, Object oSrc, String attr)
           
static String FileSetAccessMode.call(PageContext pc, Object oSrc, String strMode)
           
static Struct GetVFSMetaData.call(PageContext pc, String scheme)
           
static Struct FileUpload.call(PageContext pc, String destination)
           
static String DirectoryDelete.call(PageContext pc, String path)
           
static Object DirectoryList.call(PageContext pc, String path)
           
static Array FileUploadAll.call(PageContext pc, String destination)
           
static String GetFileFromPath.call(PageContext pc, String path)
           
static Object FileOpen.call(PageContext pc, String path)
           
static String DirectoryCreate.call(PageContext pc, String path)
           
static String DirectoryDelete.call(PageContext pc, String path, boolean recurse)
           
static Object DirectoryList.call(PageContext pc, String path, boolean recurse)
           
static String DirectoryCreate.call(PageContext pc, String path, boolean doParent)
           
static Object DirectoryList.call(PageContext pc, String path, boolean recurse, String strListInfo)
           
static Object DirectoryList.call(PageContext pc, String path, boolean recurse, String strListInfo, Object oFilter)
           
static Object DirectoryList.call(PageContext pc, String path, boolean recurse, String strListInfo, Object oFilter, String sort)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField)
           
static Array FileUploadAll.call(PageContext pc, String destination, String accept)
           
static Object FileOpen.call(PageContext pc, String path, String mode)
           
static String DirectoryRename.call(PageContext pc, String oldPath, String newPath)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept)
           
static Array FileUploadAll.call(PageContext pc, String destination, String accept, String nameConflict)
           
static Object FileOpen.call(PageContext pc, String path, String strMode, String charset)
           
static Object FileOpen.call(PageContext pc, String path, String strMode, String charset, boolean seekable)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept, String nameConflict)
           
static Array FileUploadAll.call(PageContext pc, String destination, String accept, String nameConflict, String mode)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept, String nameConflict, String mode)
           
static Array FileUploadAll.call(PageContext pc, String destination, String accept, String nameConflict, String mode, String attributes)
           
static Array FileUploadAll.call(PageContext pc, String destination, String accept, String nameConflict, String mode, String attributes, Object acl)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept, String nameConflict, String mode, String attributes)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept, String nameConflict, String mode, String attributes, Object acl)
           
 DumpData FileStreamWrapper.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Uses of PageContext in railo.runtime.functions.gateway
 

Methods in railo.runtime.functions.gateway with parameters of type PageContext
static Object GetGatewayHelper.call(PageContext pc, String gatewayID)
           
static String SendGatewayMessage.call(PageContext pc, String gatewayID, Struct data)
           
 

Uses of PageContext in railo.runtime.functions.image
 

Methods in railo.runtime.functions.image with parameters of type PageContext
static Object ImageFilterCurves.call(PageContext pc)
           
static Struct ImageFormats.call(PageContext pc)
           
static String GetWriteableImageFormats.call(PageContext pc)
           
static Object ImageNew.call(PageContext pc)
           
static String GetReadableImageFormats.call(PageContext pc)
           
static Array ImageFonts.call(PageContext pc)
           
static Object ImageFilterWarpGrid.call(PageContext pc, double rows, double cols, double width, double height)
           
static Object ImageFilterKernel.call(PageContext pc, double width, double height, Object oData)
           
static String ImageNegative.call(PageContext pc, Object name)
           
static String ImageWrite.call(PageContext pc, Object name)
           
static Object ImageRead.call(PageContext pc, Object source)
           
static Struct ImageInfo.call(PageContext pc, Object source)
           
static String ImageBlur.call(PageContext pc, Object name)
           
static String ImageFlip.call(PageContext pc, Object name)
           
static boolean IsImage.call(PageContext pc, Object name)
           
static String ImageSetDrawingTransparency.call(PageContext pc, Object name)
           
static double ImageGetHeight.call(PageContext pc, Object name)
           
static String ImageSharpen.call(PageContext pc, Object name)
           
static String ImageSetAntialiasing.call(PageContext pc, Object name)
           
static Struct ImageGetEXIFMetadata.call(PageContext pc, Object name)
           
static Object ImageGetBufferedImage.call(PageContext pc, Object name)
           
static double ImageGetWidth.call(PageContext pc, Object name)
           
static String ImageAddBorder.call(PageContext pc, Object name)
           
static Object ImageNew.call(PageContext pc, Object source)
           
static Object ImageGetBlob.call(PageContext pc, Object source)
           
static String ImageGrayscale.call(PageContext pc, Object name)
           
static String ImageDrawLines.call(PageContext pc, Object name, Array xcoords, Array ycoords)
           
static String ImageDrawLines.call(PageContext pc, Object name, Array xcoords, Array ycoords, boolean isPolygon)
           
static String ImageDrawLines.call(PageContext pc, Object name, Array xcoords, Array ycoords, boolean isPolygon, boolean filled)
           
static String ImageShear.call(PageContext pc, Object name, double shear)
           
static String ImageBlur.call(PageContext pc, Object name, double blurFactor)
           
static String ImageSetDrawingTransparency.call(PageContext pc, Object name, double percent)
           
static String ImageSharpen.call(PageContext pc, Object name, double gain)
           
static String ImageRotateDrawingAxis.call(PageContext pc, Object name, double angle)
           
static String ImageAddBorder.call(PageContext pc, Object name, double thickness)
           
static String ImageSetDrawingAlpha.call(PageContext pc, Object name, double alpha)
           
static String ImageShearDrawingAxis.call(PageContext pc, Object name, double shx, double shy)
           
static String ImageTranslate.call(PageContext pc, Object name, double xTrans, double yTrans)
           
static String ImageRotateDrawingAxis.call(PageContext pc, Object name, double angle, double x)
           
static String ImageTranslateDrawingAxis.call(PageContext pc, Object name, double x, double y)
           
static String ImageDrawPoint.call(PageContext pc, Object name, double x, double y)
           
static String ImageRotateDrawingAxis.call(PageContext pc, Object name, double angle, double x, double y)
           
static String ImageDrawLine.call(PageContext pc, Object name, double x1, double y1, double x2, double y2)
           
static String ImageClearRect.call(PageContext pc, Object name, double x, double y, double width, double height)
           
static String ImageDrawOval.call(PageContext pc, Object name, double x, double y, double width, double height)
           
static String ImageCrop.call(PageContext pc, Object name, double x, double y, double width, double height)
           
static Object ImageCopy.call(PageContext pc, Object name, double x, double y, double width, double height)
           
static String ImageDrawBeveledRect.call(PageContext pc, Object name, double x, double y, double width, double height)
           
static String ImageDrawRect.call(PageContext pc, Object name, double x, double y, double width, double height)
           
static String ImageDrawOval.call(PageContext pc, Object name, double x, double y, double width, double height, boolean filled)
           
static String ImageDrawBeveledRect.call(PageContext pc, Object name, double x, double y, double width, double height, boolean raised)
           
static String ImageDrawRect.call(PageContext pc, Object name, double x, double y, double width, double height, boolean filled)
           
static String ImageDrawBeveledRect.call(PageContext pc, Object name, double x, double y, double width, double height, boolean raised, boolean filled)
           
static Object ImageCopy.call(PageContext pc, Object name, double x, double y, double width, double height, double dx)
           
static String ImageDrawRoundRect.call(PageContext pc, Object name, double x, double y, double width, double height, double arcWidth, double arcHeight)
           
static String ImageDrawArc.call(PageContext pc, Object name, double x, double y, double width, double height, double startAngle, double arcAngle)
           
static Object ImageCopy.call(PageContext pc, Object name, double x, double y, double width, double height, double dx, double dy)
           
static String ImageDrawQuadraticCurve.call(PageContext pc, Object name, double x1, double y1, double ctrlx, double ctrly, double x2, double y2)
           
static String ImageDrawRoundRect.call(PageContext pc, Object name, double x, double y, double width, double height, double arcWidth, double arcHeight, boolean filled)
           
static String ImageDrawArc.call(PageContext pc, Object name, double x, double y, double width, double height, double startAngle, double arcAngle, boolean filled)
           
static String ImageDrawCubicCurve.call(PageContext pc, Object name, double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2)
           
static String ImageTranslate.call(PageContext pc, Object name, double xTrans, double yTrans, String strInterpolation)
           
static String ImageShear.call(PageContext pc, Object name, double shear, String direction)
           
static String ImageAddBorder.call(PageContext pc, Object name, double thickness, String color)
           
static String ImageShear.call(PageContext pc, Object name, double shear, String strDirection, String strInterpolation)
           
static String ImageAddBorder.call(PageContext pc, Object name, double thickness, String color, String strBorderType)
           
static String ImagePaste.call(PageContext pc, Object src1, Object src2)
           
static String ImageOverlay.call(PageContext pc, Object src1, Object src2)
           
static String ImagePaste.call(PageContext pc, Object src1, Object src2, double x)
           
static String ImagePaste.call(PageContext pc, Object src1, Object src2, double x, double y)
           
static String ImageDrawImage.call(PageContext pc, Object name, Object image, double x, double y)
           
static Object ImageGetIPTCTag.call(PageContext pc, Object name, String tagName)
           
static String ImageWrite.call(PageContext pc, Object name, String destination)
           
static String ImageFlip.call(PageContext pc, Object name, String strTranspose)
           
static String ImageFilter.call(PageContext pc, Object name, String filterName)
           
static String ImageSetDrawingColor.call(PageContext pc, Object name, String strColor)
           
static String ImageSetAntialiasing.call(PageContext pc, Object name, String strAntialias)
           
static Object ImageGetEXIFTag.call(PageContext pc, Object name, String tagName)
           
static String ImageRotate.call(PageContext pc, Object name, String angle)
           
static String ImageSetBackgroundColor.call(PageContext pc, Object name, String strColor)
           
static Object ImageNew.call(PageContext pc, Object source, String width)
           
static String ImageXORDrawingMode.call(PageContext pc, Object name, String color)
           
static String ImageWrite.call(PageContext pc, Object name, String destination, double quality)
           
static String ImageWrite.call(PageContext pc, Object name, String destination, double quality, boolean overwrite)
           
static String ImageDrawText.call(PageContext pc, Object name, String str, double x, double y)
           
static String ImageDrawText.call(PageContext pc, Object name, String str, double x, double y, Struct ac)
           
static String ImageResize.call(PageContext pc, Object name, String width, String height)
           
static String ImageWriteBase64.call(PageContext pc, Object name, String destination, String format)
           
static String ImageScaleToFit.call(PageContext pc, Object name, String fitWidth, String fitHeight)
           
static String ImageRotate.call(PageContext pc, Object name, String angle, String strInterpolation)
           
static Object ImageNew.call(PageContext pc, Object source, String width, String height)
           
static String ImageWriteBase64.call(PageContext pc, Object name, String destination, String format, boolean inHTMLFormat)
           
static String ImageResize.call(PageContext pc, Object name, String width, String height, String interpolation)
           
static String ImageScaleToFit.call(PageContext pc, Object name, String fitWidth, String fitHeight, String interpolation)
           
static String ImageRotate.call(PageContext pc, Object name, String x, String y, String angle)
           
static Object ImageNew.call(PageContext pc, Object source, String width, String height, String strImageType)
           
static String ImageResize.call(PageContext pc, Object name, String width, String height, String interpolation, double blurFactor)
           
static String ImageScaleToFit.call(PageContext pc, Object name, String fitWidth, String fitHeight, String strInterpolation, double blurFactor)
           
static String ImageRotate.call(PageContext pc, Object name, String x, String y, String angle, String strInterpolation)
           
static Object ImageNew.call(PageContext pc, Object source, String width, String height, String strImageType, String strCanvasColor)
           
static String ImageFilter.call(PageContext pc, Object name, String filterName, Struct parameters)
           
static String ImageSetDrawingStroke.call(PageContext pc, Object name, Struct attributeCollection)
           
static Object ImageReadBase64.call(PageContext pc, String source)
           
static Object ImageFilterColorMap.call(PageContext pc, String type)
           
static boolean IsImageFile.call(PageContext pc, String path)
           
static Object ImageFilterColorMap.call(PageContext pc, String type, String lineColor1)
           
static Object ImageFilterColorMap.call(PageContext pc, String type, String lineColor1, String lineColor2)
           
 

Uses of PageContext in railo.runtime.functions.international
 

Methods in railo.runtime.functions.international with parameters of type PageContext
static String GetLocale.call(PageContext pc)
           
static Struct GetTimeZoneInfo.call(PageContext pc)
           
static double LSWeek.call(PageContext pc, DateTime date)
           
static double LSDayOfWeek.call(PageContext pc, DateTime date)
           
static double LSWeek.call(PageContext pc, DateTime date, String strLocale)
           
static double LSDayOfWeek.call(PageContext pc, DateTime date, String strLocale)
           
static double LSWeek.call(PageContext pc, DateTime date, String strLocale, String strTimezone)
           
static double LSDayOfWeek.call(PageContext pc, DateTime date, String strLocale, String strTimezone)
           
static String LSTimeFormat.call(PageContext pc, Object o)
           
static String LSCurrencyFormat.call(PageContext pc, Object number)
           
static DateTime LSParseDateTime.call(PageContext pc, Object oDate)
           
static String LSNumberFormat.call(PageContext pc, Object object)
           
static boolean LSIsDate.call(PageContext pc, Object object)
           
static String LSDateFormat.call(PageContext pc, Object object)
           
static String LSEuroCurrencyFormat.call(PageContext pc, Object number)
           
static String LSTimeFormat.call(PageContext pc, Object o, String mask)
           
static String LSCurrencyFormat.call(PageContext pc, Object number, String type)
           
static DateTime LSParseDateTime.call(PageContext pc, Object oDate, String strLocale)
           
static String LSNumberFormat.call(PageContext pc, Object object, String mask)
           
static boolean LSIsDate.call(PageContext pc, Object object, String strLocale)
           
static String LSDateFormat.call(PageContext pc, Object object, String mask)
           
static String LSEuroCurrencyFormat.call(PageContext pc, Object number, String type)
           
static String LSTimeFormat.call(PageContext pc, Object o, String mask, String strLocale)
           
static String LSCurrencyFormat.call(PageContext pc, Object number, String type, String strLocale)
           
static DateTime LSParseDateTime.call(PageContext pc, Object oDate, String strLocale, String strTimezone)
           
static String LSNumberFormat.call(PageContext pc, Object object, String mask, String locale)
           
static boolean LSIsDate.call(PageContext pc, Object object, String strLocale, String strTimezone)
           
static String LSDateFormat.call(PageContext pc, Object object, String mask, String strLocale)
           
static String LSEuroCurrencyFormat.call(PageContext pc, Object number, String type, String locale)
           
static String LSTimeFormat.call(PageContext pc, Object o, String mask, String strLocale, String strTimezone)
           
static String LSDateFormat.call(PageContext pc, Object object, String mask, String strLocale, String strTimezone)
           
static boolean LSIsCurrency.call(PageContext pc, String string)
           
static boolean LSIsNumeric.call(PageContext pc, String string)
           
static double LSParseNumber.call(PageContext pc, String string)
           
static String GetEncoding.call(PageContext pc, String scope)
           
static String LSParseCurrency.call(PageContext pc, String string)
           
static String SetLocale.call(PageContext pc, String strLocale)
           
static String LSParseEuroCurrency.call(PageContext pc, String string)
           
static boolean LSIsCurrency.call(PageContext pc, String string, String strLocale)
           
static boolean LSIsNumeric.call(PageContext pc, String string, String strLocale)
           
static double LSParseNumber.call(PageContext pc, String string, String strLocale)
           
static String LSParseCurrency.call(PageContext pc, String string, String strLocale)
           
static String SetEncoding.call(PageContext pc, String scope, String charset)
           
static String LSParseEuroCurrency.call(PageContext pc, String string, String strLocale)
           
 

Uses of PageContext in railo.runtime.functions.list
 

Methods in railo.runtime.functions.list with parameters of type PageContext
static String ListDeleteAt._call(PageContext pc, String list, int pos, char[] del, boolean includeEmptyFields)
           
static String ArrayToList.call(PageContext pc, Array array)
           
static String ArrayToList.call(PageContext pc, Array array, char delimeter)
           
static String ArrayToList.call(PageContext pc, Array array, String delimeter)
           
static String ListCompact.call(PageContext pc, String list)
           
static String ListRest.call(PageContext pc, String list)
           
static String ListFirst.call(PageContext pc, String list)
           
static double ListAvg.call(PageContext pc, String list)
           
static String ListLast.call(PageContext pc, String list)
           
static String ListItemTrim.call(PageContext pc, String list)
           
static double ListLen.call(PageContext pc, String list)
           
static String ListTrim.call(PageContext pc, String list)
           
static Array ListToArray.call(PageContext pc, String list)
           
static String ListDeleteAt.call(PageContext pc, String list, double posNumber)
           
static String ListGetAt.call(PageContext pc, String list, double posNumber)
           
static boolean ListIndexExists.call(PageContext pc, String list, double index)
           
static String ListDeleteAt.call(PageContext pc, String list, double posNumber, String del)
           
static String ListGetAt.call(PageContext pc, String list, double posNumber, String delimeter)
           
static boolean ListIndexExists.call(PageContext pc, String list, double index, String delimeter)
           
static String ListSetAt.call(PageContext pc, String list, double posNumber, String value)
           
static String ListInsertAt.call(PageContext pc, String list, double posNumber, String value)
           
static String ListDeleteAt.call(PageContext pc, String list, double posNumber, String del, boolean includeEmptyFields)
           
static String ListGetAt.call(PageContext pc, String list, double posNumber, String delimeter, boolean includeEmptyFields)
           
static boolean ListIndexExists.call(PageContext pc, String list, double index, String delimeter, boolean includeEmptyFields)
           
static String ListSetAt.call(PageContext pc, String list, double posNumber, String value, String delimeter)
           
static String ListInsertAt.call(PageContext pc, String list, double posNumber, String value, String strDelimeter)
           
static String ListSetAt.call(PageContext pc, String list, double posNumber, String value, String delimeter, boolean includeEmptyFields)
           
static String ListInsertAt.call(PageContext pc, String list, double posNumber, String value, String strDelimeter, boolean includeEmptyFields)
           
static String ListCompact.call(PageContext pc, String list, String delimeter)
           
static String ListPrepend.call(PageContext pc, String list, String value)
           
static double ListFindNoCase.call(PageContext pc, String list, String value)
           
static String ListRest.call(PageContext pc, String list, String delimeter)
           
static double ListContainsNoCase.call(PageContext pc, String list, String value)
           
static double ListContains.call(PageContext pc, String list, String value)
           
static String ListChangeDelims.call(PageContext pc, String list, String newDel)
           
static String ListFirst.call(PageContext pc, String list, String delimeter)
           
static String ListQualify.call(PageContext pc, String list, String qualifier)
           
static double ListAvg.call(PageContext pc, String list, String delimeter)
           
static String ListSort.call(PageContext pc, String list, String sortType)
           
static double ListValueCountNoCase.call(PageContext pc, String list, String value)
           
static String ListAppend.call(PageContext pc, String list, String value)
           
static double ListFind.call(PageContext pc, String list, String value)
           
static String ListLast.call(PageContext pc, String list, String delimeter)
           
static String ListItemTrim.call(PageContext pc, String list, String delimeter)
           
static double ListLen.call(PageContext pc, String list, String delimter)
           
static String ListTrim.call(PageContext pc, String list, String delimeter)
           
static Array ListToArray.call(PageContext pc, String list, String delimeter)
           
static double ListValueCount.call(PageContext pc, String list, String value)
           
static String ListRest.call(PageContext pc, String list, String delimeter, boolean includeEmptyFields)
           
static String ListFirst.call(PageContext pc, String list, String delimeter, boolean includeEmptyFields)
           
static String ListLast.call(PageContext pc, String list, String delimeter, boolean includeEmptyFields)
           
static String ListItemTrim.call(PageContext pc, String list, String delimeter, boolean includeEmptyFields)
           
static double ListLen.call(PageContext pc, String list, String delimter, boolean includeEmptyFields)
           
static Array ListToArray.call(PageContext pc, String list, String delimeter, boolean includeEmptyFields)
           
static Array ListToArray.call(PageContext pc, String list, String delimeter, boolean includeEmptyFields, boolean multiCharacterDelimiter)
           
static String ListPrepend.call(PageContext pc, String list, String value, String delimeter)
           
static double ListFindNoCase.call(PageContext pc, String list, String value, String delimter)
           
static double ListContainsNoCase.call(PageContext pc, String list, String value, String delimter)
           
static double ListContains.call(PageContext pc, String list, String value, String delimter)
           
static String ListChangeDelims.call(PageContext pc, String list, String newDel, String oldDel)
           
static String ListQualify.call(PageContext pc, String list, String qualifier, String delimeter)
           
static String ListSort.call(PageContext pc, String list, String sortType, String sortOrder)
           
static double ListValueCountNoCase.call(PageContext pc, String list, String value, String delimeter)
           
static String ListAppend.call(PageContext pc, String list, String value, String delimeter)
           
static double ListFind.call(PageContext pc, String list, String value, String delimter)
           
static double ListValueCount.call(PageContext pc, String list, String value, String delimeter)
           
static double ListFindNoCase.call(PageContext pc, String list, String value, String delimter, boolean includeEmptyFields)
           
static double ListContainsNoCase.call(PageContext pc, String list, String value, String delimter, boolean includeEmptyFields)
           
static double ListContains.call(PageContext pc, String list, String value, String delimter, boolean includeEmptyFields)
           
static String ListChangeDelims.call(PageContext pc, String list, String newDel, String oldDel, boolean includeEmptyFields)
           
static double ListValueCountNoCase.call(PageContext pc, String list, String value, String delimeter, boolean includeEmptyFields)
           
static double ListFind.call(PageContext pc, String list, String value, String delimter, boolean includeEmptyFields)
           
static double ListValueCount.call(PageContext pc, String list, String value, String delimeter, boolean includeEmptyFields)
           
static String ListQualify.call(PageContext pc, String list, String qualifier, String delimeter, String elements)
           
static String ListSort.call(PageContext pc, String list, String sortType, String sortOrder, String delimiter)
           
static String ListQualify.call(PageContext pc, String list, String qualifier, String delimeter, String elements, boolean includeEmptyFields)
           
static String ListSort.call(PageContext pc, String list, String sortType, String sortOrder, String delimiter, boolean includeEmptyFields)
           
static String ListQualify.call(PageContext pc, String list, String qualifier, String delimeter, String elements, boolean includeEmptyFields, boolean psq)
           
 

Uses of PageContext in railo.runtime.functions.math
 

Methods in railo.runtime.functions.math with parameters of type PageContext
static double Rand.call(PageContext pc)
           
static double Pi.call(PageContext pc)
           
static double Abs.call(PageContext pc, double number)
           
static double Log.call(PageContext pc, double number)
           
static double ASin.call(PageContext pc, double number)
           
static double DecrementValue.call(PageContext pc, double number)
           
static double BitNot.call(PageContext pc, double number)
           
static double IncrementValue.call(PageContext pc, double number)
           
static double Fix.call(PageContext pc, double number)
           
static double Tan.call(PageContext pc, double number)
           
static double Int.call(PageContext pc, double number)
           
static double Exp.call(PageContext pc, double number)
           
static double Atn.call(PageContext pc, double number)
           
static double Sin.call(PageContext pc, double number)
           
static double Ceiling.call(PageContext pc, double number)
           
static double Cos.call(PageContext pc, double number)
           
static double Sqr.call(PageContext pc, double number)
           
static double ACos.call(PageContext pc, double number)
           
static double Randomize.call(PageContext pc, double number)
           
static double Round.call(PageContext pc, double number)
           
static double Sgn.call(PageContext pc, double number)
           
static double Log10.call(PageContext pc, double number)
           
static double Min.call(PageContext pc, double number1, double number2)
           
static double RandRange.call(PageContext pc, double number1, double number2)
           
static double BitAnd.call(PageContext pc, double number, double number2)
           
static double BitXor.call(PageContext pc, double number, double number2)
           
static double Max.call(PageContext pc, double number1, double number2)
           
static double BitSHLN.call(PageContext pc, double dnumber, double dcount)
           
static double BitSHRN.call(PageContext pc, double dnumber, double dcount)
           
static double BitOr.call(PageContext pc, double number, double number2)
           
static double BitMaskRead.call(PageContext pc, double dnumber, double dstart, double dlength)
           
static double BitMaskClear.call(PageContext pc, double dnumber, double dstart, double dlength)
           
static double BitMaskSet.call(PageContext pc, double dnumber, double dmask, double dstart, double dlength)
           
static double RandRange.call(PageContext pc, double number1, double number2, String algo)
           
static double Randomize.call(PageContext pc, double number, String algorithm)
           
static double Rand.call(PageContext pc, String algorithm)
           
static double InputBaseN.call(PageContext pc, String string, double radix)
           
 

Uses of PageContext in railo.runtime.functions.orm
 

Methods in railo.runtime.functions.orm with parameters of type PageContext
static String ORMCloseSession.call(PageContext pc)
           
static String ORMFlush.call(PageContext pc)
           
static Object ORMGetSessionFactory.call(PageContext pc)
           
static Array EntityNameArray.call(PageContext pc)
           
static Object ORMGetSession.call(PageContext pc)
           
static String ORMReload.call(PageContext pc)
           
static String EntityNameList.call(PageContext pc)
           
static String ORMEvictQueries.call(PageContext pc)
           
static String ORMClearSession.call(PageContext pc)
           
static String EntitySave.call(PageContext pc, Object obj)
           
static Object EntityMerge.call(PageContext pc, Object obj)
           
static String EntityDelete.call(PageContext pc, Object obj)
           
static String EntityReload.call(PageContext pc, Object obj)
           
static Object EntityLoadByExample.call(PageContext pc, Object sampleEntity)
           
static Query EntityToQuery.call(PageContext pc, Object obj)
           
static String EntitySave.call(PageContext pc, Object obj, boolean forceInsert)
           
static Object EntityLoadByExample.call(PageContext pc, Object sampleEntity, boolean unique)
           
static Query EntityToQuery.call(PageContext pc, Object obj, String name)
           
static Object ORMExecuteQuery.call(PageContext pc, String hql)
           
static String ORMEvictEntity.call(PageContext pc, String entityName)
           
static String EntityNameList.call(PageContext pc, String delimeter)
           
static Object EntityNew.call(PageContext pc, String name)
           
static String ORMEvictQueries.call(PageContext pc, String cacheName)
           
static Object EntityLoad.call(PageContext pc, String name)
           
static Object ORMExecuteQuery.call(PageContext pc, String hql, Object paramsOrUnique)
           
static Object EntityLoad.call(PageContext pc, String name, Object idOrFilter)
           
static Object ORMExecuteQuery.call(PageContext pc, String hql, Object paramsOrUnique, Object uniqueOrQueryOptions)
           
static Object EntityLoad.call(PageContext pc, String name, Object idOrFilter, Object uniqueOrOptions)
           
static Object ORMExecuteQuery.call(PageContext pc, String hql, Object params, Object unique, Object queryOptions)
           
static Object EntityLoad.call(PageContext pc, String name, Object filter, Object order, Object options)
           
static String ORMEvictCollection.call(PageContext pc, String entityName, String collectionName)
           
static Object EntityLoadByPK.call(PageContext pc, String name, String id)
           
static String ORMEvictEntity.call(PageContext pc, String entityName, String primaryKey)
           
static String ORMEvictCollection.call(PageContext pc, String entityName, String collectionName, String primaryKey)
           
static Object EntityNew.call(PageContext pc, String name, Struct properties)
           
 

Uses of PageContext in railo.runtime.functions.other
 

Methods in railo.runtime.functions.other with parameters of type PageContext
static String GetClientVariablesList.call(PageContext pc)
           
static double GetK2ServerDocCount.call(PageContext pc)
           
static Object GetPageContext.call(PageContext pc)
           
static String VerifyClient.call(PageContext pc)
           
static Object NullValue.call(PageContext pc)
           
static Struct IntergralContext.call(PageContext pc)
           
static double GetTickCount.call(PageContext pc)
           
static Struct GetFunctionList.call(PageContext pc)
           
static String CTCacheClear.call(PageContext pc)
           
static String CreateUniqueId.call(PageContext pc)
          method to invoke the function
static Object GetMetaData.call(PageContext pc)
           
static Struct GetRailoId.call(PageContext pc)
           
static String GetBaseTagList.call(PageContext pc)
           
static Struct GetTagList.call(PageContext pc)
           
static Struct CTCacheList.call(PageContext pc)
           
static boolean DatasourceFlushMetaCache.call(PageContext pc)
           
static String GetAuthUser.call(PageContext pc)
           
static Struct GetHTTPRequestData.call(PageContext pc)
           
static double GetK2ServerDocCountLimit.call(PageContext pc)
           
static String CreateGUID.call(PageContext pc)
           
static String CreateUUID.call(PageContext pc)
          method to invoke the function
static double ToNumeric.call(PageContext pc, Object value)
           
static boolean IsNotMap.call(PageContext pc, Object object)
           
static boolean IsNull.call(PageContext pc, Object object)
           
static Struct GetComponentMetaData.call(PageContext pc, Object obj)
           
static Object ReleaseComObject.call(PageContext pc, Object obj)
           
static Object GetMetaData.call(PageContext pc, Object object)
           
static boolean SystemOutput.call(PageContext pc, Object obj)
           
static Object ObjectSave.call(PageContext pc, Object input)
           
static byte[] ToBinary.call(PageContext pc, Object data)
           
static String Dump.call(PageContext pc, Object object)
           
static Object ObjectLoad.call(PageContext pc, Object input)
           
static Struct DumpStruct.call(PageContext pc, Object object)
           
static double GetNumericDate.call(PageContext pc, Object object)
           
static Object _CreateComponent.call(PageContext pc, Object[] objArr)
           
static Object GetMetaData.call(PageContext pc, Object object, boolean source)
           
static boolean SystemOutput.call(PageContext pc, Object obj, boolean addNewLine)
           
static boolean SystemOutput.call(PageContext pc, Object obj, boolean addNewLine, boolean doErrorStream)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys, boolean metainfo)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys, boolean metainfo, boolean showUDFs)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys, boolean metainfo, boolean showUDFs, String label)
           
static double ToNumeric.call(PageContext pc, Object value, Object oRadix)
           
static Object DecryptBinary.call(PageContext pc, Object oBytes, String key)
           
static Object EncryptBinary.call(PageContext pc, Object oBytes, String key)
           
static Object ObjectSave.call(PageContext pc, Object input, String filepath)
           
static String Dump.call(PageContext pc, Object object, String label)
           
static String Dump.call(PageContext pc, Object object, String label, boolean expand)
           
static String Dump.call(PageContext pc, Object object, String label, boolean expand, double maxLevel)
           
static String Dump.call(PageContext pc, Object object, String label, boolean expand, double maxLevel, String show)
           
static String Dump.call(PageContext pc, Object object, String label, boolean expand, double maxLevel, String show, String hide)
           
static String Dump.call(PageContext pc, Object object, String label, boolean expand, double maxLevel, String show, String hide, String output)
           
static String Dump.call(PageContext pc, Object object, String label, boolean expand, double maxLevel, String show, String hide, String output, String format)
           
static String Dump.call(PageContext pc, Object object, String label, boolean expand, double maxLevel, String show, String hide, String output, String format, double keys)
           
static String Dump.call(PageContext pc, Object object, String label, boolean expand, double maxLevel, String show, String hide, String output, String format, double keys, boolean metainfo)
           
static String Dump.call(PageContext pc, Object object, String label, boolean expand, double maxLevel, String show, String hide, String output, String format, double keys, boolean metainfo, boolean showUDFs)
           
static Object DecryptBinary.call(PageContext pc, Object oBytes, String key, String algorithm)
           
static Object EncryptBinary.call(PageContext pc, Object oBytes, String key, String algorithm)
           
static Struct GetFunctionData.call(PageContext pc, String strFunctionName)
           
static String URLEncodedFormat.call(PageContext pc, String str)
           
static boolean DeleteClientVariable.call(PageContext pc, String variableName)
           
static Query SSLCertificateList.call(PageContext pc, String host)
           
static String URLSessionFormat.call(PageContext pc, String strUrl)
           
static String SSLCertificateInstall.call(PageContext pc, String host)
           
static String XMLFormat.call(PageContext pc, String xmlString)
           
static boolean IsNull.call(PageContext pc, String str)
           
static boolean ParameterExists.call(PageContext pc, String string)
           
static String QuotedValueList.call(PageContext pc, String strQueryColumn)
           
static Object CreateObject.call(PageContext pc, String cfcName)
           
static double GetTickCount.call(PageContext pc, String unit)
           
static Struct GetBaseTagData.call(PageContext pc, String tagName)
           
static Struct GetProfileSections.call(PageContext pc, String fileName)
           
static String GetBaseTagList.call(PageContext pc, String delimeter)
           
static boolean DatasourceFlushMetaCache.call(PageContext pc, String datasource)
           
static String StripCr.call(PageContext pc, String string)
           
static String PreserveSingleQuotes.call(PageContext pc, String string)
           
static String URLEncode.call(PageContext pc, String str)
           
static boolean WriteOutput.call(PageContext pc, String string)
           
static String URLDecode.call(PageContext pc, String str)
           
static Query SSLCertificateList.call(PageContext pc, String host, double port)
           
static String SSLCertificateInstall.call(PageContext pc, String host, double port)
           
static Struct GetBaseTagData.call(PageContext pc, String tagName, double minLevel)
           
static Struct GetTagData.call(PageContext pc, String nameSpace, String strTagName)
           
static String Encrypt.call(PageContext pc, String string, String key)
           
static String URLEncodedFormat.call(PageContext pc, String str, String encoding)
           
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName)
           
static String QuotedValueList.call(PageContext pc, String strQueryColumn, String delimeter)
           
static Object CreateObject.call(PageContext pc, String type, String className)
           
static String CFusionDecrypt.call(PageContext pc, String string, String key)
           
static String CFusionEncrypt.call(PageContext pc, String string, String key)
           
static String Decrypt.call(PageContext pc, String string, String key)
           
static String URLEncode.call(PageContext pc, String str, String encoding)
           
static String URLDecode.call(PageContext pc, String str, String encoding)
           
static String URLEncodedFormat.call(PageContext pc, String str, String encoding, boolean force)
           
static String URLEncode.call(PageContext pc, String str, String encoding, boolean force)
           
static Object CreateObject.call(PageContext pc, String type, String className, Object context)
           
static Object CreateObject.call(PageContext pc, String type, String className, Object context, Object serverName)
           
static String Encrypt.call(PageContext pc, String string, String key, String algorithm)
           
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName, String queryString)
           
static String Decrypt.call(PageContext pc, String string, String key, String algorithm)
           
static String Encrypt.call(PageContext pc, String string, String key, String algorithm, String encoding)
           
static String Decrypt.call(PageContext pc, String string, String key, String algorithm, String encoding)
           
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies)
           
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies, Struct headers)
           
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies, Struct headers, Struct parameters)
           
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies, Struct headers, Struct parameters, Struct attributes)
           
static Object CreateObject.doCOM(PageContext pc, String className)
           
static Component CreateObject.doComponent(PageContext pc, String className)
           
static Object CreateObject.doJava(PageContext pc, String className, String pathes, String delimeter)
           
static Object CreateObject.doWebService(PageContext pc, String wsdlUrl)
           
static Object CreateObject.doWebService(PageContext pc, String wsdlUrl, String username, String password, ProxyData proxy)
           
static Struct GetMetaData.getMetaData(ComponentPro cfc, PageContext pc)
           
 

Uses of PageContext in railo.runtime.functions.query
 

Methods in railo.runtime.functions.query with parameters of type PageContext
static boolean IsQuery.call(PageContext pc, Object object)
           
static Query Query_.call(PageContext pc, Object[] arr)
           
static double QueryColumnCount.call(PageContext pc, Query qry)
           
static String QueryColumnList.call(PageContext pc, Query qry)
           
static double QueryAddRow.call(PageContext pc, Query query)
           
static Array QueryColumnArray.call(PageContext pc, Query qry)
           
static boolean QueryDeleteRow.call(PageContext pc, Query query)
           
static double QueryRecordCount.call(PageContext pc, Query qry)
           
static boolean QueryColumnExists.call(PageContext pc, Query qry, Collection.Key key)
           
static boolean QueryDeleteRow.call(PageContext pc, Query query, double row)
           
static Query QuerySlice.call(PageContext pc, Query qry, double offset)
           
static Struct QueryConvertForGrid.call(PageContext pc, Query query, double page, double pageSize)
           
static Query QuerySlice.call(PageContext pc, Query qry, double offset, double length)
           
static double QueryAddRow.call(PageContext pc, Query query, Object numberOrData)
           
static boolean QuerySort.call(PageContext pc, Query query, String columnName)
           
static String QueryColumnList.call(PageContext pc, Query qry, String delimeter)
           
static String QueryValueList.call(PageContext pc, Query query, String columnName)
           
static double QueryAddColumn.call(PageContext pc, Query query, String string)
           
static Object QueryGetCell.call(PageContext pc, Query query, String columnName)
           
static boolean QueryColumnExists.call(PageContext pc, Query qry, String key)
           
static Array QueryDeleteColumn.call(PageContext pc, Query query, String strColumn)
           
static Array QueryValueArray.call(PageContext pc, Query query, String columnName)
           
static Object QueryGetCell.call(PageContext pc, Query query, String columnName, double rowNumber)
           
static double QueryAddColumn.call(PageContext pc, Query query, String string, Object array)
           
static boolean QuerySetCell.call(PageContext pc, Query query, String columnName, Object value)
           
static boolean QuerySetCell.call(PageContext pc, Query query, String columnName, Object value, double rowNumber)
           
static double QueryAddColumn.call(PageContext pc, Query query, String string, Object datatype, Object array)
           
static boolean QuerySort.call(PageContext pc, Query query, String columnNames, String directions)
           
static String QueryValueList.call(PageContext pc, Query query, String columnName, String delimeter)
           
static String QuerySetColumn.call(PageContext pc, Query query, String columnName, String newColumnName)
           
static String ValueList.call(PageContext pc, String strQueryColumn)
           
static Query QueryNew.call(PageContext pc, String columnList)
           
static Array ValueArray.call(PageContext pc, String strQueryColumn)
           
static Struct SelectParse.call(PageContext pc, String sql)
           
static String ValueList.call(PageContext pc, String strQueryColumn, String delimeter)
           
static Query QueryNew.call(PageContext pc, String columnList, String columnTypeList)
           
static Query QueryNew.call(PageContext pc, String strColumnList, String strColumnTypeList, Object data)
           
 

Uses of PageContext in railo.runtime.functions.s3
 

Methods in railo.runtime.functions.s3 with parameters of type PageContext
static String StoreGetMetaData._call(PageContext pc, String url)
           
static String StoreAddACL._call(PageContext pc, String url, Object objACL)
           
static String StoreSetACL._call(PageContext pc, String url, Object objACL)
           
static String StoreSetMetaData._call(PageContext pc, String url, Struct metadata)
           
static String StoreGetMetaData.call(PageContext pc, String url)
           
static Object StoreGetACL.call(PageContext pc, String url)
           
static String StoreAddACL.call(PageContext pc, String url, Object objACL)
           
static String StoreSetACL.call(PageContext pc, String url, Object objACL)
           
static String StoreSetMetaData.call(PageContext pc, String url, Struct metadata)
           
static S3Resource S3Function.toS3Resource(PageContext pc, String url, String functionName)
           
 

Uses of PageContext in railo.runtime.functions.string
 

Methods in railo.runtime.functions.string with parameters of type PageContext
static String RepeatString._call(PageContext pc, String str, double count)
           
static String NewLine.call(PageContext pc)
           
static String ToString.call(PageContext pc)
           
static String DayOfWeekAsString.call(PageContext pc, double dow)
           
static String MonthShortAsString.call(PageContext pc, double month)
           
static String Chr.call(PageContext pc, double number)
           
static String MonthAsString.call(PageContext pc, double month)
           
static String DayOfWeekShortAsString.call(PageContext pc, double dow)
           
static String DayOfWeekAsString.call(PageContext pc, double dow, String strLocale)
           
static String MonthAsString.call(PageContext pc, double month, String strLocale)
           
static String DayOfWeekShortAsString.call(PageContext pc, double dow, String strLocale)
           
static double Val.call(PageContext pc, Object value)
           
static DateTime ParseDateTime.call(PageContext pc, Object oDate)
           
static String ToString.call(PageContext pc, Object object)
           
static double Len.call(PageContext pc, Object obj)
           
static String ToBase64.call(PageContext pc, Object object)
           
static Object StringAppend.call(PageContext pc, Object left, Object right)
           
static DateTime ParseDateTime.call(PageContext pc, Object oDate, String popConversion)
           
static String ToString.call(PageContext pc, Object object, String encoding)
           
static String ToBase64.call(PageContext pc, Object object, String encoding)
           
static DateTime ParseDateTime.call(PageContext pc, Object oDate, String popConversion, String strTimezone)
           
static String LTrim.call(PageContext pc, String str)
           
static String UCFirst.call(PageContext pc, String string)
           
static String RTrim.call(PageContext pc, String str)
           
static double StringLen.call(PageContext pc, String string)
           
static double ParseNumber.call(PageContext pc, String strNumber)
           
static String JSStringFormat.call(PageContext pc, String str)
           
static String Metaphone.call(PageContext pc, String str)
           
static String LCase.call(PageContext pc, String string)
           
static String Soundex.call(PageContext pc, String str)
           
static double Len.call(PageContext pc, String string)
           
static String UCase.call(PageContext pc, String string)
           
static String Reverse.call(PageContext pc, String string)
           
static double Asc.call(PageContext pc, String string)
           
static String Hash.call(PageContext pc, String str)
           
static String Trim.call(PageContext pc, String string)
           
static String Wrap.call(PageContext pc, String string, double limit)
           
static String RJustify.call(PageContext pc, String str, double length)
           
static String Mid.call(PageContext pc, String str, double start)
           
static String CJustify.call(PageContext pc, String string, double length)
           
static String Right.call(PageContext pc, String str, double number)
           
static String Left.call(PageContext pc, String str, double number)
           
static String RepeatString.call(PageContext pc, String str, double count)
           
static String GetToken.call(PageContext pc, String str, double index)
           
static String LJustify.call(PageContext pc, String str, double length)
           
static String Wrap.call(PageContext pc, String string, double limit, boolean strip)
           
static String RemoveChars.call(PageContext pc, String str, double s, double l)
           
static String Mid.call(PageContext pc, String str, double start, double count)
           
static String GetToken.call(PageContext pc, String str, double index, String delimeters)
           
static Object JavaCast.call(PageContext pc, String type, Object obj)
           
static double CompareNoCase.call(PageContext pc, String str1, String str2)
           
static Array REMatch.call(PageContext pc, String regExpr, String str)
           
static double ParseNumber.call(PageContext pc, String strNumber, String strRadix)
           
static double Find.call(PageContext pc, String sub, String str)
           
static double Compare.call(PageContext pc, String str1, String str2)
           
static Object REFind.call(PageContext pc, String regExpr, String str)
           
static double FindOneOf.call(PageContext pc, String set, String str)
           
static String SpanExcluding.call(PageContext pc, String str, String set)
           
static Array REMatchNoCase.call(PageContext pc, String regExpr, String str)
           
static String SpanIncluding.call(PageContext pc, String str, String set)
           
static double FindNoCase.call(PageContext pc, String sub, String str)
           
static Object REFindNoCase.call(PageContext pc, String regExpr, String str)
           
static String Hash.call(PageContext pc, String string, String algorithm)
           
static String Insert.call(PageContext pc, String sub, String str, double pos)
           
static double Find.call(PageContext pc, String sub, String str, double number)
           
static Object REFind.call(PageContext pc, String regExpr, String str, double start)
           
static double FindOneOf.call(PageContext pc, String strSet, String strData, double number)
           
static double FindNoCase.call(PageContext pc, String sub, String str, double number)
           
static Object REFindNoCase.call(PageContext pc, String regExpr, String str, double start)
           
static Object REFind.call(PageContext pc, String regExpr, String str, double start, boolean returnsubexpressions)
           
static Object REFindNoCase.call(PageContext pc, String regExpr, String str, double start, boolean returnsubexpressions)
           
static String REReplace.call(PageContext pc, String string, String regExp, String replace)
           
static String Replace.call(PageContext pc, String str, String sub1, String sub2)
           
static String REReplaceNoCase.call(PageContext pc, String string, String regExp, String replace)
           
static String ReplaceList.call(PageContext pc, String str, String list1, String list2)
           
static String ReplaceNoCase.call(PageContext pc, String str, String sub1, String sub2)
           
static String Hash.call(PageContext pc, String string, String algorithm, String encoding)
           
static String REReplace.call(PageContext pc, String string, String regExp, String replace, String scope)
           
static String Replace.call(PageContext pc, String str, String sub1, String sub2, String scope)
           
static String REReplaceNoCase.call(PageContext pc, String string, String regExp, String replace, String scope)
           
static String ReplaceNoCase.call(PageContext pc, String str, String sub1, String sub2, String scope)
           
static Object JavaCast.calls(PageContext pc, String string, Object object)
           
static String JSStringFormat.callx(PageContext pc, String jsString)
           
static Object JavaCast.toArray(PageContext pc, String type, String lcType, Object obj)
           
 

Uses of PageContext in railo.runtime.functions.struct
 

Methods in railo.runtime.functions.struct with parameters of type PageContext
static Struct StructNew.call(PageContext pc)
           
static Object Duplicate.call(PageContext pc, Object object)
           
static boolean IsStruct.call(PageContext pc, Object object)
           
static Struct Struct_.call(PageContext pc, Object[] objArr)
           
static Struct JsonStruct.call(PageContext pc, Object[] objArr)
           
static Object Duplicate.call(PageContext pc, Object object, boolean deepCopy)
           
static Struct StructNew.call(PageContext pc, String type)
           
static Object StructGet.call(PageContext pc, String string)
           
static double StructKeyTranslate.call(PageContext pc, Struct sct)
           
static String StructKeyList.call(PageContext pc, Struct struct)
           
static boolean StructClear.call(PageContext pc, Struct struct)
           
static boolean StructIsEmpty.call(PageContext pc, Struct struct)
           
static double StructCount.call(PageContext pc, Struct struct)
           
static Object StructCopy.call(PageContext pc, Struct src)
           
static Array StructSort.call(PageContext pc, Struct base)
           
static Array StructKeyArray.call(PageContext pc, Struct struct)
           
static double StructKeyTranslate.call(PageContext pc, Struct sct, boolean deepTranslation)
           
static double StructKeyTranslate.call(PageContext pc, Struct sct, boolean deepTranslation, boolean leaveOriginalKey)
           
static Object StructFind.call(PageContext pc, Struct struct, Collection.Key key)
           
static boolean StructKeyExists.call(PageContext pc, Struct struct, Collection.Key key)
           
static String StructKeyList.call(PageContext pc, Struct struct, String delimeter)
           
static Array StructFindKey.call(PageContext pc, Struct struct, String value)
           
static Object StructFind.call(PageContext pc, Struct struct, String key)
           
static Array StructSort.call(PageContext pc, Struct base, String sortType)
           
static boolean StructDelete.call(PageContext pc, Struct struct, String key)
           
static Array StructFindValue.call(PageContext pc, Struct struct, String value)
           
static boolean StructKeyExists.call(PageContext pc, Struct struct, String key)
           
static boolean StructDelete.call(PageContext pc, Struct struct, String key, boolean indicatenotexisting)
           
static boolean StructUpdate.call(PageContext pc, Struct struct, String key, Object object)
           
static boolean StructInsert.call(PageContext pc, Struct struct, String key, Object value)
           
static boolean StructInsert.call(PageContext pc, Struct struct, String strKey, Object value, boolean allowoverwrite)
           
static Array StructFindKey.call(PageContext pc, Struct struct, String value, String scope)
           
static Array StructSort.call(PageContext pc, Struct base, String sortType, String sortOrder)
           
static Array StructFindValue.call(PageContext pc, Struct struct, String value, String scope)
           
static Array StructSort.call(PageContext pc, Struct base, String sortType, String sortOrder, String pathToSubElement)
           
static boolean StructAppend.call(PageContext pc, Struct struct1, Struct struct2)
           
static boolean StructAppend.call(PageContext pc, Struct struct1, Struct struct2, boolean overwrite)
           
 

Uses of PageContext in railo.runtime.functions.system
 

Methods in railo.runtime.functions.system with parameters of type PageContext
static void GetCurrentContext._getTagContext(PageContext pc, Array tagContext, Throwable t)
           
static Object GetTemplatePath.call(PageContext pc)
           
static Array GetCurrentContext.call(PageContext pc)
           
static String GetLocalHostIP.call(PageContext pc)
           
static String GetUserRoles.call(PageContext pc)
           
static boolean PagePoolClear.call(PageContext pc)
           
static String GetContextRoot.call(PageContext pc)
           
static Array GetClassPath.call(PageContext pc)
           
static String SystemCacheClear.call(PageContext pc)
           
static Query GetMemoryUsage.call(PageContext pc)
           
static Struct ApplicationGetMetaData.call(PageContext pc)
           
static String GetTempDirectory.call(PageContext pc)
           
static Struct GetApplicationSettings.call(PageContext pc)
           
static Struct GetSystemInfo.call(PageContext pc)
           
static String GetBaseTemplatePath.call(PageContext pc)
           
static Array PagePoolList.call(PageContext pc)
           
static String GetCurrentTemplatePath.call(PageContext pc)
           
static Struct GetApplicationSettings.call(PageContext pc, boolean suppressFunctions)
           
static String Sleep.call(PageContext pc, double duration)
           
static double SizeOf.call(PageContext pc, Object object)
           
static Object DotNetToCFType.call(PageContext pc, Object input)
           
static Throwable GetException.call(PageContext pc, Object object)
           
static Object CFFunction.call(PageContext pc, Object[] objArr)
           
static String ExpandPath.call(PageContext pc, String realPath)
           
static String SystemCacheClear.call(PageContext pc, String cacheName)
           
static Query GetMemoryUsage.call(PageContext pc, String type)
           
static Object GetMetricData.call(PageContext pc, String string)
           
static String ContractPath.call(PageContext pc, String absPath)
           
static String GetDirectoryFromPath.call(PageContext pc, String path)
           
static String GetFileFromPath.call(PageContext pc, String path)
          Deprecated.  
static boolean FileExists.call(PageContext pc, String string)
          Deprecated.  
static Struct GetPrinterInfo.call(PageContext pc, String printer)
           
static boolean IsZipFile.call(PageContext pc, String path)
           
static boolean DirectoryExists.call(PageContext pc, String path)
           
static String ContractPath.call(PageContext pc, String absPath, boolean placeHolder)
           
static boolean FileExists.call(PageContext pc, String string, boolean allowRealPath)
          Deprecated.  
static boolean DirectoryExists.call(PageContext pc, String path, Object oAllowRealPath)
           
static String GetTempFile.call(PageContext pc, String strDir, String prefix)
           
static String GetProfileString.call(PageContext pc, String fileName, String section, String key)
           
static boolean Extract.call(PageContext pc, String strFormat, String strSource, String srcTarget)
           
static boolean Compress.call(PageContext pc, String strFormat, String strSource, String srcTarget)
           
static boolean Compress.call(PageContext pc, String strFormat, String strSource, String srcTarget, boolean includeBaseFolder)
           
static boolean Compress.call(PageContext pc, String strFormat, String strSource, String srcTarget, boolean includeBaseFolder, String strMode)
           
static String SetProfileString.call(PageContext pc, String fileName, String section, String key, String value)
           
static UDF CFFunction.loadUDF(PageContext pc, String filename, Collection.Key name, boolean isweb)
           
 

Uses of PageContext in railo.runtime.functions.video
 

Methods in railo.runtime.functions.video with parameters of type PageContext
static boolean IsVideoFile.call(PageContext pc, String path)
           
 

Uses of PageContext in railo.runtime.functions.xml
 

Methods in railo.runtime.functions.xml with parameters of type PageContext
static Object GetSOAPRequest.call(PageContext pc)
           
static Node XmlNew.call(PageContext pc)
           
static Node XmlNew.call(PageContext pc, boolean caseSensitive)
           
static String XmlGetNodeType.call(PageContext pc, Node node)
           
static Object XmlSearch.call(PageContext pc, Node node, String expr)
           
static Element XmlElemNew.call(PageContext pc, Node node, String childname)
           
static double XmlChildPos.call(PageContext pc, Node node, String name, double index)
           
static Element XmlElemNew.call(PageContext pc, Node node, String namespace, String childname)
           
static Object GetSOAPRequest.call(PageContext pc, Object webservice)
           
static Object GetSOAPResponse.call(PageContext pc, Object webservice)
           
static String XmlTransform.call(PageContext pc, Object oXml, String xsl)
           
static String XmlTransform.call(PageContext pc, Object oXml, String xsl, Array parameters)
           
static Object GetSOAPResponseHeader.call(PageContext pc, Object webservice, String namespace, String name)
           
static Object GetSOAPResponseHeader.call(PageContext pc, Object webservice, String namespace, String name, boolean asXML)
           
static boolean AddSOAPRequestHeader.call(PageContext pc, Object client, String nameSpace, String name, Object value)
           
static boolean AddSOAPRequestHeader.call(PageContext pc, Object client, String nameSpace, String name, Object value, boolean mustUnderstand)
           
static Node XmlParse.call(PageContext pc, String string)
           
static Struct XmlValidate.call(PageContext pc, String strXml)
           
static Node HtmlParse.call(PageContext pc, String string)
           
static Node XmlParse.call(PageContext pc, String string, boolean caseSensitive)
           
static Node HtmlParse.call(PageContext pc, String strHTML, boolean caseSensitive)
           
static Node XmlParse.call(PageContext pc, String strXML, boolean caseSensitive, String strValidator)
           
static Object GetSOAPRequestHeader.call(PageContext pc, String namespace, String name)
           
static Struct XmlValidate.call(PageContext pc, String strXml, String strValidator)
           
static Object GetSOAPRequestHeader.call(PageContext pc, String namespace, String name, boolean asXML)
           
static boolean AddSOAPResponseHeader.call(PageContext pc, String nameSpace, String name, Object value)
           
static boolean AddSOAPResponseHeader.call(PageContext pc, String nameSpace, String name, Object value, boolean mustUnderstand)
           
 

Uses of PageContext in railo.runtime.helpers
 

Constructors in railo.runtime.helpers with parameters of type PageContext
XMLEventParser(PageContext pc, UDF startDocument, UDF startElement, UDF body, UDF endElement, UDF endDocument, UDF error)
          constructor of the class
 

Uses of PageContext in railo.runtime.img
 

Methods in railo.runtime.img with parameters of type PageContext
static Image Image.createImage(PageContext pc, Object obj, boolean check4Var, boolean clone, boolean checkAccess)
           
 DumpData Image.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Uses of PageContext in railo.runtime.interpreter
 

Methods in railo.runtime.interpreter with parameters of type PageContext
static Object VariableInterpreter._variable(PageContext pc, String str, Object value, Scope scope)
           
static Object VariableInterpreter.getVariable(PageContext pc, Collection collection, String var)
          reads a subelement from a struct
static Object VariableInterpreter.getVariable(PageContext pc, String var)
          get a variable from page context
static Object VariableInterpreter.getVariable(PageContext pc, String str, Scope scope)
           
static Object VariableInterpreter.getVariableEL(PageContext pc, Collection collection, String var)
           
static Object VariableInterpreter.getVariableEL(PageContext pc, String var)
          get a variable from page context
static VariableReference VariableInterpreter.getVariableReference(PageContext pc, String var)
          return a variable reference by string syntax ("scopename.key.key" -> "url.name") a variable reference, references to variable, to modifed it, with global effect.
 Object CFMLExpressionInterpreter.interpret(PageContext pc, String str)
           
 Object CFMLExpressionInterpreter.interpret(PageContext pc, String str, boolean preciseMath)
           
static boolean VariableInterpreter.isDefined(PageContext pc, String var)
          check if a variable is defined in Page Context
static Object VariableInterpreter.removeVariable(PageContext pc, String var)
          removes a variable eith matching name from page context
static Object VariableInterpreter.scope(PageContext pc, int scope, boolean touch)
           
static Object VariableInterpreter.setVariable(PageContext pc, String var, Object value)
          sets a variable to page Context
static Object VariableInterpreter.setVariable(PageContext pc, String str, Object value, Scope scope)
           
 

Uses of PageContext in railo.runtime.interpreter.ref.cast
 

Constructors in railo.runtime.interpreter.ref.cast with parameters of type PageContext
Casting(PageContext pc, String strType, short type, Object val)
           
Casting(PageContext pc, String strType, short type, Ref ref)
          constructor of the class
 

Uses of PageContext in railo.runtime.interpreter.ref.func
 

Constructors in railo.runtime.interpreter.ref.func with parameters of type PageContext
BIFCall(PageContext pc, FunctionLibFunction flf, Ref[] refArgs)
          constructor of the class
UDFCall(PageContext pc, Ref parent, Ref refName, Ref[] arguments)
           
UDFCall(PageContext pc, Ref parent, String name, Ref[] arguments)
           
 

Uses of PageContext in railo.runtime.interpreter.ref.op
 

Constructors in railo.runtime.interpreter.ref.op with parameters of type PageContext
Concat(PageContext pc, Ref left, Ref right)
          constructor of the class
 

Uses of PageContext in railo.runtime.interpreter.ref.var
 

Constructors in railo.runtime.interpreter.ref.var with parameters of type PageContext
DynAssign(PageContext pc, Ref key, Ref value)
           
Scope(PageContext pc, int scope)
          contructor of the class
Variable(PageContext pc, Ref parent, Ref refKey)
           
Variable(PageContext pc, Ref parent, String key)
           
 

Uses of PageContext in railo.runtime.java
 

Methods in railo.runtime.java with parameters of type PageContext
 Object JavaObject.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object JavaObject.call(PageContext pc, String methodName, Object[] arguments)
           
 Object JavaObject.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object JavaObject.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object JavaObject.get(PageContext pc, Collection.Key key)
           
 Object JavaObject.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object JavaObject.get(PageContext pc, String propertyName)
           
 Object JavaObject.get(PageContext pc, String propertyName, Object defaultValue)
           
 Object JavaObject.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object JavaObject.set(PageContext pc, String propertyName, Object value)
           
 Object JavaObject.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object JavaObject.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData JavaObject.toDumpData(PageContext pageContext, int maxlevel, DumpProperties props)
           
 

Uses of PageContext in railo.runtime.listener
 

Methods in railo.runtime.listener with parameters of type PageContext
static PageSource AppListenerUtil.getApplicationPageSource(PageContext pc, PageSource requestedPage, int mode, RefBoolean isCFC)
           
static PageSource AppListenerUtil.getApplicationPageSource(PageContext pc, PageSource requestedPage, String filename, int mode)
           
static PageSource AppListenerUtil.getApplicationPageSourceCurr2Root(PageContext pc, PageSource requestedPage, RefBoolean isCFC)
           
static PageSource AppListenerUtil.getApplicationPageSourceCurr2Root(PageContext pc, PageSource requestedPage, String filename)
           
static PageSource AppListenerUtil.getApplicationPageSourceRoot(PageContext pc, RefBoolean isCFC)
           
static PageSource AppListenerUtil.getApplicationPageSourceRoot(PageContext pc, String filename)
           
 Struct ModernAppListenerException.getCatchBlock(PageContext pc)
           
 Struct ModernAppListenerException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 boolean ModernAppListener.hasOnSessionStart(PageContext pc)
           
 boolean AppListenerSupport.hasOnSessionStart(PageContext pc)
           
 boolean ModernAppListener.onApplicationStart(PageContext pc)
           
 boolean ClassicAppListener.onApplicationStart(PageContext pc)
           
 boolean NoneAppListener.onApplicationStart(PageContext pc)
           
 boolean ApplicationListener.onApplicationStart(PageContext pc)
          this method will be called when a new application context starts
 void ModernAppListener.onDebug(PageContext pc)
           
 void ClassicAppListener.onDebug(PageContext pc)
           
 void NoneAppListener.onDebug(PageContext pc)
           
 void ApplicationListener.onDebug(PageContext pc)
          called after "onRequestEnd" to generate debugging output, will only be called when debugging is enabled
 void ModernAppListener.onError(PageContext pc, PageException pe)
           
 void ClassicAppListener.onError(PageContext pc, PageException pe)
           
 void NoneAppListener.onError(PageContext pc, PageException pe)
           
 void ApplicationListener.onError(PageContext pc, PageException pe)
          this method will be called if server has a error (exception) not throwed by a try-catch block
 void MixedAppListener.onRequest(PageContext pc, PageSource requestedPage)
           
 void ModernAppListener.onRequest(PageContext pc, PageSource requestedPage)
           
 void ClassicAppListener.onRequest(PageContext pc, PageSource requestedPage)
           
 void NoneAppListener.onRequest(PageContext pc, PageSource requestedPage)
           
 void ApplicationListener.onRequest(PageContext pc, PageSource requestedPage)
          this method will be called the application self
 void ModernAppListener.onSessionStart(PageContext pc)
           
 void ClassicAppListener.onSessionStart(PageContext pc)
           
 void NoneAppListener.onSessionStart(PageContext pc)
           
 void ApplicationListener.onSessionStart(PageContext pc)
          this method will be called when a new session starts
 void ModernApplicationContext.reinitORM(PageContext pc)
           
 void ApplicationContextPro.reinitORM(PageContext pc)
           
 void ClassicApplicationContext.reinitORM(PageContext pc)
           
static void AppListenerUtil.setORMConfiguration(PageContext pc, ApplicationContextPro ac, Struct sct)
           
 DumpData ModernAppListenerException.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Constructors in railo.runtime.listener with parameters of type PageContext
ModernApplicationContext(PageContext pc, ComponentAccess cfc, RefBoolean throwsErrorWhileInit)
           
 

Uses of PageContext in railo.runtime.monitor
 

Methods in railo.runtime.monitor with parameters of type PageContext
 void RequestMonitorWrap.log(PageContext pc, boolean error)
           
 void RequestMonitor.log(PageContext pc, boolean error)
           
 

Uses of PageContext in railo.runtime.net.ftp
 

Methods in railo.runtime.net.ftp with parameters of type PageContext
 DumpData FTPPath.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Uses of PageContext in railo.runtime.net.rpc
 

Methods in railo.runtime.net.rpc with parameters of type PageContext
static Object AxisUtil.getSOAPRequestHeader(PageContext pc, String namespace, String name, boolean asXML)
           
static Object AxisUtil.getSOAPResponseHeader(PageContext pc, RPCClient client, String namespace, String name, boolean asXML)
           
static Object AxisCaster.toRailoType(PageContext pc, Object value)
           
 

Uses of PageContext in railo.runtime.net.rpc.client
 

Methods in railo.runtime.net.rpc.client with parameters of type PageContext
 Object RPCClient.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object RPCClient.call(PageContext pc, String methodName, Object[] arguments)
           
 Object RPCClient.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object RPCClient.callWithNamedValues(PageContext pc, String methodName, Struct arguments)
           
 Object RPCClient.get(PageContext pc, Collection.Key key)
           
 Object RPCClient.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object RPCClient.get(PageContext pc, String propertyName)
           
 Object RPCClient.get(PageContext pc, String propertyName, Object defaultValue)
           
 Object RPCClient.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object RPCClient.set(PageContext pc, String propertyName, Object value)
           
 Object RPCClient.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object RPCClient.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData RPCClient.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Uses of PageContext in railo.runtime.net.rpc.server
 

Methods in railo.runtime.net.rpc.server with parameters of type PageContext
static void ComponentController.set(PageContext p, Component c)
          removes PageContext and Component sets component and pageContext to invoke
 

Uses of PageContext in railo.runtime.op
 

Methods in railo.runtime.op with parameters of type PageContext
static Object Caster.castTo(PageContext pc, Class trgClass, Object obj)
           
static Object Caster.castTo(PageContext pc, short type, Object o)
          cast a value to a value defined by type argument
 Object CastImpl.castTo(PageContext pc, short type, Object o)
           
static Object Caster.castTo(PageContext pc, short type, String strType, Object o)
          cast a value to a value defined by type argument
 Object CastImpl.castTo(PageContext pc, short type, String strType, Object o)
           
 Object CastImpl.castTo(PageContext pc, String type, Object o)
           
static Object Caster.castTo(PageContext pc, String type, Object o, boolean alsoPattern)
          cast a value to a value defined by type argument
 Object CastImpl.castTo(PageContext pc, String type, Object o, boolean alsoPattern)
           
 PageException ExceptonImpl.createFunctionException(PageContext pc, String functionName, String badArgumentPosition, String badArgumentName, String message)
           
static Objects Caster.toObjects(PageContext pc, Object obj)
           
static Resource Caster.toResource(PageContext pc, Object src, boolean existing)
           
static Resource Caster.toResource(PageContext pc, Object src, boolean existing, boolean allowRealpath)
           
 

Uses of PageContext in railo.runtime.orm
 

Methods in railo.runtime.orm with parameters of type PageContext
 void ORMSession.clear(PageContext pc)
          clear the session
 void ORMSession.close(PageContext pc)
          close the session
 Component ORMSession.create(PageContext pc, String entityName)
          creates a entity matching the given name
 ORMSession ORMEngine.createSession(PageContext pc)
           
 ORMSession ORMEngineDummy.createSession(PageContext pc)
           
 void ORMSession.delete(PageContext pc, Object obj)
          delete elememt from datasource
 void ORMSession.evictCollection(PageContext pc, String entity, String collection)
           
 void ORMSession.evictCollection(PageContext pc, String entity, String collection, String id)
           
 void ORMSession.evictEntity(PageContext pc, String entity)
           
 void ORMSession.evictEntity(PageContext pc, String entity, String id)
           
 void ORMSession.evictQueries(PageContext pc)
           
 void ORMSession.evictQueries(PageContext pc, String cacheName)
           
 Object ORMSession.executeQuery(PageContext pc, String hql, Array params, boolean unique, Struct queryOptions)
           
 Object ORMSession.executeQuery(PageContext pc, String hql, Struct params, boolean unique, Struct queryOptions)
           
 void ORMSession.flush(PageContext pc)
          flush all elements in session
 ORMConfiguration ORMEngine.getConfiguration(PageContext pc)
           
 ORMConfiguration ORMEngineDummy.getConfiguration(PageContext pc)
           
static ORMEngine ORMUtil.getEngine(PageContext pc)
           
static ORMSession ORMUtil.getSession(PageContext pc)
           
static ORMSession ORMUtil.getSession(PageContext pc, boolean create)
           
 Object ORMEngine.getSessionFactory(PageContext pc)
           
 Object ORMEngineDummy.getSessionFactory(PageContext pc)
           
 void ORMEngine.init(PageContext pc)
           
 void ORMEngineDummy.init(PageContext pc)
           
 Component ORMSession.load(PageContext pc, String name, String id)
          load and return a Object that match given id, if there is more than one Object matching the id, only the first Object is returned
 Component ORMSession.load(PageContext pc, String name, Struct filter)
          load and return a Object that match given filter, if there is more than one Object matching the filter, only the first Object is returned
 Array ORMSession.loadAsArray(PageContext pc, String name, String id)
          load and return a array of Objects matching given id
 Array ORMSession.loadAsArray(PageContext pc, String name, String id, String order)
           
 Array ORMSession.loadAsArray(PageContext pc, String name, Struct filter)
          load and return a array of Objects matching given filter
 Array ORMSession.loadAsArray(PageContext pc, String name, Struct filter, Struct options)
          load and return a array of Objects matching given filter
 Array ORMSession.loadAsArray(PageContext pc, String name, Struct filter, Struct options, String order)
           
 Component ORMSession.loadByExample(PageContext pc, Object obj)
          load and return a Object that match given sampleEntity, if there is more than one Object matching the id, only the first Object is returned
 Array ORMSession.loadByExampleAsArray(PageContext pc, Object obj)
          load and return a array of Objects matching given sampleEntity
 Component ORMSession.merge(PageContext pc, Object obj)
          Attaches the specified entity to the current ORM session.
 boolean ORMEngine.reload(PageContext pc, boolean force)
           
 boolean ORMEngineDummy.reload(PageContext pc, boolean force)
           
 void ORMSession.reload(PageContext pc, Object obj)
          Reloads data for an entity that is already loaded.
static void ORMUtil.resetEngine(PageContext pc, boolean force)
           
 void ORMSession.save(PageContext pc, Object obj, boolean forceInsert)
          insert entity into datasource, even the entry already exist
 Query ORMSession.toQuery(PageContext pc, Object obj, String name)
           
 

Constructors in railo.runtime.orm with parameters of type PageContext
ORMConnection(PageContext pc, ORMSession session)
          Constructor of the class
ORMDatasourceConnection(PageContext pc, ORMSession session)
           
 

Uses of PageContext in railo.runtime.orm.hibernate
 

Methods in railo.runtime.orm.hibernate with parameters of type PageContext
 void HibernateORMSession._delete(PageContext pc, Component cfc)
           
 Object HibernateORMSession._executeQuery(PageContext pc, String hql, Object params, boolean unique, Struct queryOptions)
           
 void HibernateORMSession.clear(PageContext pc)
           
 void HibernateORMSession.close(PageContext pc)
           
 Component HibernateORMEngine.create(PageContext pc, HibernateORMSession session, String entityName, boolean unique)
           
 Component HibernateORMSession.create(PageContext pc, String entityName)
           
 void HibernateORMEngine.createMapping(PageContext pc, Component cfc, DatasourceConnection dc, ORMConfiguration ormConf)
           
static Mapping[] HibernateSessionFactory.createMappings(PageContext pc, Resource[] resources)
           
 ORMSession HibernateORMEngine.createSession(PageContext pc)
           
static void HBMCreator.createXMLMapping(PageContext pc, DatasourceConnection dc, Component cfc, ORMConfiguration ormConf, Element hibernateMapping, HibernateORMEngine engine)
           
 void HibernateORMSession.delete(PageContext pc, Object obj)
           
 void HibernateORMSession.evictCollection(PageContext pc, String entityName, String collectionName)
           
 void HibernateORMSession.evictCollection(PageContext pc, String entityName, String collectionName, String id)
           
 void HibernateORMSession.evictEntity(PageContext pc, String entityName)
           
 void HibernateORMSession.evictEntity(PageContext pc, String entityName, String id)
           
 void HibernateORMSession.evictQueries(PageContext pc)
           
 void HibernateORMSession.evictQueries(PageContext pc, String cacheName)
           
 Object HibernateORMSession.executeQuery(PageContext pc, String hql, Array params, boolean unique, Struct queryOptions)
           
 Object HibernateORMSession.executeQuery(PageContext pc, String hql, Struct params, boolean unique, Struct queryOptions)
           
 void HibernateORMSession.flush(PageContext pc)
           
 Struct HibernateRuntimeException.getCatchBlock(PageContext pc)
           
 ORMConfiguration HibernateORMEngine.getConfiguration(PageContext pc)
           
 Struct HibernateRuntimeException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 org.hibernate.SessionFactory HibernateORMEngine.getSessionFactory(PageContext pc)
           
 void HibernateORMEngine.init(PageContext pc)
           
 Component HibernateORMSession.load(PageContext pc, String cfcName, String id)
           
 Component HibernateORMSession.load(PageContext pc, String name, Struct filter)
           
 Array HibernateORMSession.loadAsArray(PageContext pc, String name, String id)
           
 Array HibernateORMSession.loadAsArray(PageContext pc, String name, String id, String order)
           
 Array HibernateORMSession.loadAsArray(PageContext pc, String name, Struct filter)
           
 Array HibernateORMSession.loadAsArray(PageContext pc, String name, Struct filter, Struct options)
           
 Array HibernateORMSession.loadAsArray(PageContext pc, String name, Struct filter, Struct options, String order)
           
 Component HibernateORMSession.loadByExample(PageContext pc, Object obj)
           
 Array HibernateORMSession.loadByExampleAsArray(PageContext pc, Object obj)
           
static List<ComponentPro> HibernateSessionFactory.loadComponents(PageContext pc, HibernateORMEngine engine, ORMConfiguration ormConf)
           
 Component HibernateORMSession.merge(PageContext pc, Object obj)
           
 boolean HibernateORMEngine.reload(PageContext pc, boolean force)
           
 void HibernateORMSession.reload(PageContext pc, Object obj)
           
 void HibernateORMSession.save(PageContext pc, Object obj, boolean forceInsert)
           
 DumpData HibernateRuntimeException.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
static Query HibernateCaster.toQuery(PageContext pc, HibernateORMSession session, Object obj, String name)
           
 Query HibernateORMSession.toQuery(PageContext pc, Object obj, String name)
           
 

Uses of PageContext in railo.runtime.query
 

Methods in railo.runtime.query with parameters of type PageContext
 Object QueryCacheQuery.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object QueryCacheQuery.call(PageContext pc, String methodName, Object[] arguments)
           
 Object QueryCacheQuery.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object QueryCacheQuery.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object QueryCacheQueryColumn.get(PageContext pc)
           
 Object QueryCacheQuery.get(PageContext pc, Collection.Key key)
           
 Object QueryCacheQuery.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object QueryCacheQueryColumn.get(PageContext pc, Object defaultValue)
           
 Object QueryCacheQuery.get(PageContext pc, String key)
           
 Object QueryCacheQuery.get(PageContext pc, String key, Object defaultValue)
           
 Object QueryCacheQueryColumn.remove(PageContext pc)
           
 Object QueryCacheQueryColumn.removeEL(PageContext pc)
           
 Object QueryCacheQuery.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object QueryCacheQueryColumn.set(PageContext pc, Object value)
           
 Object QueryCacheQuery.set(PageContext pc, String propertyName, Object value)
           
 Object QueryCacheQuery.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object QueryCacheQueryColumn.setEL(PageContext pc, Object value)
           
 Object QueryCacheQuery.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData QueryCacheQueryColumn.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData QueryCacheEntry.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 DumpData QueryCacheQuery.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 Object QueryCacheQueryColumn.touch(PageContext pc)
           
 Object QueryCacheQueryColumn.touchEL(PageContext pc)
           
 

Uses of PageContext in railo.runtime.search
 

Methods in railo.runtime.search with parameters of type PageContext
 IndexResult SearchCollectionSupport.deleteIndex(PageContext pc, String key, short type, String queryName)
           
 IndexResult SearchCollectionSupport2.deleteIndex(PageContext pc, String key, short type, String queryName)
           
 IndexResult SearchCollection.deleteIndex(PageContext pc, String key, short type, String queryName)
          delete a Index from collection
 IndexResult SearchCollectionSupport.deleteIndexNotCustom(PageContext pc, String key, short type, String queryName)
           
 IndexResult SearchCollectionSupport.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, long timeout, String custom1, String custom2, String custom3, String custom4)
           
 IndexResult SearchCollectionSupport2.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, long timeout, String custom1, String custom2, String custom3, String custom4)
           
 IndexResult SearchCollectionSupport.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, String custom1, String custom2, String custom3, String custom4)
           
 IndexResult SearchCollectionSupport2.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, String custom1, String custom2, String custom3, String custom4)
           
 IndexResult SearchCollection.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, String custom1, String custom2, String custom3, String custom4)
          updates a index of a collection
 

Uses of PageContext in railo.runtime.tag
 

Methods in railo.runtime.tag with parameters of type PageContext
static Object Query._call(PageContext pc, String hql, Object params, boolean unique, Struct queryOptions)
           
static void FileTag.actionCopy(PageContext pageContext, SecurityManager securityManager, Resource source, String strDestination, int nameconflict, String serverPassword, Object acl, int mode, String attributes)
          copy source file to destination file or path
static void Directory.actionCreate(PageContext pc, Resource directory, String serverPassword, boolean doParent, int mode, Object acl, int storage)
          create a directory
static void Directory.actionDelete(PageContext pc, Resource dir, boolean forceDelete, String serverPassword)
          delete directory
static Object Directory.actionList(PageContext pageContext, Resource directory, String serverPassword, int type, ResourceFilter filter, ResourceAndResourceNameFilter nameFilter, int listInfo, boolean recurse, String sort)
          list all files and directories inside a directory
static void FileTag.actionMove(PageContext pageContext, SecurityManager securityManager, Resource source, String strDestination, int nameconflict, String serverPassword, Object acl, int mode, String attributes)
          move source file to destination path or file
static void Directory.actionRename(PageContext pc, Resource directory, String strNewdirectory, String serverPassword, Object acl, int storage)
          rename a directory to a new Name
static Struct FileTag.actionUpload(PageContext pageContext, SecurityManager securityManager, String filefield, String strDestination, int nameconflict, String accept, int mode, String attributes, Object acl, String serverPassword)
           
static Array FileTag.actionUploadAll(PageContext pageContext, SecurityManager securityManager, String strDestination, int nameconflict, String accept, int mode, String attributes, Object acl, String serverPassword)
           
static InitFile CFTagCore.createInitFile(PageContext pageContext, boolean isweb, String filename)
           
static String Insert.getDatasource(PageContext pageContext, String datasource)
           
static String DBInfo.getDatasource(PageContext pageContext, String datasource)
           
static ProfileCollection Video.getProfileCollection(PageContext pc)
           
 InitFile CFTagCore.initFile(PageContext pageContext)
           
 InitFile CFTag.initFile(PageContext pageContext)
           
static void TagUtil.setAttributeCollection(PageContext pc, javax.servlet.jsp.tagext.Tag tag, MissingAttribute[] missingAttrs, Struct attrs, int attrType)
           
 void VideoPlayerParamBean.setFlash(PageContext pc, String flash)
           
 void VideoPlayerParamBean.setImage(PageContext pc, String image)
           
 void ChartDataBean.setItem(PageContext pc, Object obj)
           
 void VideoPlayerParamBean.setVideo(PageContext pc, String video)
           
 

Constructors in railo.runtime.tag with parameters of type PageContext
_Execute(PageContext pageContext, Object monitor, String command, Resource outputfile, String variable, String body)
           
 

Uses of PageContext in railo.runtime.tag.util
 

Methods in railo.runtime.tag.util with parameters of type PageContext
static void DeprecatedUtil.function(PageContext pc, String old)
           
static void DeprecatedUtil.function(PageContext pc, String old, String replacement)
           
static void DeprecatedUtil.tagAttribute(PageContext pc, String tagName, String attrName)
           
 

Uses of PageContext in railo.runtime.text.pdf
 

Methods in railo.runtime.text.pdf with parameters of type PageContext
 DumpData PDFDocument.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 

Uses of PageContext in railo.runtime.text.xml
 

Methods in railo.runtime.text.xml with parameters of type PageContext
static DumpData XMLCaster.toDumpData(Node node, PageContext pageContext, int maxlevel, DumpProperties props)
          Casts a XML Node to a HTML Presentation
 DumpData XMLNodeList.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData XMLAttributes.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
static InputSource XMLUtil.toInputSource(PageContext pc, Object value)
           
static InputSource XMLUtil.toInputSource(PageContext pc, String xml)
           
static InputSource XMLUtil.toInputSource(PageContext pc, String xml, boolean canBePath)
           
 

Uses of PageContext in railo.runtime.text.xml.struct
 

Methods in railo.runtime.text.xml.struct with parameters of type PageContext
 DumpData XMLNodeStruct.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData XMLMultiElementArray.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Uses of PageContext in railo.runtime.thread
 

Methods in railo.runtime.thread that return PageContext
 PageContext ChildThreadImpl.getPageContext()
           
 

Methods in railo.runtime.thread with parameters of type PageContext
static javax.servlet.http.HttpServletRequest ThreadUtil.cloneHttpServletRequest(PageContext pc)
           
static PageContextImpl ThreadUtil.clonePageContext(PageContext pc, OutputStream os, boolean stateless, boolean registerPC, boolean isChild)
           
 void ThreadsImpl.initialize(PageContext pc)
           
 DumpData ThreadsImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Uses of PageContext in railo.runtime.type
 

Methods in railo.runtime.type with parameters of type PageContext
 Object QueryColumnImpl.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object QueryImpl.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object Objects.call(PageContext pc, Collection.Key methodName, Object[] arguments)
          calls a method of the object
 Object UDFSetterProperty.call(PageContext pageContext, Object[] args, boolean doIncludePath)
           
 Object UDFRemoveProperty.call(PageContext pageContext, Object[] args, boolean doIncludePath)
           
 Object UDFGetterProperty.call(PageContext pageContext, Object[] args, boolean doIncludePath)
           
 Object UDFHasProperty.call(PageContext pageContext, Object[] args, boolean doIncludePath)
           
 Object UDFAddProperty.call(PageContext pageContext, Object[] args, boolean doIncludePath)
           
 Object UDFImpl.call(PageContext pc, Object[] args, boolean doIncludePath)
           
 Object UDF.call(PageContext pageContext, Object[] args, boolean doIncludePath)
          call user defined Funcion with parameters as Object Array
 Object QueryColumnImpl.call(PageContext pc, String methodName, Object[] arguments)
           
 Object QueryImpl.call(PageContext pc, String methodName, Object[] arguments)
           
 Object Objects.call(PageContext pc, String methodName, Object[] arguments)
          Deprecated. use instead Objects.call(PageContext, railo.runtime.type.Collection.Key, Object[])
 Object QueryColumnImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object QueryImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object Objects.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
          call a method of the Object with named arguments
 Object QueryColumnImpl.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object QueryImpl.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object Objects.callWithNamedValues(PageContext pc, String methodName, Struct args)
          Deprecated. use instead Objects.callWithNamedValues(PageContext, railo.runtime.type.Collection.Key, Struct)
 Object UDFSetterProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFRemoveProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFGetterProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFHasProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFAddProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFImpl.callWithNamedValues(PageContext pc, Struct values, boolean doIncludePath)
           
 Object UDF.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
          call user defined Funcion with a hashmap of named values
 Object QueryColumnImpl.get(PageContext pc)
           
 Object QueryColumnRef.get(PageContext pc)
           
 Object SVArray.get(PageContext pc)
           
 Object SVStruct.get(PageContext pc)
           
 Object QueryColumnImpl.get(PageContext pc, Collection.Key key)
           
 Object QueryImpl.get(PageContext pc, Collection.Key key)
           
 Object Objects.get(PageContext pc, Collection.Key key)
          return property or getter of the ContextCollection
 Object QueryColumnImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object QueryImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object Objects.get(PageContext pc, Collection.Key key, Object defaultValue)
          return property
 Object QueryColumnImpl.get(PageContext pc, Object defaultValue)
           
 Object QueryColumnRef.get(PageContext pc, Object defaultValue)
           
 Object SVArray.get(PageContext pc, Object defaultValue)
           
 Object SVStruct.get(PageContext pc, Object defaultValue)
           
 Object QueryColumnImpl.get(PageContext pc, String key)
           
 Object QueryColumnRef.get(PageContext pc, String key)
           
 Object QueryImpl.get(PageContext pc, String key)
           
 Object Objects.get(PageContext pc, String key)
          Deprecated. use instead Objects.get(PageContext, railo.runtime.type.Collection.Key)
 Object QueryColumnImpl.get(PageContext pc, String key, Object defaultValue)
           
 Object QueryColumnRef.get(PageContext pc, String key, Object defaultValue)
           
 Object QueryImpl.get(PageContext pc, String key, Object defaultValue)
           
 Object Objects.get(PageContext pc, String key, Object defaultValue)
          Deprecated. use instead Objects.get(PageContext, railo.runtime.type.Collection.Key, Object)
 Object UDFSetterProperty.getDefaultValue(PageContext pc, int index)
           
 Object UDFRemoveProperty.getDefaultValue(PageContext pc, int index)
           
 Object UDFGetterProperty.getDefaultValue(PageContext pc, int index)
           
 Object UDFHasProperty.getDefaultValue(PageContext pc, int index)
           
 Object UDFAddProperty.getDefaultValue(PageContext pc, int index)
           
 Object UDFImpl.getDefaultValue(PageContext pc, int index)
           
 Object UDF.getDefaultValue(PageContext pc, int index)
           
 Struct UDFGSProperty.getMetaData(PageContext pc)
           
 Struct UDFImpl.getMetaData(PageContext pc)
           
 Struct UDF.getMetaData(PageContext pc)
           
 Object UDFSetterProperty.implementation(PageContext pageContext)
           
 Object UDFRemoveProperty.implementation(PageContext pageContext)
           
 Object UDFGetterProperty.implementation(PageContext pageContext)
           
 Object UDFHasProperty.implementation(PageContext pageContext)
           
 Object UDFAddProperty.implementation(PageContext pageContext)
           
 Object UDFImpl.implementation(PageContext pageContext)
           
 Object UDF.implementation(PageContext pageContext)
          abstract method for the function Body
 void Scope.initialize(PageContext pc)
          Initalize Scope
 Object QueryColumnImpl.remove(PageContext pc)
           
 Object QueryColumnRef.remove(PageContext pc)
           
 Object SVArray.remove(PageContext pc)
           
 Object SVStruct.remove(PageContext pc)
           
 Object QueryColumnImpl.removeEL(PageContext pc)
           
 Object QueryColumnRef.removeEL(PageContext pc)
           
 Object SVArray.removeEL(PageContext pc)
           
 Object SVStruct.removeEL(PageContext pc)
           
 Object QueryColumnImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object QueryImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object Objects.set(PageContext pc, Collection.Key propertyName, Object value)
          sets a property (Data Member) value of the object
 Object QueryColumnImpl.set(PageContext pc, Object value)
           
 Object QueryColumnRef.set(PageContext pc, Object value)
           
 Object SVArray.set(PageContext pc, Object value)
           
 Object SVStruct.set(PageContext pc, Object value)
           
 Object QueryColumnImpl.set(PageContext pc, String propertyName, Object value)
           
 Object QueryImpl.set(PageContext pc, String propertyName, Object value)
           
 Object Objects.set(PageContext pc, String propertyName, Object value)
          Deprecated. use instead Objects.set(PageContext, railo.runtime.type.Collection.Key, Object)
 Object QueryColumnImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object QueryImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object Objects.setEL(PageContext pc, Collection.Key propertyName, Object value)
          sets a property (Data Member) value of the object
 Object QueryColumnImpl.setEL(PageContext pc, Object value)
           
 Object QueryColumnRef.setEL(PageContext pc, Object value)
           
 Object SVArray.setEL(PageContext pc, Object value)
           
 Object SVStruct.setEL(PageContext pc, Object value)
           
 Object QueryColumnImpl.setEL(PageContext pc, String propertyName, Object value)
           
 Object QueryImpl.setEL(PageContext pc, String propertyName, Object value)
           
 Object Objects.setEL(PageContext pc, String propertyName, Object value)
          Deprecated. use instead Objects.setEL(PageContext, railo.runtime.type.Collection.Key, Object)
 DumpData QueryColumnImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData FunctionValueImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 DumpData StructImplString.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ArrayImplNS.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData QueryColumnRef.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData Null.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData CastableStruct.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ArrayImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData CastableArray.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData UDFGSProperty.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 DumpData SVArray.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData CollectionStruct.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 DumpData StructImplKey.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData DoubleStruct.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData SVStruct.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData QueryImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData UDFImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
static DumpData UDFImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, UDF udf)
           
 Object QueryColumnImpl.touch(PageContext pc)
           
 Object QueryColumnRef.touch(PageContext pc)
           
 Object SVArray.touch(PageContext pc)
           
 Object SVStruct.touch(PageContext pc)
           
 void SharedScope.touchAfterRequest(PageContext pc)
          release scope only for current request, scope will be used again
 void SharedScope.touchBeforeRequest(PageContext pc)
          Initalize Scope only for this request, scope was already used
 Object QueryColumnImpl.touchEL(PageContext pc)
           
 Object QueryColumnRef.touchEL(PageContext pc)
           
 Object SVArray.touchEL(PageContext pc)
           
 Object SVStruct.touchEL(PageContext pc)
           
 

Uses of PageContext in railo.runtime.type.cfc
 

Methods in railo.runtime.type.cfc with parameters of type PageContext
 Object ComponentProProxy.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object ComponentAccessProxy.call(PageContext pc, int access, Collection.Key name, Object[] args)
           
 Object ComponentAccess.call(PageContext pc, int access, Collection.Key name, Object[] args)
           
 Object ComponentProProxy.call(PageContext pc, String key, Object[] args)
           
 Object ComponentProProxy.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ComponentAccessProxy.callWithNamedValues(PageContext pc, int access, Collection.Key name, Struct args)
           
 Object ComponentAccess.callWithNamedValues(PageContext pc, int access, Collection.Key name, Struct args)
           
 Object ComponentProProxy.callWithNamedValues(PageContext pc, String key, Struct args)
           
 boolean ComponentProProxy.contains(PageContext pc, Collection.Key key)
           
 Object ComponentProProxy.get(PageContext pc, Collection.Key key)
           
 Object ComponentProProxy.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ComponentProProxy.get(PageContext pc, String key)
           
 Object ComponentProProxy.get(PageContext pc, String key, Object defaultValue)
           
 Struct ComponentProProxy.getMetaData(PageContext pc)
           
 Object ComponentProProxy.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentProProxy.set(PageContext pc, String propertyName, Object value)
           
 Object ComponentProProxy.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentProProxy.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData ComponentProProxy.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 DumpData ComponentAccessProxy.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, int access)
           
 DumpData ComponentAccess.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, int access)
           
 

Uses of PageContext in railo.runtime.type.dt
 

Methods in railo.runtime.type.dt with parameters of type PageContext
 DumpData DateTimeImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData TimeImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData DateImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData TimeSpanImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Constructors in railo.runtime.type.dt with parameters of type PageContext
DateImpl(PageContext pc)
           
DateImpl(PageContext pc, long utcTime)
           
DateTimeImpl(PageContext pc)
           
DateTimeImpl(PageContext pc, long utcTime, boolean doOffset)
           
TimeImpl(PageContext pc, boolean addOffset)
           
TimeImpl(PageContext pc, long utcTime, boolean addOffset)
           
 

Uses of PageContext in railo.runtime.type.query
 

Methods in railo.runtime.type.query with parameters of type PageContext
 Object SimpleQuery.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object SimpleQuery.call(PageContext pc, String methodName, Object[] arguments)
           
 Object SimpleQuery.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object SimpleQuery.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object SimpleQueryColumn.get(PageContext pc)
           
 Object SimpleQuery.get(PageContext pc, Collection.Key key)
           
 Object SimpleQuery.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object SimpleQueryColumn.get(PageContext pc, Object defaultValue)
           
 Object SimpleQuery.get(PageContext pc, String key)
           
 Object SimpleQuery.get(PageContext pc, String key, Object defaultValue)
           
 Object SimpleQueryColumn.remove(PageContext pc)
           
 Object SimpleQueryColumn.removeEL(PageContext pc)
           
 Object SimpleQuery.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object SimpleQueryColumn.set(PageContext pc, Object value)
           
 Object SimpleQuery.set(PageContext pc, String propertyName, Object value)
           
 Object SimpleQuery.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object SimpleQueryColumn.setEL(PageContext pc, Object value)
           
 Object SimpleQuery.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData SimpleQueryColumn.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 DumpData SimpleQuery.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 Object SimpleQueryColumn.touch(PageContext pc)
           
 Object SimpleQueryColumn.touchEL(PageContext pc)
           
 

Uses of PageContext in railo.runtime.type.ref
 

Methods in railo.runtime.type.ref with parameters of type PageContext
 Object SimpleVarRef.get(PageContext pc)
           
 Object VariableReference.get(PageContext pc)
           
 Object NativeReference.get(PageContext pc)
           
 Object ReferenceReference.get(PageContext pc)
           
 Object Reference.get(PageContext pc)
           
 Object SimpleVarRef.get(PageContext pc, Object defaultValue)
           
 Object VariableReference.get(PageContext pc, Object defaultValue)
           
 Object NativeReference.get(PageContext pc, Object defaultValue)
           
 Object ReferenceReference.get(PageContext pc, Object defaultValue)
           
 Object Reference.get(PageContext pc, Object defaultValue)
           
 Object SimpleVarRef.remove(PageContext pc)
           
 Object VariableReference.remove(PageContext pc)
           
 Object NativeReference.remove(PageContext pc)
           
 Object ReferenceReference.remove(PageContext pc)
           
 Object Reference.remove(PageContext pc)
          clears the variable from collection
 Object SimpleVarRef.removeEL(PageContext pc)
           
 Object VariableReference.removeEL(PageContext pc)
           
 Object NativeReference.removeEL(PageContext pc)
           
 Object ReferenceReference.removeEL(PageContext pc)
           
 Object Reference.removeEL(PageContext pc)
          clears the variable from collection
 Object SimpleVarRef.set(PageContext pc, Object value)
           
 Object VariableReference.set(PageContext pc, Object value)
           
 Object NativeReference.set(PageContext pc, Object value)
           
 Object ReferenceReference.set(PageContext pc, Object value)
           
 Object Reference.set(PageContext pc, Object value)
           
 Object SimpleVarRef.setEL(PageContext pc, Object value)
           
 Object VariableReference.setEL(PageContext pc, Object value)
           
 Object NativeReference.setEL(PageContext pc, Object value)
           
 Object ReferenceReference.setEL(PageContext pc, Object value)
           
 Object Reference.setEL(PageContext pc, Object value)
           
 Object SimpleVarRef.touch(PageContext pc)
           
 Object VariableReference.touch(PageContext pc)
           
 Object NativeReference.touch(PageContext pc)
           
 Object ReferenceReference.touch(PageContext pc)
           
 Object Reference.touch(PageContext pc)
          create it when not exists
 Object SimpleVarRef.touchEL(PageContext pc)
           
 Object VariableReference.touchEL(PageContext pc)
           
 Object NativeReference.touchEL(PageContext pc)
           
 Object ReferenceReference.touchEL(PageContext pc)
           
 Object Reference.touchEL(PageContext pc)
          create it when not exists
 

Uses of PageContext in railo.runtime.type.scope
 

Methods in railo.runtime.type.scope with parameters of type PageContext
 Object ObjectStruct.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object ObjectStruct.call(PageContext pc, String methodName, Object[] arguments)
           
 Object ObjectStruct.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ObjectStruct.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object ObjectStruct.get(PageContext pc, Collection.Key key)
           
 Object ObjectStruct.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ObjectStruct.get(PageContext pc, String propertyName)
           
 Object ObjectStruct.get(PageContext pc, String propertyName, Object defaultValue)
           
 Struct ScopeContext.getAllSessionScopes(PageContext pc)
          return all session context of this application context
 Struct ScopeContext.getAllSessionScopes(PageContext pc, String appName)
          Deprecated. use instead getAllSessionScopes(String appName)
 int ScopeContext.getAppContextSessionCount(PageContext pc)
          return the session count of this application context
 Application ScopeContext.getApplicationScope(PageContext pc, RefBoolean isNew)
          return the application Scope for this context (cfid,cftoken,contextname)
 ClientPlus ScopeContext.getClientScope(PageContext pc)
           
 ClientPlus ScopeContext.getClientScopeEL(PageContext pc)
           
static Server ScopeContext.getServerScope(PageContext pc)
          return the server Scope for this context
 int ScopeContext.getSessionCount(PageContext pc)
          return the session count of all application contextes
 SessionPlus ScopeContext.getSessionScope(PageContext pc, RefBoolean isNew)
          return the session Scope for this context (cfid,cftoken,contextname)
 boolean ScopeContext.hasExistingSessionScope(PageContext pc)
           
 void UndefinedImpl.initialize(PageContext pc)
           
 void LocalNotSupportedScope.initialize(PageContext pc)
           
 void RequestImpl.initialize(PageContext pc)
           
 void UrlFormImpl.initialize(PageContext pc)
           
 void URLImpl.initialize(PageContext pc)
           
 void ScopeSupport.initialize(PageContext pc)
           
 void CookieImpl.initialize(PageContext pc)
           
 void CGIImpl.initialize(PageContext pc)
           
 void ArgumentThreadImpl.initialize(PageContext pc)
           
 void ClusterNotSupported.initialize(PageContext pc)
           
 void FormImpl.initialize(PageContext pc)
           
 void CallerImpl.initialize(PageContext pc)
           
 void VariablesAsSession.initialize(PageContext pc)
           
 void ServerImpl.reload(PageContext pc)
           
 void ScopeContext.removeApplicationScope(PageContext pc)
           
 Object ObjectStruct.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ObjectStruct.set(PageContext pc, String propertyName, Object value)
           
 Object ObjectStruct.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ObjectStruct.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData UndefinedImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData LocalNotSupportedScope.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData RequestImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData UrlFormImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ScopeSupport.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ObjectStruct.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ClusterWrap.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData CGIImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ArgumentThreadImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 DumpData ClusterNotSupported.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData ArgumentImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData CallerImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData VariablesAsSession.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
static DumpData ScopeSupport.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, Struct sct, String dspName)
           
 void JSession.touchAfterRequest(PageContext pc)
           
 void ServerImpl.touchAfterRequest(PageContext pc)
           
 void ApplicationImpl.touchAfterRequest(PageContext pc)
           
 void JSession.touchBeforeRequest(PageContext pc)
           
 void ServerImpl.touchBeforeRequest(PageContext pc)
           
 void ApplicationImpl.touchBeforeRequest(PageContext pc)
           
 

Constructors in railo.runtime.type.scope with parameters of type PageContext
ServerImpl(PageContext pc)
          constructor of the server scope
 

Uses of PageContext in railo.runtime.type.scope.client
 

Methods in railo.runtime.type.scope.client with parameters of type PageContext
static ClientPlus ClientMemory.getInstance(PageContext pc, Log log)
          load a new instance of the class
static ClientPlus ClientDatasource.getInstance(String datasourceName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static ClientPlus ClientFile.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static ClientPlus ClientCookie.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static ClientPlus ClientDatasource.getInstance(String datasourceName, PageContext pc, Log log, ClientPlus defaultValue)
           
static ClientPlus ClientCache.getInstance(String cacheName, String appName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static ClientPlus ClientCache.getInstance(String cacheName, String appName, PageContext pc, Log log, ClientPlus defaultValue)
           
 

Uses of PageContext in railo.runtime.type.scope.session
 

Methods in railo.runtime.type.scope.session with parameters of type PageContext
static SessionPlus SessionMemory.getInstance(PageContext pc, RefBoolean isNew, Log log)
          load a new instance of the class
static SessionPlus SessionFile.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static SessionPlus SessionDatasource.getInstance(String datasourceName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static SessionPlus SessionCookie.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static SessionPlus SessionDatasource.getInstance(String datasourceName, PageContext pc, Log log, SessionPlus defaultValue)
           
static SessionPlus SessionCache.getInstance(String cacheName, String appName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static SessionPlus SessionCache.getInstance(String cacheName, String appName, PageContext pc, Log log, SessionPlus defaultValue)
           
static boolean SessionFile.hasInstance(String name, PageContext pc)
           
static boolean SessionDatasource.hasInstance(String datasourceName, PageContext pc)
           
static boolean SessionCookie.hasInstance(String name, PageContext pc)
           
static boolean SessionCache.hasInstance(String cacheName, String appName, PageContext pc)
           
 

Uses of PageContext in railo.runtime.type.scope.storage
 

Methods in railo.runtime.type.scope.storage with parameters of type PageContext
 void StorageScopeImpl.initialize(PageContext pc)
           
 DumpData StorageScopeImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 void StorageScopeFile.touchAfterRequest(PageContext pc)
           
 void StorageScopeImpl.touchAfterRequest(PageContext pc)
           
 void StorageScopeCookie.touchAfterRequest(PageContext pc)
           
 void StorageScopeDatasource.touchAfterRequest(PageContext pc)
           
 void StorageScopeCache.touchAfterRequest(PageContext pc)
           
 void StorageScopeFile.touchBeforeRequest(PageContext pc)
           
 void StorageScopeImpl.touchBeforeRequest(PageContext pc)
           
 void StorageScopeDatasource.touchBeforeRequest(PageContext pc)
           
 void StorageScopeCache.touchBeforeRequest(PageContext pc)
           
 

Uses of PageContext in railo.runtime.type.trace
 

Methods in railo.runtime.type.trace with parameters of type PageContext
 Object TOObjects.call(PageContext pc, Collection.Key key, Object[] args)
           
 Object TOUDF.call(PageContext pageContext, Object[] args, boolean doIncludePath)
           
 Object TOObjects.call(PageContext pc, String key, Object[] arguments)
           
 Object TOObjects.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object TOObjects.callWithNamedValues(PageContext pc, String key, Struct args)
           
 Object TOUDF.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object TOObjects.get(PageContext pc, Collection.Key key)
           
 Object TOObjects.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object TOObjects.get(PageContext pc, String propertyName)
           
 Object TOObjects.get(PageContext pc, String propertyName, Object defaultValue)
           
 Object TOUDF.getDefaultValue(PageContext pc, int index)
           
 Struct TOUDF.getMetaData(PageContext pc)
           
 Object TOUDF.implementation(PageContext pageContext)
           
 Object TOObjects.set(PageContext pc, Collection.Key key, Object value)
           
 Object TOObjects.set(PageContext pc, String propertyName, Object value)
           
 Object TOObjects.setEL(PageContext pc, Collection.Key key, Object value)
           
 Object TOObjects.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData TODateTime.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 DumpData TOObjects.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
 

Uses of PageContext in railo.runtime.type.util
 

Methods in railo.runtime.type.util with parameters of type PageContext
static ComponentAccess ComponentUtil.getActiveComponent(PageContext pc, ComponentAccess current)
           
static long ComponentUtil.getCompileTime(PageContext pc, PageSource ps)
           
static long ComponentUtil.getCompileTime(PageContext pc, PageSource ps, long defaultValue)
           
static Struct ComponentUtil.getMetaData(PageContext pc, UDFProperties udf)
           
static Page ComponentUtil.getPage(PageContext pc, PageSource ps)
           
 DumpData StructSupport.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
static DumpData QueryUtil.toDumpData(QueryPro query, PageContext pageContext, int maxlevel, DumpProperties dp)
           
static DumpTable StructUtil.toDumpTable(Struct sct, String title, PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Uses of PageContext in railo.runtime.type.wrap
 

Methods in railo.runtime.type.wrap with parameters of type PageContext
 DumpData ListAsArray.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData MapAsStruct.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 

Uses of PageContext in railo.runtime.util
 

Methods in railo.runtime.util with parameters of type PageContext
 Object VariableUtilImpl.callFunction(PageContext pc, Object coll, String key, Object[] args)
           
 Object VariableUtil.callFunction(PageContext pc, Object coll, String key, Object[] args)
          call a Function (UDF, Method) with or witout named values
 Object VariableUtilImpl.callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
           
 Object VariableUtilImpl.callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Struct args)
           
 Object VariableUtilImpl.callFunctionWithNamedValues(PageContext pc, Object coll, String key, Object[] args)
           
 Object VariableUtil.callFunctionWithNamedValues(PageContext pc, Object coll, String key, Object[] args)
          call a Function (UDF, Method) with Named Values
 Object VariableUtilImpl.callFunctionWithoutNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
           
 Object VariableUtilImpl.callFunctionWithoutNamedValues(PageContext pc, Object coll, String key, Object[] args)
           
 Object VariableUtil.callFunctionWithoutNamedValues(PageContext pc, Object coll, String key, Object[] args)
          call a Function (UDF, Method) without Named Values
 Object Cast.castTo(PageContext pc, short type, Object o)
          cast a value to a value defined by type argument
 Object Cast.castTo(PageContext pc, short type, String strType, Object o)
          cast a value to a value defined by type argument
 Object Cast.castTo(PageContext pc, String type, Object o)
          cast a value to a value defined by type argument
 Object Cast.castTo(PageContext pc, String type, Object o, boolean alsoPattern)
          cast a value to a value defined by type argument
static Object VariableUtilImpl.columnlist(PageContext pc, Object obj)
           
 PageException Excepton.createFunctionException(PageContext pc, String functionName, String badArgumentPosition, String badArgumentName, String message)
          create exception "FunctionException"
static Object VariableUtilImpl.currentrow(PageContext pc, Object obj)
           
 Object VariableUtilImpl.get(PageContext pc, Object coll, Collection.Key key)
           
 Object VariableUtilImpl.get(PageContext pc, Object coll, Collection.Key key, Object defaultValue)
           
 Object VariableUtilImpl.get(PageContext pc, Object coll, String key)
           
 Object VariableUtil.get(PageContext pc, Object coll, String key)
          return a property from the given Object, when property doesn't exists throw exception
 Object VariableUtilImpl.get(PageContext pc, Object coll, String key, Object defaultValue)
           
 Object VariableUtil.get(PageContext pc, Object coll, String key, Object defaultValue)
          return a property from the given Object, when property doesn't exists return null
 Object VariableUtilImpl.getCollection(PageContext pc, Object coll, Collection.Key key)
           
 Object VariableUtilImpl.getCollection(PageContext pc, Object coll, Collection.Key key, Object defaultValue)
           
 Object VariableUtilImpl.getCollection(PageContext pc, Object coll, String key)
           
 Object VariableUtil.getCollection(PageContext pc, Object coll, String key)
          return a property from the given Object, when coll is a query return a Column,when property doesn't exists throw exception
 Object VariableUtilImpl.getCollection(PageContext pc, Object coll, String key, Object defaultValue)
           
 Object VariableUtil.getCollection(PageContext pc, Object coll, String key, Object defaultValue)
          return a property from the given Object, when property doesn't exists return null
 Object QueryStackImpl.getDataFromACollection(PageContext pc, Collection.Key key)
           
 Object QueryStack.getDataFromACollection(PageContext pc, Collection.Key key)
          loop over all Queries and return value at first ocurrence
 Object QueryStackImpl.getDataFromACollection(PageContext pc, String key)
           
 Object QueryStack.getDataFromACollection(PageContext pc, String key)
          loop over all Queries and return value at first ocurrence
 Object VariableUtilImpl.getLight(PageContext pc, Object coll, Collection.Key key, Object defaultValue)
           
 Object VariableUtilImpl.getLight(PageContext pc, Object coll, String key, Object defaultValue)
           
 Object VariableUtil.getLight(PageContext pc, Object coll, String key, Object defaultValue)
          return a property from the given Object, when property doesn't exists return null
static NumberIterator NumberIterator.load(PageContext pc, NumberIterator ni, Query query, String groupName, boolean caseSensitive)
           
static Object VariableUtilImpl.recordcount(PageContext pc, Object obj)
           
 Object VariableUtilImpl.set(PageContext pc, Object coll, Collection.Key key, Object value)
           
 Object VariableUtilImpl.set(PageContext pc, Object coll, String key, Object value)
           
 Object VariableUtil.set(PageContext pc, Object coll, String key, Object value)
          sets a value to the Object
 Object VariableUtilImpl.setEL(PageContext pc, Object coll, Collection.Key key, Object value)
           
 Object VariableUtilImpl.setEL(PageContext pc, Object coll, String key, Object value)
           
 Object VariableUtil.setEL(PageContext pc, Object coll, String key, Object value)
          sets a value to the Object
 Resource ResourceUtil.toResourceExisting(PageContext pc, String path)
          cast a String (argument destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) file must exist otherwise throw exception
 Resource ResourceUtil.toResourceExistingParent(PageContext pc, String destination)
          cast a String (argument destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) at least parent must exist
 Resource ResourceUtil.toResourceNotExisting(PageContext pc, String destination)
          cast a String (argument destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) existing file is prefered but dont must exist
 

Uses of PageContext in railo.runtime.video
 

Methods in railo.runtime.video with parameters of type PageContext
 int[] VideoUtilImpl.calculateDimension(PageContext pc, VideoInput[] sources, int width, String strWidth, int height, String strHeight)
           
 int[] VideoUtil.calculateDimension(PageContext pc, VideoInput[] sources, int width, String strWidth, int height, String strHeight)
           
 

Uses of PageContext in railo.runtime.writer
 

Methods in railo.runtime.writer with parameters of type PageContext
static void BodyContentUtil.clearAndPop(PageContext pc, javax.servlet.jsp.tagext.BodyContent bc)
           
static void BodyContentUtil.flushAndPop(PageContext pc, javax.servlet.jsp.tagext.BodyContent bc)
           
 



Copyright © 2012 Railo