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.concurrency   
railo.runtime.config   
railo.runtime.converter   
railo.runtime.converter.bin   
railo.runtime.customtag   
railo.runtime.db   
railo.runtime.db.driver   
railo.runtime.db.driver.state   
railo.runtime.debug   
railo.runtime.dump   
railo.runtime.engine   
railo.runtime.exp   
railo.runtime.ext.tag   
railo.runtime.extension   
railo.runtime.functions   
railo.runtime.functions.arrays   
railo.runtime.functions.cache   
railo.runtime.functions.closure   
railo.runtime.functions.component   
railo.runtime.functions.conversion   
railo.runtime.functions.csrf   
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.owasp   
railo.runtime.functions.poi   
railo.runtime.functions.query   
railo.runtime.functions.rest   
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   
railo.runtime.interpreter.ref.cast   
railo.runtime.interpreter.ref.func   
railo.runtime.interpreter.ref.literal   
railo.runtime.interpreter.ref.op   
railo.runtime.interpreter.ref.util   
railo.runtime.interpreter.ref.var   
railo.runtime.java   
railo.runtime.listener   
railo.runtime.monitor   
railo.runtime.net.ftp   
railo.runtime.net.http   
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.rest   
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.udf   
railo.runtime.type.util   
railo.runtime.type.wrap   
railo.runtime.util   
railo.runtime.video   
railo.runtime.writer   
railo.transformer.bytecode.util   
 

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
 String ResourceUtilImpl.contractPath(PageContext pc, String path)
           
static Resource ResourceUtil.getResource(PageContext pc, PageSource ps)
          Deprecated. use instead PageSource.getResourceTranslated(PageContext)
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()
           
 

Methods in railo.loader.engine with parameters of type PageContext
 void CFMLEngineWrapper.registerThreadPageContext(PageContext pc)
           
 void CFMLEngine.registerThreadPageContext(PageContext pc)
           
 

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 ComponentPage.call(PageContext pc)
           
 void InterfacePage.call(PageContext pc)
           
 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 ComponentWrap.call(PageContext pc, String key, Object[] args)
           
 Object SuperComponent.call(PageContext pc, String name, Object[] args)
           
 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 ComponentWrap.callWithNamedValues(PageContext pc, String key, Struct args)
           
 Object SuperComponent.callWithNamedValues(PageContext pc, String name, 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 SuperComponent.contains(PageContext pc, Collection.Key key)
           
 boolean ComponentImpl.contains(PageContext pc, Collection.Key key)
           
 boolean Component.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)
           
 Class ComponentImpl.getJavaAccessClass(PageContext pc, RefBoolean isNew)
           
 Class ComponentImpl.getJavaAccessClass(PageContext pc, RefBoolean isNew, boolean writeLog, boolean takeTop, boolean create, boolean supressWSbeforeArg)
           
 Struct ComponentWrap.getMetaData(PageContext pc)
           
 Struct SuperComponent.getMetaData(PageContext pc)
           
 Struct InterfaceImpl.getMetaData(PageContext pc)
           
 Struct ComponentImpl.getMetaData(PageContext pc)
           
 Struct Interface.getMetaData(PageContext pc)
           
 Struct Component.getMetaData(PageContext pc)
          returns Meta Data to the Component
 Resource PageSourceImpl.getResourceTranslated(PageContext pc)
           
 Resource PageSource.getResourceTranslated(PageContext pc)
          if the pageSource is based on a archive, translate the source to a zip:// Resource
 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)
           
 Page PageSource.loadPage(PageContext pc)
           
 Page PageSourceImpl.loadPage(PageContext pc, boolean forceReload)
           
 Page PageSourceImpl.loadPage(PageContext pc, Page defaultValue)
           
 Page PageSource.loadPage(PageContext pc, Page defaultValue)
           
static Page PageSourceImpl.loadPage(PageContext pc, PageSource[] arr)
           
static Page PageSourceImpl.loadPage(PageContext pc, PageSource[] arr, Page defaultValue)
           
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 ComponentScopeShadow.release(PageContext pc)
           
 void ComponentScopeThis.release(PageContext pc)
           
 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.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)
           
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 PagePlus.udfDefaultValue(PageContext pc, int functionIndex, int argumentIndex)
           
 Object Page.udfDefaultValue(PageContext pc, int functionIndex, int argumentIndex)
           
 Object PagePlus.udfDefaultValue(PageContext pc, int functionIndex, int argumentIndex, Object defaultValue)
           
 

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 key, Object[] args)
           
 Object COMObject.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object COMObject.get(PageContext pc, Collection.Key key)
           
 Object COMObject.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object COMObject.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object COMObject.setEL(PageContext pc, Collection.Key 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, boolean forceReload)
           
static Page ComponentLoader.loadPage(PageContext pc, String rawPath, Boolean searchLocal, Boolean searchRoot)
           
 

Uses of PageContext in railo.runtime.concurrency
 

Methods in railo.runtime.concurrency with parameters of type PageContext
 void UDFCaller._call(PageContext parent, PageContext pc)
           
abstract  void Caller._call(PageContext parent, PageContext pc)
           
 

Constructors in railo.runtime.concurrency with parameters of type PageContext
Caller(PageContext parent)
           
UDFCaller(PageContext parent, UDF udf, Object[] arguments, boolean doIncludePath)
           
UDFCaller(PageContext parent, UDF udf, Struct namedArguments, boolean doIncludePath)
           
 

Uses of PageContext in railo.runtime.config
 

Methods in railo.runtime.config with parameters of type PageContext
static Mapping[] ConfigImpl.getAllMappings(PageContext pc)
           
 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 Config.getPageSourceExisting(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping, boolean onlyPhysicalExisting)
          return existing PageSource that match the given criteria, if there is no PageSource null is returned.
 PageSource[] ConfigImpl.getPageSources(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
           
 PageSource[] Config.getPageSources(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
          get all PageSources that match the given criteria
 Resource ConfigImpl.getPhysicalResourceExisting(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
           
 Resource Config.getPhysicalResourceExisting(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
          return existing Resource that match the given criteria, if there is no Resource null is returned.
 Resource[] ConfigImpl.getPhysicalResources(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
           
 Resource[] Config.getPhysicalResources(PageContext pc, Mapping[] mappings, String realPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
          get all Resources that match the given criteria
 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
 void JavaConverter.writeOut(PageContext pc, Object source, OutputStream os)
           
 void BinaryConverter.writeOut(PageContext pc, Object source, OutputStream os)
           
 void JSConverter.writeOut(PageContext pc, Object source, Writer writer)
           
 void XMLConverter.writeOut(PageContext pc, Object source, Writer writer)
           
 void LazyConverter.writeOut(PageContext pc, Object source, Writer writer)
           
 void WDDXConverter.writeOut(PageContext pc, Object source, Writer writer)
           
 void ScriptConverter.writeOut(PageContext pc, Object source, Writer writer)
           
 void JSONConverter.writeOut(PageContext pc, Object source, Writer writer)
           
 void JavaConverter.writeOut(PageContext pc, Object source, Writer writer)
           
 void StringConverter.writeOut(PageContext pc, Object source, Writer writer)
           
 

Uses of PageContext in railo.runtime.converter.bin
 

Methods in railo.runtime.converter.bin with parameters of type PageContext
 void ImageConverter.writeOut(PageContext pc, Object source, OutputStream os)
           
 

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 DataSourceManager.getConnection(PageContext pc, DataSource ds, String user, String pass)
          return a database connection matching to datsource name
 DatasourceConnection DatasourceManagerImpl.getConnection(PageContext pc, String _datasource, String user, String pass)
           
 DatasourceConnection DataSourceManager.getConnection(PageContext pc, String datasource, String user, String pass)
          Deprecated. use instead getConnection(PageContext pc,DataSource ds, String user, String pass)
 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.db.driver
 

Methods in railo.runtime.db.driver with parameters of type PageContext
 boolean PreparedStatementPro.execute(PageContext pc)
           
 boolean PreparedStatementProxy.execute(PageContext pc)
           
 boolean StatementPro.execute(PageContext pc, String sql)
           
 boolean StatementProxy.execute(PageContext pc, String sql)
           
 boolean StatementPro.execute(PageContext pc, String sql, int autoGeneratedKeys)
           
 boolean StatementProxy.execute(PageContext pc, String sql, int autoGeneratedKeys)
           
 boolean StatementPro.execute(PageContext pc, String sql, int[] columnIndexes)
           
 boolean StatementProxy.execute(PageContext pc, String sql, int[] columnIndexes)
           
 boolean StatementPro.execute(PageContext pc, String sql, String[] columnNames)
           
 boolean StatementProxy.execute(PageContext pc, String sql, String[] columnNames)
           
 ResultSet PreparedStatementPro.executeQuery(PageContext pc)
           
 ResultSet PreparedStatementProxy.executeQuery(PageContext pc)
           
 ResultSet StatementPro.executeQuery(PageContext pc, String sql)
           
 ResultSet StatementProxy.executeQuery(PageContext pc, String sql)
           
 int PreparedStatementPro.executeUpdate(PageContext pc)
           
 int PreparedStatementProxy.executeUpdate(PageContext pc)
           
 int StatementPro.executeUpdate(PageContext pc, String sql)
           
 int StatementProxy.executeUpdate(PageContext pc, String sql)
           
 int StatementPro.executeUpdate(PageContext pc, String sql, int autoGeneratedKeys)
           
 int StatementProxy.executeUpdate(PageContext pc, String sql, int autoGeneratedKeys)
           
 int StatementPro.executeUpdate(PageContext pc, String sql, int[] columnIndexes)
           
 int StatementProxy.executeUpdate(PageContext pc, String sql, int[] columnIndexes)
           
 int StatementPro.executeUpdate(PageContext pc, String sql, String[] columnNames)
           
 int StatementProxy.executeUpdate(PageContext pc, String sql, String[] columnNames)
           
 

Uses of PageContext in railo.runtime.db.driver.state
 

Methods in railo.runtime.db.driver.state with parameters of type PageContext
 boolean StateCallableStatement.execute(PageContext pc)
           
 boolean StatePreparedStatement.execute(PageContext pc)
           
static boolean StateUtil.execute(PageContext pc, PreparedStatement stat, String sql)
           
static boolean StateUtil.execute(PageContext pc, Statement stat, String sql)
           
static boolean StateUtil.execute(PageContext pc, Statement stat, String sql, int autoGeneratedKeys)
           
static boolean StateUtil.execute(PageContext pc, Statement stat, String sql, int[] columnIndexes)
           
static boolean StateUtil.execute(PageContext pc, Statement stat, String sql, String[] columnNames)
           
 boolean StateStatement.execute(PageContext pc, String sql)
           
 boolean StateCallableStatement.execute(PageContext pc, String sql)
           
 boolean StatePreparedStatement.execute(PageContext pc, String sql)
           
 boolean StateStatement.execute(PageContext pc, String sql, int autoGeneratedKeys)
           
 boolean StateCallableStatement.execute(PageContext pc, String sql, int autoGeneratedKeys)
           
 boolean StatePreparedStatement.execute(PageContext pc, String sql, int autoGeneratedKeys)
           
 boolean StateStatement.execute(PageContext pc, String sql, int[] columnIndexes)
           
 boolean StateCallableStatement.execute(PageContext pc, String sql, int[] columnIndexes)
           
 boolean StatePreparedStatement.execute(PageContext pc, String sql, int[] columnIndexes)
           
 boolean StateStatement.execute(PageContext pc, String sql, String[] columnNames)
           
 boolean StateCallableStatement.execute(PageContext pc, String sql, String[] columnNames)
           
 boolean StatePreparedStatement.execute(PageContext pc, String sql, String[] columnNames)
           
 ResultSet StateCallableStatement.executeQuery(PageContext pc)
           
 ResultSet StatePreparedStatement.executeQuery(PageContext pc)
           
static ResultSet StateUtil.executeQuery(PageContext pc, PreparedStatement stat, String sql)
           
static ResultSet StateUtil.executeQuery(PageContext pc, Statement stat, String sql)
           
 ResultSet StateStatement.executeQuery(PageContext pc, String sql)
           
 ResultSet StateCallableStatement.executeQuery(PageContext pc, String sql)
           
 ResultSet StatePreparedStatement.executeQuery(PageContext pc, String sql)
           
 int StateCallableStatement.executeUpdate(PageContext pc)
           
 int StatePreparedStatement.executeUpdate(PageContext pc)
           
static int StateUtil.executeUpdate(PageContext pc, PreparedStatement stat, String sql)
           
static int StateUtil.executeUpdate(PageContext pc, Statement stat, String sql)
           
static int StateUtil.executeUpdate(PageContext pc, Statement stat, String sql, int autoGeneratedKeys)
           
static int StateUtil.executeUpdate(PageContext pc, Statement stat, String sql, int[] columnIndexes)
           
static int StateUtil.executeUpdate(PageContext pc, Statement stat, String sql, String[] columnNames)
           
 int StateStatement.executeUpdate(PageContext pc, String sql)
           
 int StateCallableStatement.executeUpdate(PageContext pc, String sql)
           
 int StatePreparedStatement.executeUpdate(PageContext pc, String sql)
           
 int StateStatement.executeUpdate(PageContext pc, String sql, int autoGeneratedKeys)
           
 int StateCallableStatement.executeUpdate(PageContext pc, String sql, int autoGeneratedKeys)
           
 int StatePreparedStatement.executeUpdate(PageContext pc, String sql, int autoGeneratedKeys)
           
 int StateStatement.executeUpdate(PageContext pc, String sql, int[] columnIndexes)
           
 int StateCallableStatement.executeUpdate(PageContext pc, String sql, int[] columnIndexes)
           
 int StatePreparedStatement.executeUpdate(PageContext pc, String sql, int[] columnIndexes)
           
 int StateStatement.executeUpdate(PageContext pc, String sql, String[] columnNames)
           
 int StateCallableStatement.executeUpdate(PageContext pc, String sql, String[] columnNames)
           
 int StatePreparedStatement.executeUpdate(PageContext pc, String sql, String[] columnNames)
           
 

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)
           
 Array DebuggerPool.getData(PageContext pc)
           
 Struct DebuggerImpl.getDebuggingData(PageContext pc)
           
 Struct Debugger.getDebuggingData(PageContext pc)
          returns the Debugging Info
 Struct DebuggerImpl.getDebuggingData(PageContext pc, boolean addAddionalInfo)
           
 Struct Debugger.getDebuggingData(PageContext pc, boolean addAddionalInfo)
           
 DebugEntryTemplate DebuggerImpl.getEntry(PageContext pc, PageSource source)
           
 DebugEntryTemplate Debugger.getEntry(PageContext pc, PageSource source)
           
 DebugEntryTemplatePart DebuggerImpl.getEntry(PageContext pc, PageSource source, int startPos, int endPos)
           
 DebugEntryTemplatePart Debugger.getEntry(PageContext pc, PageSource source, int startPos, int endPos)
          returns a single DebugEntry for a specific postion (startPos,endPos in the PageSource)
 DebugEntryTemplate DebuggerImpl.getEntry(PageContext pc, PageSource source, String key)
           
 DebugEntryTemplate Debugger.getEntry(PageContext pc, PageSource source, String key)
           
 DebugTrace[] DebuggerPro.getTraces(PageContext pc)
           
 DebugTrace[] DebuggerImpl.getTraces(PageContext pc)
           
 Struct DebuggerUtil.pointOutClosuresInPersistentScopes(PageContext pc)
           
 void DebuggerPool.store(PageContext pc, Debugger debugger)
           
 DumpData DebugPageImpl.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
 

Fields in railo.runtime.engine with type parameters of type PageContext
 List<PageContext> ThreadQueueImpl.list
           
 

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
 void ThreadQueueImpl.enter(PageContext pc)
           
 void ThreadQueue.enter(PageContext pc)
           
 void ThreadQueueImpl.exit(PageContext pc)
           
 void ThreadQueue.exit(PageContext pc)
           
static PageContext ThreadLocalPageContext.get(PageContext pc)
           
static Config ThreadLocalPageContext.getConfig(PageContext pc)
           
 ExecutionLog ExecutionLogFactory.getInstance(PageContext pc)
           
static Locale ThreadLocalPageContext.getLocale(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
 void CFMLEngineImpl.registerThreadPageContext(PageContext pc)
           
 

Uses of PageContext in railo.runtime.exp
 

Methods in railo.runtime.exp with parameters of type PageContext
 Object CatchBlockImpl.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object CatchBlockImpl.call(PageContext pc, String methodName, Object[] arguments)
           
 Object CatchBlockImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object CatchBlockImpl.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object CatchBlockImpl.get(PageContext pc, Collection.Key key)
           
 Object CatchBlockImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object CatchBlockImpl.get(PageContext pc, String key)
           
 Object CatchBlockImpl.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)
          Deprecated. use instead getCatchBlock(Config config);
 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 CatchBlockImpl.print(PageContext pc)
           
 void CatchBlock.print(PageContext pc)
           
static void ExceptionHandler.printStackTrace(PageContext pc, Throwable t)
           
 Object CatchBlockImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object CatchBlockImpl.set(PageContext pc, String propertyName, Object value)
           
 Object CatchBlockImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object CatchBlockImpl.setEL(PageContext pc, String propertyName, Object value)
           
 DumpData NativeException.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData PageRuntimeException.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
           
 DumpData CatchBlockImpl.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, int badArgumentPosition, String badArgumentName, String message, String detail)
           
FunctionException(PageContext pc, String functionName, String badArgumentPosition, String badArgumentName, String message, String detail)
           
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
 

Methods in railo.runtime.functions with parameters of type PageContext
abstract  Object BIF.invoke(PageContext pc, Object[] args)
           
 Object BIFProxy.invoke(PageContext pc, Object[] args)
           
 

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 Array ArrayMid.call(PageContext pc, Array arr, double start)
           
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 Array ArrayMid.call(PageContext pc, Array arr, double start, double count)
           
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 double ArrayContainsNoCase.call(PageContext pc, Array array, Object value)
           
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 Array ArrayFindAll.call(PageContext pc, Array array, Object value)
           
static Array ArrayFindAllNoCase.call(PageContext pc, Array array, Object value)
           
static boolean ArraySort.call(PageContext pc, Array array, Object sortTypeOrClosure)
           
static boolean ArrayDelete.call(PageContext pc, Array array, Object value)
           
static double ArrayFind.call(PageContext pc, Array array, Object value)
           
static double ArrayContains.call(PageContext pc, Array array, Object value)
           
static boolean ArrayAppend.call(PageContext pc, Array array, Object object, boolean merge)
           
static double ArrayContains.call(PageContext pc, Array array, Object value, boolean substringMatch)
           
static boolean ArraySort.call(PageContext pc, Array array, Object sortTypeOrClosure, String sortorder)
           
static boolean ArrayDelete.call(PageContext pc, Array array, Object value, String scope)
           
static boolean ArraySort.call(PageContext pc, Array array, Object sortTypeOrClosure, String sortorder, boolean localeSensitive)
           
static Array ArrayFilter.call(PageContext pc, Array array, UDF filter)
           
static String ArrayEach.call(PageContext pc, Array array, UDF udf)
           
static String ArrayEach.call(PageContext pc, Array array, UDF udf, boolean parallel)
           
static String ArrayEach.call(PageContext pc, Array array, UDF udf, boolean parallel, double maxThreads)
           
static Array ArrayNew.call(PageContext pc, double number)
           
static Array JsonArray.call(PageContext pc, Object[] objArr)
           
static Array Array_.call(PageContext pc, Object[] objArr)
           
static Array ArrayFindAll.find(PageContext pc, Array array, UDF udf)
           
static int ArrayFind.find(PageContext pc, Array array, UDF udf)
           
 Object ArrayContainsNoCase.invoke(PageContext pc, Object[] args)
           
 Object ArraySum.invoke(PageContext pc, Object[] args)
           
 Object ArrayFilter.invoke(PageContext pc, Object[] args)
           
 Object ArrayNew.invoke(PageContext pc, Object[] args)
           
 Object ArrayPrepend.invoke(PageContext pc, Object[] args)
           
 Object ArrayAvg.invoke(PageContext pc, Object[] args)
           
 Object ArrayIsDefined.invoke(PageContext pc, Object[] args)
           
 Object ArrayEach.invoke(PageContext pc, Object[] args)
           
 Object ArrayClear.invoke(PageContext pc, Object[] args)
           
 Object ArrayInsertAt.invoke(PageContext pc, Object[] args)
           
 Object ArrayAppend.invoke(PageContext pc, Object[] args)
           
 Object ArrayResize.invoke(PageContext pc, Object[] args)
           
 Object ArrayFindNoCase.invoke(PageContext pc, Object[] args)
           
 Object ArrayLast.invoke(PageContext pc, Object[] args)
           
 Object JsonArray.invoke(PageContext pc, Object[] args)
           
 Object ArrayFirst.invoke(PageContext pc, Object[] args)
           
 Object ArraySwap.invoke(PageContext pc, Object[] args)
           
 Object Array_.invoke(PageContext pc, Object[] args)
           
 Object ArrayFindAll.invoke(PageContext pc, Object[] args)
           
 Object ArrayFindAllNoCase.invoke(PageContext pc, Object[] args)
           
 Object ArrayMax.invoke(PageContext pc, Object[] args)
           
 Object ArrayReverse.invoke(PageContext pc, Object[] args)
           
 Object ArrayIndexExists.invoke(PageContext pc, Object[] args)
           
 Object ArrayMerge.invoke(PageContext pc, Object[] args)
           
 Object ArraySlice.invoke(PageContext pc, Object[] args)
           
 Object ArrayToStruct.invoke(PageContext pc, Object[] args)
           
 Object ArrayMin.invoke(PageContext pc, Object[] args)
           
 Object ArraySort.invoke(PageContext pc, Object[] args)
           
 Object ArrayMid.invoke(PageContext pc, Object[] args)
           
 Object ArrayDelete.invoke(PageContext pc, Object[] args)
           
 Object ArraySet.invoke(PageContext pc, Object[] args)
           
 Object ArrayLen.invoke(PageContext pc, Object[] args)
           
 Object ArrayIsEmpty.invoke(PageContext pc, Object[] args)
           
 Object ArrayFind.invoke(PageContext pc, Object[] args)
           
 Object ArrayDeleteAt.invoke(PageContext pc, Object[] args)
           
 Object ArrayContains.invoke(PageContext pc, Object[] args)
           
 

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 double CacheRemoveAll.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 double CacheRemoveAll.call(PageContext pc, String cacheName)
           
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 String CacheDelete.call(PageContext pc, String id, boolean throwOnError, String cacheName)
           
static Object CacheGet.call(PageContext pc, String key, Object objThrowWhenNotExist)
           
static String CachePut.call(PageContext pc, String key, Object value)
           
static Object CacheGet.call(PageContext pc, String key, Object objThrowWhenNotExist, String cacheName)
           
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, int type)
           
static Cache Util.getCache(PageContext pc, String cacheName, int type, Cache defaultValue)
           
static Cache Util.getDefault(PageContext pc, int type)
          get the default cache for a certain type, also check definitions in application context (application.cfc/cfapplication)
static Cache Util.getDefault(PageContext pc, int type, Cache defaultValue)
          get the default cache for a certain type, also check definitions in application context (application.cfc/cfapplication)
 

Uses of PageContext in railo.runtime.functions.closure
 

Methods in railo.runtime.functions.closure with parameters of type PageContext
static void Each.afterCall(PageContext pc, List<Future<String>> futures)
           
static String Each.call(PageContext pc, Object obj, UDF udf)
           
static String Each.call(PageContext pc, Object obj, UDF udf, boolean parallel)
           
static String Each.call(PageContext pc, Object obj, UDF udf, boolean parallel, double maxThreads)
           
static void Each.invoke(PageContext pc, Array array, UDF udf, ExecutorService execute, List<Future<String>> futures)
           
static void Each.invoke(PageContext pc, Iteratorable coll, UDF udf, ExecutorService execute, List<Future<String>> futures)
           
 

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.  
static Array ComponentListPackage.call(PageContext pc, String packageName)
           
 

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.csrf
 

Methods in railo.runtime.functions.csrf with parameters of type PageContext
static String CSRFGenerateToken.call(PageContext pc)
           
static boolean CSRFVerifyToken.call(PageContext pc, String token)
           
static String CSRFGenerateToken.call(PageContext pc, String key)
           
static String CSRFGenerateToken.call(PageContext pc, String key, boolean forceNew)
           
static boolean CSRFVerifyToken.call(PageContext pc, String token, String key)
           
static StorageScope CSRFGenerateToken.getStorageScope(PageContext pc)
           
 

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 DateDiffMember.call(PageContext pc, DateTime left, DateTime right)
           
static double DateCompare.call(PageContext pc, DateTime left, DateTime right)
           
static double DateDiffMember.call(PageContext pc, DateTime left, DateTime right, String datePart)
           
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 DatePartMember.call(PageContext pc, DateTime date, String datepart)
           
static double DayOfYear.call(PageContext pc, DateTime date, String strTimezone)
           
static double MilliSecond.call(PageContext pc, DateTime date, String strTimezone)
           
static DateTime DateAddMember.call(PageContext pc, DateTime date, String datepart, double number)
           
static double DatePartMember.call(PageContext pc, DateTime date, String datepart, 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)
           
 Object DateAddMember.invoke(PageContext pc, Object[] args)
           
 Object FirstDayOfMonth.invoke(PageContext pc, Object[] args)
           
 Object DateDiffMember.invoke(PageContext pc, Object[] args)
           
 Object DateCompare.invoke(PageContext pc, Object[] args)
           
 Object DaysInMonth.invoke(PageContext pc, Object[] args)
           
 Object Minute.invoke(PageContext pc, Object[] args)
           
 Object Month.invoke(PageContext pc, Object[] args)
           
 Object Hour.invoke(PageContext pc, Object[] args)
           
 Object DayOfWeek.invoke(PageContext pc, Object[] args)
           
 Object Quarter.invoke(PageContext pc, Object[] args)
           
 Object Day.invoke(PageContext pc, Object[] args)
           
 Object DaysInYear.invoke(PageContext pc, Object[] args)
           
 Object DatePartMember.invoke(PageContext pc, Object[] args)
           
 Object DayOfYear.invoke(PageContext pc, Object[] args)
           
 Object MilliSecond.invoke(PageContext pc, Object[] args)
           
 

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, Collection.Key[] varNames)
           
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 IsEmpty.call(PageContext pc, Object value)
           
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 IsClosure.call(PageContext pc, Object obj)
           
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 IsIPInRange.call(PageContext pc, Object ips, String ip)
           
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)
           
static boolean IsDefined.invoke(PageContext pc, String[] varNames, boolean allowNull)
           
 

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 DateTimeFormatClassic.call(PageContext pc, Object object)
           
static String NumberFormat.call(PageContext pc, Object object)
           
static String HMAC.call(PageContext pc, Object oMessage, Object oKey)
           
static String HMAC.call(PageContext pc, Object oMessage, Object oKey, String algorithm)
           
static String HMAC.call(PageContext pc, Object oMessage, Object oKey, String algorithm, String charset)
           
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 DateTimeFormatClassic.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 DateTimeFormatClassic.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)
           
 Object DateTimeFormat.invoke(PageContext pc, Object[] args)
           
static String DateTimeFormat.invoke(PageContext pc, Object object, String mask, Locale locale, TimeZone tz)
           
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 EvaluateJava.call(PageContext pc, Object stringOrBinary)
           
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 Invoke.call(PageContext pc, Object obj, String name)
           
static Object Invoke.call(PageContext pc, Object obj, String name, Object arguments)
           
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 FileGetMimeType.call(PageContext pc, Object oSrc)
           
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 FileGetMimeType.call(PageContext pc, Object oSrc, boolean checkHeader)
           
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 String FileAppend.call(PageContext pc, String path, Object data)
           
static String FileAppend.call(PageContext pc, String path, Object data, String charset)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField)
           
static String DirectoryCopy.call(PageContext pc, String source, String destination)
           
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 String DirectoryCopy.call(PageContext pc, String source, String destination, boolean recurse)
           
static String DirectoryCopy.call(PageContext pc, String source, String destination, boolean recurse, Object filter)
           
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 LSDateTimeFormat.call(PageContext pc, Object object)
           
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 LSDateTimeFormat.call(PageContext pc, Object object, String mask)
           
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 strTimezoneOrFormat)
           
static String LSDateTimeFormat.call(PageContext pc, Object object, String mask, String strLocale)
           
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 DateTime LSParseDateTime.call(PageContext pc, Object oDate, String strLocale, String strTimezone, String strFormat)
           
static String LSDateTimeFormat.call(PageContext pc, Object object, 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)
           
 Object LSDayOfWeek.invoke(PageContext pc, Object[] args)
           
 

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 delimiter)
           
static String ArrayToList.call(PageContext pc, Array array, String delimiter)
           
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 ListRemoveDuplicates.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 delimiter)
           
static boolean ListIndexExists.call(PageContext pc, String list, double index, String delimiter)
           
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 delimiter, boolean includeEmptyFields)
           
static boolean ListIndexExists.call(PageContext pc, String list, double index, String delimiter, boolean includeEmptyFields)
           
static String ListSetAt.call(PageContext pc, String list, double posNumber, String value, String delimiter)
           
static String ListInsertAt.call(PageContext pc, String list, double posNumber, String value, String strDelimiter)
           
static String ListSetAt.call(PageContext pc, String list, double posNumber, String value, String delimiter, boolean includeEmptyFields)
           
static String ListInsertAt.call(PageContext pc, String list, double posNumber, String value, String strDelimiter, boolean includeEmptyFields)
           
static String ListCompact.call(PageContext pc, String list, String delimiter)
           
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 delimiter)
           
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 delimiter)
           
static String ListQualify.call(PageContext pc, String list, String qualifier)
           
static double ListAvg.call(PageContext pc, String list, String delimiter)
           
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 delimiter)
           
static String ListItemTrim.call(PageContext pc, String list, String delimiter)
           
static double ListLen.call(PageContext pc, String list, String delimter)
           
static String ListTrim.call(PageContext pc, String list, String delimiter)
           
static Array ListToArray.call(PageContext pc, String list, String delimiter)
           
static double ListValueCount.call(PageContext pc, String list, String value)
           
static String ListRemoveDuplicates.call(PageContext pc, String list, String delimiter)
           
static String ListRest.call(PageContext pc, String list, String delimiter, boolean includeEmptyFields)
           
static String ListFirst.call(PageContext pc, String list, String delimiter, boolean includeEmptyFields)
           
static String ListLast.call(PageContext pc, String list, String delimiter, boolean includeEmptyFields)
           
static String ListItemTrim.call(PageContext pc, String list, String delimiter, boolean includeEmptyFields)
           
static double ListLen.call(PageContext pc, String list, String delimter, boolean includeEmptyFields)
           
static Array ListToArray.call(PageContext pc, String list, String delimiter, boolean includeEmptyFields)
           
static Array ListToArray.call(PageContext pc, String list, String delimiter, boolean includeEmptyFields, boolean multiCharacterDelimiter)
           
static String ListPrepend.call(PageContext pc, String list, String value, String delimiter)
           
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 delimiter)
           
static String ListSort.call(PageContext pc, String list, String sortType, String sortOrder)
           
static double ListValueCountNoCase.call(PageContext pc, String list, String value, String delimiter)
           
static String ListAppend.call(PageContext pc, String list, String value, String delimiter)
           
static double ListFind.call(PageContext pc, String list, String value, String delimter)
           
static double ListValueCount.call(PageContext pc, String list, String value, String delimiter)
           
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 delimiter, 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 delimiter, boolean includeEmptyFields)
           
static String ListQualify.call(PageContext pc, String list, String qualifier, String delimiter, 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 delimiter, 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 delimiter, String elements, boolean includeEmptyFields, boolean psq)
           
static String ListFilter.call(PageContext pc, String list, UDF filter)
           
static String ListFilter.call(PageContext pc, String list, UDF filter, String delimiter)
           
 Object ArrayToList.invoke(PageContext pc, Object[] args)
           
 

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 Round.call(PageContext pc, double number, double precision)
           
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 delimiter)
           
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)
           
static void EntityNew.setPropeties(PageContext pc, Component cfc, Struct properties, boolean ignoreNotExisting)
           
 

Uses of PageContext in railo.runtime.functions.other
 

Methods in railo.runtime.functions.other with parameters of type PageContext
static Object CreateDynamicProxy._call(PageContext pc, Object oCFC, Object oInterfaces)
           
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 GetTickCount.call(PageContext pc, double unit)
           
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 boolean ObjectEquals.call(PageContext pc, Object left, Object right)
           
static double ToNumeric.call(PageContext pc, Object value, Object oRadix)
           
static Object CreateDynamicProxy.call(PageContext pc, Object oCFC, Object oInterfaces)
           
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 String QuotedValueList.call(PageContext pc, QueryColumn column)
           
static String QuotedValueList.call(PageContext pc, QueryColumn column, String delimiter)
           
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 delimiter)
           
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 delimiter)
           
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 delimiter)
           
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(Component cfc, PageContext pc)
           
 

Uses of PageContext in railo.runtime.functions.owasp
 

Methods in railo.runtime.functions.owasp with parameters of type PageContext
static String EncodeForHTMLAttribute.call(PageContext pc, String item)
           
static String DecodeFromURL.call(PageContext pc, String item)
           
static String EncodeForXML.call(PageContext pc, String item)
           
static String EncodeForDN.call(PageContext pc, String item)
           
static String EncodeForXMLAttribute.call(PageContext pc, String item)
           
static String EncodeForJavaScript.call(PageContext pc, String item)
           
static String EncodeForHTML.call(PageContext pc, String item)
           
static String EncodeForXPath.call(PageContext pc, String item)
           
static String EncodeForURL.call(PageContext pc, String item)
           
static String EncodeForLDAP.call(PageContext pc, String item)
           
static String EncodeForCSS.call(PageContext pc, String item)
           
static String Canonicalize.call(PageContext pc, String input, boolean restrictMultiple, boolean restrictMixed)
           
static String ESAPIEncode.call(PageContext pc, String strEncodeFor, String value)
           
static String ESAPIDecode.call(PageContext pc, String strDecodeFrom, String value)
           
 

Uses of PageContext in railo.runtime.functions.poi
 

Methods in railo.runtime.functions.poi with parameters of type PageContext
static Object SpreadSheetNew.call(PageContext pc)
           
static String SpreadSheetWrite.call(PageContext pc, Excel excel, String path)
           
static String SpreadsheetSetCellValue.call(PageContext pc, Excel excel, String value, double row, double column)
           
static String SpreadSheetWrite.call(PageContext pc, Excel excel, String path, Object passwordOrOverwrite)
           
static String SpreadSheetWrite.call(PageContext pc, Excel excel, String path, Object oPassword, boolean overwrite)
           
static Object SpreadSheetNew.call(PageContext pc, Object sheetNameOrXMLFormat)
           
static Object SpreadSheetNew.call(PageContext pc, Object oSheetName, Object oXmlFormat)
           
 

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 String ValueList.call(PageContext pc, QueryColumn column)
           
static Array ValueArray.call(PageContext pc, QueryColumn column)
           
static String ValueList.call(PageContext pc, QueryColumn column, String delimiter)
           
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 delimiter)
           
static double QueryAddColumn.call(PageContext pc, Query query, String string)
           
static Array QueryColumnData.call(PageContext pc, Query query, String columnName)
           
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 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 QuerySetColumn.call(PageContext pc, Query query, String columnName, String newColumnName)
           
static Array QueryColumnData.call(PageContext pc, Query query, String columnName, UDF udf)
           
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 delimiter)
           
static Query QueryNew.call(PageContext pc, String columnList, String columnTypeList)
           
static Query QueryNew.call(PageContext pc, String strColumnList, String strColumnTypeList, Object data)
           
 Object QueryColumnCount.invoke(PageContext pc, Object[] args)
           
 Object QuerySort.invoke(PageContext pc, Object[] args)
           
 Object QueryColumnList.invoke(PageContext pc, Object[] args)
           
 Object QueryAddColumn.invoke(PageContext pc, Object[] args)
           
 Object QueryNew.invoke(PageContext pc, Object[] args)
           
 Object QueryAddRow.invoke(PageContext pc, Object[] args)
           
 Object QuerySetCell.invoke(PageContext pc, Object[] args)
           
 Object Query_.invoke(PageContext pc, Object[] args)
           
 Object QueryColumnData.invoke(PageContext pc, Object[] args)
           
 Object QueryGetCell.invoke(PageContext pc, Object[] args)
           
 Object ValueArray.invoke(PageContext pc, Object[] args)
           
 Object QueryColumnExists.invoke(PageContext pc, Object[] args)
           
 Object IsQuery.invoke(PageContext pc, Object[] args)
           
 Object QueryDeleteColumn.invoke(PageContext pc, Object[] args)
           
 Object QuerySetColumn.invoke(PageContext pc, Object[] args)
           
 Object QueryColumnArray.invoke(PageContext pc, Object[] args)
           
 Object QueryConvertForGrid.invoke(PageContext pc, Object[] args)
           
 Object QueryDeleteRow.invoke(PageContext pc, Object[] args)
           
 Object QueryRecordCount.invoke(PageContext pc, Object[] args)
           
 Object QuerySlice.invoke(PageContext pc, Object[] args)
           
static Query QueryNew.populate(PageContext pc, Query qry, Object data)
           
 

Uses of PageContext in railo.runtime.functions.rest
 

Methods in railo.runtime.functions.rest with parameters of type PageContext
static String RestInitApplication._call(PageContext pc, String dirPath, String serviceMapping, Boolean defaultMapping, String webAdminPassword)
           
static String RestInitApplication.call(PageContext pc, String dirPath)
           
static String RestDeleteApplication.call(PageContext pc, String dirPath)
           
static String RestInitApplication.call(PageContext pc, String dirPath, String serviceMapping)
           
static String RestDeleteApplication.call(PageContext pc, String dirPath, String webAdminPassword)
           
static String RestInitApplication.call(PageContext pc, String dirPath, String serviceMapping, boolean defaultMapping)
           
static String RestInitApplication.call(PageContext pc, String dirPath, String serviceMapping, boolean defaultMapping, String webAdminPassword)
           
static String RestSetResponse.call(PageContext pc, Struct rsp)
           
 

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 String Hash.call(PageContext pc, Object input)
           
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 String Hash.call(PageContext pc, Object input, String algorithm)
           
static DateTime ParseDateTime.call(PageContext pc, Object oDate, String popConversion, String strTimezone)
           
static String Hash.call(PageContext pc, Object input, String algorithm, String encoding)
           
static String Hash.call(PageContext pc, Object input, String algorithm, String encoding, double numIterations)
           
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 input)
           
static String Trim.call(PageContext pc, String string)
           
static String UCFirst.call(PageContext pc, String string, boolean doAll)
           
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 delimiters)
           
static String Replace.call(PageContext pc, String input, Object struct)
           
static Object JavaCast.call(PageContext pc, String type, Object obj)
           
static String ReplaceNoCase.call(PageContext pc, String input, Object struct)
           
static String Replace.call(PageContext pc, String input, Object find, String repl)
           
static String ReplaceNoCase.call(PageContext pc, String input, Object find, String repl)
           
static String Replace.call(PageContext pc, String input, Object find, String repl, String scope)
           
static String ReplaceNoCase.call(PageContext pc, String input, Object find, String repl, String scope)
           
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 input, 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 input, 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 ReplaceList.call(PageContext pc, String str, String list1, String list2, String delimiter_list1)
           
static String ReplaceNoCase.call(PageContext pc, String str, String sub1, String sub2, String scope)
           
static String ReplaceList.call(PageContext pc, String str, String list1, String list2, String delimiter_list1, String delimiter_list2)
           
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 delimiter)
           
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)
           
static String StructEach.call(PageContext pc, Struct sct, UDF udf)
           
static Struct StructFilter.call(PageContext pc, Struct sct, UDF filter)
           
static String StructEach.call(PageContext pc, Struct sct, UDF udf, boolean parallel)
           
static String StructEach.call(PageContext pc, Struct sct, UDF udf, boolean parallel, double maxThreads)
           
 Object StructCount.invoke(PageContext pc, Object[] args)
           
 

Uses of PageContext in railo.runtime.functions.system
 

Methods in railo.runtime.functions.system with parameters of type PageContext
static void CallStackGet._getTagContext(PageContext pc, Array tagContext, Throwable t, Collection.Key lineNumberName)
           
static DateTime ApplicationStartTime.call(PageContext pc)
           
static Object GetTemplatePath.call(PageContext pc)
           
static String GetFunctionCalledName.call(PageContext pc)
           
static Array GetCurrentContext.call(PageContext pc)
           
static Struct GetApplicationMetadata.call(PageContext pc)
           
static String GetLocalHostIP.call(PageContext pc)
           
static String GetUserRoles.call(PageContext pc)
           
static double GetSystemFreeMemory.call(PageContext pc)
           
static boolean PagePoolClear.call(PageContext pc)
           
static String SessionInvalidate.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 String GetTempDirectory.call(PageContext pc)
           
static DateTime SessionStartTime.call(PageContext pc)
           
static Struct GetApplicationSettings.call(PageContext pc)
           
static Struct GetUsageData.call(PageContext pc)
           
static String ApplicationStop.call(PageContext pc)
           
static double GetSystemTotalMemory.call(PageContext pc)
           
static Struct GetSystemInfo.call(PageContext pc)
           
static String GetBaseTemplatePath.call(PageContext pc)
           
static String SessionRotate.call(PageContext pc)
           
static Array PagePoolList.call(PageContext pc)
           
static Array CallStackGet.call(PageContext pc)
           
static String GetCurrentTemplatePath.call(PageContext pc)
           
static String CallStackDump.call(PageContext pc)
           
static double GetCPUUsage.call(PageContext pc)
           
static Struct GetApplicationSettings.call(PageContext pc, boolean suppressFunctions)
           
static String Sleep.call(PageContext pc, double duration)
           
static double GetCPUUsage.call(PageContext pc, double time)
           
static Object 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 Object SizeOf.call(PageContext pc, Object object, boolean complex)
           
static boolean Empty.call(PageContext pc, String variableName)
           
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 String CallStackDump.call(PageContext pc, String output)
           
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 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 String XmlTransform.call(PageContext pc, Object oXml, String xsl, Struct parameters)
           
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, String format)
           
 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.getVariableAsCollection(PageContext pc, String var)
           
static Object VariableInterpreter.getVariableEL(PageContext pc, Collection collection, String var)
           
static Object VariableInterpreter.getVariableEL(PageContext pc, String var, Object defaultValue)
          get a variable from page context
static Object VariableInterpreter.getVariableELAsCollection(PageContext pc, String var, Object defaultValue)
           
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
 

Methods in railo.runtime.interpreter.ref with parameters of type PageContext
 boolean RefSupport.eeq(PageContext pc, Ref other)
           
 boolean Ref.eeq(PageContext pc, Ref other)
           
 Object RefSupport.getCollection(PageContext pc)
           
 Object Ref.getCollection(PageContext pc)
          return the value for that the reference is for
 Ref Set.getKey(PageContext pc)
           
 String Set.getKeyAsString(PageContext pc)
           
 Ref Set.getParent(PageContext pc)
           
 Object Ref.getValue(PageContext pc)
          return the value for that the reference is for
 Object Set.setValue(PageContext pc, Object obj)
           
 Object RefSupport.touchValue(PageContext pc)
           
 Object Ref.touchValue(PageContext pc)
          return the value for that the reference is for
 

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

Methods in railo.runtime.interpreter.ref.cast with parameters of type PageContext
 Object Casting.getValue(PageContext pc)
           
 

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

Methods in railo.runtime.interpreter.ref.func with parameters of type PageContext
 Object BIFCall.getValue(PageContext pc)
           
 Object UDFCall.getValue(PageContext pc)
           
 

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

Methods in railo.runtime.interpreter.ref.literal with parameters of type PageContext
 boolean LStringBuffer.eeq(PageContext pc, Ref other)
           
 boolean LBigDecimal.eeq(PageContext pc, Ref other)
           
 boolean LString.eeq(PageContext pc, Ref other)
           
 boolean LBoolean.eeq(PageContext pc, Ref other)
           
 boolean LNumber.eeq(PageContext pc, Ref other)
           
 Object LBigDecimal.getCollection(PageContext pc)
           
 Object LNumber.getCollection(PageContext pc)
           
 String LStringBuffer.getString(PageContext pc)
           
 String Literal.getString(PageContext pc)
          cast literal to a string
 String LString.getString(PageContext pc)
           
 String LBoolean.getString(PageContext pc)
           
 String LNumber.getString(PageContext pc)
           
 Object LStringBuffer.getValue(PageContext pc)
           
 Object LFunctionValue.getValue(PageContext pc)
           
 Object LBigDecimal.getValue(PageContext pc)
           
 Object LString.getValue(PageContext pc)
           
 Object LBoolean.getValue(PageContext pc)
           
 Object LNumber.getValue(PageContext pc)
           
static String[] LFunctionValue.toStringArray(PageContext pc, Set set)
           
 Object LBigDecimal.touchValue(PageContext pc)
           
 Object LNumber.touchValue(PageContext pc)
           
 

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

Methods in railo.runtime.interpreter.ref.op with parameters of type PageContext
 Object Multi.getValue(PageContext pc)
           
 Object Div.getValue(PageContext pc)
           
 Object NCT.getValue(PageContext pc)
           
 Object LT.getValue(PageContext pc)
           
 Object BigMinus.getValue(PageContext pc)
           
 Object BigMulti.getValue(PageContext pc)
           
 Object GTE.getValue(PageContext pc)
           
 Object Not.getValue(PageContext pc)
           
 Object CT.getValue(PageContext pc)
           
 Object BigMod.getValue(PageContext pc)
           
 Object Cont.getValue(PageContext pc)
           
 Object EQ.getValue(PageContext pc)
           
 Object IntDiv.getValue(PageContext pc)
           
 Object Mod.getValue(PageContext pc)
           
 Object BigDiv.getValue(PageContext pc)
           
 Object Exp.getValue(PageContext pc)
           
 Object Concat.getValue(PageContext pc)
           
 Object EEQ.getValue(PageContext pc)
           
 Object Plus.getValue(PageContext pc)
           
 Object Minus.getValue(PageContext pc)
           
 Object EQV.getValue(PageContext pc)
           
 Object And.getValue(PageContext pc)
           
 Object GT.getValue(PageContext pc)
           
 Object Negate.getValue(PageContext pc)
           
 Object Elvis.getValue(PageContext pc)
           
 Object BigPlus.getValue(PageContext pc)
           
 Object Xor.getValue(PageContext pc)
           
 Object NEEQ.getValue(PageContext pc)
           
 Object LTE.getValue(PageContext pc)
           
 Object BigIntDiv.getValue(PageContext pc)
           
 Object Or.getValue(PageContext pc)
           
 Object Imp.getValue(PageContext pc)
           
 Object NEQ.getValue(PageContext pc)
           
 

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

Methods in railo.runtime.interpreter.ref.util with parameters of type PageContext
static boolean RefUtil.eeq(PageContext pc, Ref left, Ref right)
           
static Object[] RefUtil.getValue(PageContext pc, Ref[] refs)
          transalte a Ref array to a Object array
 

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

Methods in railo.runtime.interpreter.ref.var with parameters of type PageContext
 Object Variable.getCollection(PageContext pc)
           
 Ref Bind.getKey(PageContext pc)
           
 Ref Variable.getKey(PageContext pc)
           
 Ref ArgumentBind.getKey(PageContext pc)
           
 Ref Scope.getKey(PageContext pc)
           
 String Bind.getKeyAsString(PageContext pc)
           
 String Variable.getKeyAsString(PageContext pc)
           
 String ArgumentBind.getKeyAsString(PageContext pc)
           
 String Scope.getKeyAsString(PageContext pc)
           
 Ref Bind.getParent(PageContext pc)
           
 Ref Variable.getParent(PageContext pc)
           
 Ref ArgumentBind.getParent(PageContext pc)
           
 Ref Scope.getParent(PageContext pc)
           
 Object Bind.getValue(PageContext pc)
           
 Object Assign.getValue(PageContext pc)
           
 Object DynAssign.getValue(PageContext pc)
           
 Object Variable.getValue(PageContext pc)
           
 Object ArgumentBind.getValue(PageContext pc)
           
 Object Scope.getValue(PageContext pc)
           
 Object Bind.setValue(PageContext pc, Object obj)
           
 Object Variable.setValue(PageContext pc, Object obj)
           
 Object ArgumentBind.setValue(PageContext pc, Object obj)
           
 Object Scope.setValue(PageContext pc, Object obj)
           
 Object Bind.touchValue(PageContext pc)
           
 Object Variable.touchValue(PageContext pc)
           
 Object ArgumentBind.touchValue(PageContext pc)
           
 Object Scope.touchValue(PageContext pc)
           
 

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.setEL(PageContext pc, Collection.Key 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
 PageSource RequestListener.execute(PageContext pc, PageSource requestedPage)
          execute by the Application Listener
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 ApplicationListener.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, RequestListener rl)
           
 void ModernAppListener.onRequest(PageContext pc, PageSource requestedPage, RequestListener rl)
           
 void ClassicAppListener.onRequest(PageContext pc, PageSource requestedPage, RequestListener rl)
           
 void NoneAppListener.onRequest(PageContext pc, PageSource requestedPage, RequestListener rl)
           
 void ApplicationListener.onRequest(PageContext pc, PageSource requestedPage, RequestListener rl)
          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 AppListenerSupport.onTimeout(PageContext pc)
           
 void ApplicationListener.onTimeout(PageContext pc)
          will be called when server is run int a timeout
 void ModernApplicationContext.reinitORM(PageContext pc)
           
 void ClassicApplicationContext.reinitORM(PageContext pc)
           
 void ApplicationContext.reinitORM(PageContext pc)
           
static void AppListenerUtil.setORMConfiguration(PageContext pc, ApplicationContext 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)
           
 void ActionMonitorCollector.log(PageContext pc, String type, String label, long executionTime, Object data)
           
 void ActionMonitorCollectorImpl.log(PageContext pc, String type, String label, long executionTime, Object data)
          logs certain action within a Request
 void ActionMonitorCollectorRefImpl.log(PageContext pc, String type, String label, long executionTime, Object data)
           
 void ActionMonitor.log(PageContext pc, String type, String label, long executionTime, Object data)
          logs certain action within a Request
 

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.http
 

Methods in railo.runtime.net.http with parameters of type PageContext
static LinkedList<MimeType> ReqRspUtil.getAccept(PageContext pc)
           
static MimeType ReqRspUtil.getContentType(PageContext pc)
           
static String ReqRspUtil.getContentTypeAsString(PageContext pc, String defaultValue)
           
static String ReqRspUtil.getHeaderIgnoreCase(PageContext pc, String name, String defaultValue)
           
static List<String> ReqRspUtil.getHeadersIgnoreCase(PageContext pc, String name)
           
static Object ReqRspUtil.getRequestBody(PageContext pc, boolean deserialized, Object defaultValue)
          returns the body of the request
 

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.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object RPCClient.setEL(PageContext pc, Collection.Key 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 that return PageContext
 PageContext CreationImpl.createPageContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, OutputStream out)
           
 

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)
           
 Component CreationImpl.createComponentFromName(PageContext pc, String fullName)
           
 Component CreationImpl.createComponentFromPath(PageContext pc, String path)
           
 PageException ExceptonImpl.createFunctionException(PageContext pc, String functionName, int badArgumentPosition, String badArgumentName, String message, String detail)
           
 PageException ExceptonImpl.createFunctionException(PageContext pc, String functionName, String badArgumentPosition, String badArgumentName, String message)
           
static boolean Elvis.operate(PageContext pc, double scope, Collection.Key[] varNames)
          called by the Elvis operator from generated bytecode
static boolean Elvis.operate(PageContext pc, double scope, String[] varNames)
          called by the Elvis operator from generated bytecode
static boolean Elvis.operate(PageContext pc, String[] varNames)
          called by the Elvis operator from the interpreter
static Objects Caster.toObjects(PageContext pc, Object obj)
           
static QueryColumn Caster.toQueryColumn(Object o, PageContext pc)
          converts a object to a QueryColumn, if possible, also variable declarations are allowed.
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<Component> 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.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 void QueryCache.clear(PageContext pc)
          clear the cache
 void QueryCache.clear(PageContext pc, QueryCacheFilter filter)
          clear the cache
 void QueryCache.clearUnused(PageContext pc)
          clear expired queries from cache
 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 QueryCache.get(PageContext pc, SQL sql, String datasource, String username, String password, Date cachedafter)
           
 Query QueryCache.getQuery(PageContext pc, SQL sql, String datasource, String username, String password, Date cacheAfter)
          returns a Query from Query Cache or null if no match found
 Object QueryCacheQueryColumn.remove(PageContext pc)
           
 void QueryCache.remove(PageContext pc, SQL sql, String datasource, String username, String password)
          removes query from cache
 Object QueryCacheQueryColumn.removeEL(PageContext pc)
           
 Object QueryCacheQuery.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object QueryCacheQueryColumn.set(PageContext pc, Object value)
           
 void QueryCache.set(PageContext pc, SQL sql, String datasource, String username, String password, Object value, Date cacheBefore)
          sets a Query to Cache
 Object QueryCacheQuery.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object QueryCacheQueryColumn.setEL(PageContext pc, Object value)
           
 int QueryCache.size(PageContext pc)
           
 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.rest
 

Methods in railo.runtime.rest with parameters of type PageContext
 PageSource RestRequestListener.execute(PageContext pc, PageSource requestedPage)
           
 Result Mapping.getResult(PageContext pc, String path, Struct matrix, int format, boolean hasFormatExtension, List<MimeType> accept, MimeType contentType, Result defaultValue)
           
static boolean RestUtil.isMatch(PageContext pc, Mapping mapping, Resource res)
           
 void Mapping.reset(PageContext pc)
           
static void RestUtil.setStatus(PageContext pc, int status, String msg)
           
 

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 Directory.actionCopy(PageContext pc, Resource directory, String strDestination, String serverPassword, Object acl, int storage, ResourceFilter filter, boolean recurse, int nameconflict)
           
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, boolean strict, int mode, String attributes, Object acl, String serverPassword)
           
static Array FileTag.actionUploadAll(PageContext pageContext, SecurityManager securityManager, String strDestination, int nameconflict, String accept, boolean strict, int mode, String attributes, Object acl, String serverPassword)
           
static InitFile CFTagCore.createInitFile(PageContext pageContext, boolean isweb, String filename)
           
static Object Insert.getDatasource(PageContext pageContext, String datasource)
           
static Object 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)
           
static com.lowagie.text.pdf.PdfReader PDFUtil.toPdfReader(PageContext pc, Object value, String password)
           
 

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)
           
 void ThreadsImpl.release(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 Closure.call(PageContext pc, 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.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 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 Closure.callWithNamedValues(PageContext pc, 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 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)
           
 Object UDFSetterProperty.getDefaultValue(PageContext pc, int index, Object defaultValue)
           
 Object UDFRemoveProperty.getDefaultValue(PageContext pc, int index, Object defaultValue)
           
 Object UDFGetterProperty.getDefaultValue(PageContext pc, int index, Object defaultValue)
           
 Object UDFHasProperty.getDefaultValue(PageContext pc, int index, Object defaultValue)
           
 Object UDFPlus.getDefaultValue(PageContext pc, int index, Object defaultValue)
           
 Object UDFAddProperty.getDefaultValue(PageContext pc, int index, Object defaultValue)
           
 Object UDFImpl.getDefaultValue(PageContext pc, int index, Object defaultValue)
           
 Struct UDFGSProperty.getMetaData(PageContext pc)
           
 Struct Closure.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
 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.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)
           
 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 Closure.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, boolean closure)
           
 Object QueryColumnImpl.touch(PageContext pc)
           
 Object QueryColumnRef.touch(PageContext pc)
           
 Object SVArray.touch(PageContext pc)
           
 Object SVStruct.touch(PageContext pc)
           
 Object QueryColumnImpl.touchEL(PageContext pc)
           
 Object QueryColumnRef.touchEL(PageContext pc)
           
 Object SVArray.touchEL(PageContext pc)
           
 Object SVStruct.touchEL(PageContext pc)
           
 

Constructors in railo.runtime.type with parameters of type PageContext
QueryImpl(PageContext pc, DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name)
          constructor of the class, to generate a resultset from a sql query
QueryImpl(PageContext pc, DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name, String template)
           
QueryImpl(PageContext pc, DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name, String template, boolean createUpdateData, boolean allowToCachePreperadeStatement)
           
 

Uses of PageContext in railo.runtime.type.cfc
 

Methods in railo.runtime.type.cfc with parameters of type PageContext
 Object ComponentProxy.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 ComponentProxy.call(PageContext pc, String key, Object[] args)
           
 Object ComponentProxy.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 ComponentProxy.callWithNamedValues(PageContext pc, String key, Struct args)
           
 boolean ComponentProxy.contains(PageContext pc, Collection.Key key)
           
 Object ComponentProxy.get(PageContext pc, Collection.Key key)
           
 Object ComponentProxy.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Struct ComponentProxy.getMetaData(PageContext pc)
           
 Object ComponentProxy.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentProxy.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 DumpData ComponentProxy.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
 Object DateTimeImpl.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object DateTimeImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object DateTimeImpl.get(PageContext pc, Collection.Key key)
           
 Object DateTimeImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object DateTimeImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object DateTimeImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 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.callWithNamedValues(PageContext pc, Collection.Key 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 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.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object SimpleQueryColumn.setEL(PageContext pc, 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 exist
 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 exist
 

Uses of PageContext in railo.runtime.type.scope
 

Methods in railo.runtime.type.scope with parameters of type PageContext
 Object UndefinedImpl.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object ObjectStruct.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object ArgumentThreadImpl.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object ArgumentImpl.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object UndefinedImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ObjectStruct.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ArgumentThreadImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ArgumentImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 void ScopeContext.clearApplication(PageContext pc)
           
static void UndefinedImpl.debugCascadedAccess(PageContext pc, String name, Collection.Key key)
           
static void UndefinedImpl.debugCascadedAccess(PageContext pc, Variables var, Object value, Collection.Key key)
           
 Object ObjectStruct.get(PageContext pc, Collection.Key key)
           
 Object ArgumentThreadImpl.get(PageContext pc, Collection.Key key)
           
 Object ArgumentImpl.get(PageContext pc, Collection.Key key)
           
 Object ObjectStruct.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ArgumentThreadImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ArgumentImpl.get(PageContext pc, Collection.Key key, 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)
 Client ScopeContext.getClientScope(PageContext pc)
           
 Client 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
 Session 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 Closure.initialize(PageContext pc)
           
 void Scope.initialize(PageContext pc)
          Initalize Scope
 void UndefinedImpl.reinitialize(PageContext pc)
           
 void Undefined.reinitialize(PageContext pc)
           
 void UndefinedImpl.release(PageContext pc)
           
 void LocalNotSupportedScope.release(PageContext pc)
           
 void RequestImpl.release(PageContext pc)
           
 void UrlFormImpl.release(PageContext pc)
           
 void URLImpl.release(PageContext pc)
           
 void ScopeSupport.release(PageContext pc)
           
 void CookieImpl.release(PageContext pc)
           
 void CGIImpl.release(PageContext pc)
           
 void ArgumentThreadImpl.release(PageContext pc)
           
 void ClusterNotSupported.release(PageContext pc)
           
 void FormImpl.release(PageContext pc)
           
 void JSession.release(PageContext pc)
           
 void ArgumentImpl.release(PageContext pc)
           
 void CallerImpl.release(PageContext pc)
           
 void Closure.release(PageContext pc)
           
 void Scope.release(PageContext pc)
          release scope for reuse
 void ServerImpl.reload(PageContext pc)
           
 void ScopeContext.removeApplicationScope(PageContext pc)
           
 void ScopeContext.removeClientScope(PageContext pc)
           
 void ScopeContext.removeSessionScope(PageContext pc)
           
 void CookieImpl.resetEnv(PageContext pc)
           
 void JSession.resetEnv(PageContext pc)
           
 void UserScope.resetEnv(PageContext pc)
           
 Object ObjectStruct.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArgumentThreadImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArgumentImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ObjectStruct.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArgumentThreadImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArgumentImpl.setEL(PageContext pc, Collection.Key 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 Closure.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
static DumpData ScopeSupport.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, Struct sct, String dspName)
           
 void CookieImpl.touchAfterRequest(PageContext pc)
           
 void JSession.touchAfterRequest(PageContext pc)
           
 void ServerImpl.touchAfterRequest(PageContext pc)
           
 void ApplicationImpl.touchAfterRequest(PageContext pc)
           
 void SharedScope.touchAfterRequest(PageContext pc)
          release scope only for current request, scope will be used again
 void CookieImpl.touchBeforeRequest(PageContext pc)
           
 void JSession.touchBeforeRequest(PageContext pc)
           
 void ServerImpl.touchBeforeRequest(PageContext pc)
           
 void ApplicationImpl.touchBeforeRequest(PageContext pc)
           
 void SharedScope.touchBeforeRequest(PageContext pc)
          Initalize Scope only for this request, scope was already used
 

Constructors in railo.runtime.type.scope with parameters of type PageContext
Closure(PageContext pc, Argument arg, Local local, Variables var)
           
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 Client ClientMemory.getInstance(PageContext pc, Log log)
          load a new instance of the class
static Client ClientDatasource.getInstance(String datasourceName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static Client ClientFile.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static Client ClientCookie.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static Client ClientDatasource.getInstance(String datasourceName, PageContext pc, Log log, Client defaultValue)
           
static Client ClientCache.getInstance(String cacheName, String appName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static Client ClientCache.getInstance(String cacheName, String appName, PageContext pc, Log log, Client defaultValue)
           
 

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

Methods in railo.runtime.type.scope.session with parameters of type PageContext
static Session SessionMemory.getInstance(PageContext pc, RefBoolean isNew, Log log)
          load a new instance of the class
static Session SessionFile.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static Session SessionDatasource.getInstance(String datasourceName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static Session SessionCookie.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static Session SessionDatasource.getInstance(String datasourceName, PageContext pc, Log log, Session defaultValue)
           
static Session SessionCache.getInstance(String cacheName, String appName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static Session SessionCache.getInstance(String cacheName, String appName, PageContext pc, Log log, Session 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)
           
 void StorageScopeImpl.release(PageContext pc)
           
 void StorageScopeImpl.resetEnv(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.callWithNamedValues(PageContext pc, Collection.Key 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 TOUDF.getDefaultValue(PageContext pc, int index)
           
 Object TOUDF.getDefaultValue(PageContext pc, int index, Object defaultValue)
           
 Struct TOUDF.getMetaData(PageContext pc)
           
 Object TOUDF.implementation(PageContext pageContext)
           
 Object TOObjects.set(PageContext pc, Collection.Key key, Object value)
           
 Object TOObjects.setEL(PageContext pc, Collection.Key key, 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.udf
 

Methods in railo.runtime.type.udf with parameters of type PageContext
 DumpData UDFCacheEntry.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
 Object ArraySupport.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object StructSupport.call(PageContext pc, Collection.Key methodName, Object[] args)
           
static Object MemberUtil.call(PageContext pc, Object coll, Collection.Key methodName, Object[] args, short type, String strType)
           
 Object ArraySupport.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object StructSupport.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
static Object MemberUtil.callWithNamedValues(PageContext pc, Object coll, Collection.Key methodName, Struct args, short type, String strType)
           
static boolean QueryUtil.execute(PageContext pc, PreparedStatement ps)
           
static boolean QueryUtil.execute(PageContext pc, Statement stat, boolean createGeneratedKeys, SQL sql)
           
 Object ArraySupport.get(PageContext pc, Collection.Key key)
           
 Object StructSupport.get(PageContext pc, Collection.Key key)
           
 Object ArraySupport.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object StructSupport.get(PageContext pc, Collection.Key key, Object defaultValue)
           
static ComponentAccess ComponentUtil.getActiveComponent(PageContext pc, ComponentAccess current)
           
static Object ComponentUtil.getClientComponentPropertiesObject(PageContext pc, String className, ASMProperty[] properties)
           
static long ComponentUtil.getCompileTime(PageContext pc, PageSource ps)
           
static long ComponentUtil.getCompileTime(PageContext pc, PageSource ps, long defaultValue)
           
static Class ComponentUtil.getComponentJavaAccess(PageContext pc, ComponentAccess component, RefBoolean isNew, boolean create, boolean writeLog, boolean supressWSbeforeArg)
          generate a ComponentJavaAccess (CJA) class from a component a CJA is a dynamic genarted java class that has all method defined inside a component as java methods.
static Object UDFUtil.getDefaultValue(PageContext pc, PageSource ps, int udfIndex, int index, Object defaultValue)
           
static Object UDFUtil.getDefaultValue(PageContext pc, UDFPlus udf, int index, Object defaultValue)
           
static Map<Collection.Key,FunctionLibFunction> MemberUtil.getMembers(PageContext pc, short type)
           
static Struct ComponentUtil.getMetaData(PageContext pc, UDFPropertiesImpl udf)
           
static Page ComponentUtil.getPage(PageContext pc, PageSource ps)
           
static Class ComponentUtil.getServerComponentPropertiesClass(PageContext pc, Component component)
           
 Object ArraySupport.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object StructSupport.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArraySupport.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object StructSupport.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
static Comparator ArrayUtil.toComparator(PageContext pc, String sortType, String sortOrder, boolean localeSensitive)
           
 DumpData StructSupport.toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
           
static DumpData QueryUtil.toDumpData(Query 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
 Object ListAsArray.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object ListAsArray.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ListAsArray.get(PageContext pc, Collection.Key key)
           
 Object ListAsArray.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ListAsArray.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ListAsArray.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 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 that return PageContext
 PageContext Creation.createPageContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, OutputStream out)
           
 

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 VariableUtil.callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
          call a Function (UDF, Method) with Named Values
 Object VariableUtilImpl.callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Struct args)
           
 Object VariableUtil.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)
          Deprecated. use instead callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
 Object VariableUtilImpl.callFunctionWithoutNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
           
 Object VariableUtil.callFunctionWithoutNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
          call a Function (UDF, Method) without Named Values
 Object VariableUtilImpl.callFunctionWithoutNamedValues(PageContext pc, Object coll, String key, Object[] args)
           
 Object VariableUtil.callFunctionWithoutNamedValues(PageContext pc, Object coll, String key, Object[] args)
          Deprecated. use instead callFunctionWithoutNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
 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)
           
 String ResourceUtil.contractPath(PageContext pc, String path)
           
 Component Creation.createComponentFromName(PageContext pc, String fullName)
          creates a component object from (Full)Name, for example railo.extensions.net.HTTPUtil
 Component Creation.createComponentFromPath(PageContext pc, String path)
          creates a component object from a absolute local path, for example /Users/susi/Projects/Sorglos/wwwrooot/railo/extensions/net/HTTPUtil.cfc
 PageException Excepton.createFunctionException(PageContext pc, String functionName, int badArgumentPosition, String badArgumentName, String message, String detail)
          create exception "FunctionException"
 PageException Excepton.createFunctionException(PageContext pc, String functionName, String badArgumentPosition, String badArgumentName, String message)
          Deprecated. use instead createFunctionException(PageContext pc,String functionName, int badArgumentPosition, String badArgumentName, String message, String detail))
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 VariableUtil.get(PageContext pc, Object coll, Collection.Key key, Object defaultValue)
          return a property from the given Object, when property doesn't exists return null
 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)
          Deprecated. use instead get(PageContext pc, Object coll, Collection.Key key, Object defaultValue);
static ApplicationListener PageContextUtil.getApplicationListener(PageContext pc)
           
 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, Collection.Key key, Object defaultValue)
           
 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 VariableUtil.setEL(PageContext pc, Object coll, Collection.Key key, Object value)
          sets a value to the Object
 Object VariableUtilImpl.setEL(PageContext pc, Object coll, String key, Object value)
           
 Object VariableUtil.setEL(PageContext pc, Object coll, String key, Object value)
          Deprecated. use instead setEL(PageContext pc, Object coll, Collection.Key key,Object value);
 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)
           
 

Uses of PageContext in railo.transformer.bytecode.util
 

Methods in railo.transformer.bytecode.util with parameters of type PageContext
static Object JavaProxyFactory.createProxy(PageContext pc, Component cfc, Class extendz, Class... interfaces)
           
 



Copyright © 2012 Railo