Uses of Interface
railo.runtime.config.Config

Packages that use Config
railo.commons.io   
railo.commons.io.cache   
railo.commons.io.log   
railo.commons.io.res.util   
railo.commons.lang   
railo.commons.pdf   
railo.runtime   
railo.runtime.cache   
railo.runtime.cache.eh   
railo.runtime.cache.eh.remote   
railo.runtime.cache.ram   
railo.runtime.config   
railo.runtime.customtag   
railo.runtime.debug   
railo.runtime.engine   
railo.runtime.exp   
railo.runtime.functions.cache   
railo.runtime.functions.string   
railo.runtime.gateway   
railo.runtime.listener   
railo.runtime.net.http   
railo.runtime.net.rpc.client   
railo.runtime.net.smtp   
railo.runtime.op   
railo.runtime.orm   
railo.runtime.orm.hibernate   
railo.runtime.rest   
railo.runtime.schedule   
railo.runtime.search   
railo.runtime.security   
railo.runtime.spooler   
railo.runtime.spooler.mail   
railo.runtime.spooler.test   
railo.runtime.tag   
railo.runtime.thread   
railo.runtime.type.dt   
railo.runtime.type.scope   
railo.runtime.type.scope.storage   
railo.runtime.type.scope.storage.db   
railo.runtime.type.util   
railo.runtime.video   
railo.transformer.cfml   
railo.transformer.cfml.evaluator   
railo.transformer.cfml.evaluator.impl   
railo.transformer.cfml.tag   
 

Uses of Config in railo.commons.io
 

Methods in railo.commons.io with parameters of type Config
static String SystemUtil.addPlaceHolder(Resource file, Config config, String defaultValue)
           
 

Uses of Config in railo.commons.io.cache
 

Methods in railo.commons.io.cache with parameters of type Config
 void Cache.init(Config config, String cacheName, Struct arguments)
          initialize the cache
 

Uses of Config in railo.commons.io.log
 

Methods in railo.commons.io.log with parameters of type Config
static LogConsole LogConsole.getInstance(Config config, int logLevel)
           
 

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

Methods in railo.commons.io.res.util with parameters of type Config
static Resource ResourceUtil.toResourceExisting(Config config, String path)
           
static Resource ResourceUtil.toResourceNotExisting(Config config, String path)
           
 

Uses of Config in railo.commons.lang
 

Methods in railo.commons.lang with parameters of type Config
static String[] ClassUtil.getClassPath(Config config)
           
 

Uses of Config in railo.commons.pdf
 

Constructors in railo.commons.pdf with parameters of type Config
PDF(Config config)
           
 

Uses of Config in railo.runtime
 

Methods in railo.runtime that return Config
 Config MappingImpl.getConfig()
           
 Config Mapping.getConfig()
          returns config of the mapping
 

Uses of Config in railo.runtime.cache
 

Methods in railo.runtime.cache with parameters of type Config
 CacheConnection CacheConnectionImpl.duplicate(Config config)
           
 CacheConnection ServerCacheConnection.duplicate(Config config)
           
 CacheConnection CacheConnection.duplicate(Config config)
           
 Cache CacheConnectionImpl.getInstance(Config config)
           
 Cache ServerCacheConnection.getInstance(Config config)
           
 Cache CacheConnection.getInstance(Config config)
           
 

Constructors in railo.runtime.cache with parameters of type Config
CacheConnectionImpl(Config config, String name, Class clazz, Struct custom, boolean readOnly, boolean storage)
           
 

Uses of Config in railo.runtime.cache.eh
 

Methods in railo.runtime.cache.eh with parameters of type Config
static void EHCacheLite.init(Config config, String[] cacheNames, Struct[] arguments)
           
static void EHCache.init(Config config, String[] cacheNames, Struct[] arguments)
           
 void EHCacheLite.init(Config config, String cacheName, Struct arguments)
           
 void EHCache.init(Config config, String cacheName, Struct arguments)
           
 

Uses of Config in railo.runtime.cache.eh.remote
 

Methods in railo.runtime.cache.eh.remote with parameters of type Config
 void EHCacheRemote.init(Config config, String name, Struct arguments)
           
 

Uses of Config in railo.runtime.cache.ram
 

Methods in railo.runtime.cache.ram with parameters of type Config
static void RamCache.init(Config config, String[] cacheNames, Struct[] arguments)
           
 void RamCache.init(Config config, String cacheName, Struct arguments)
           
 

Uses of Config in railo.runtime.config
 

Subinterfaces of Config in railo.runtime.config
 interface ConfigServer
          Config for the server
 interface ConfigWeb
          Web Context
 

Classes in railo.runtime.config that implement Config
 class ConfigImpl
          Hold the definitions of the railo configuration.
 class ConfigServerImpl
          config server impl
 class ConfigWebImpl
          Web Context
 

Methods in railo.runtime.config with parameters of type Config
 void AdminSyncNotSupported.broadcast(Struct attributes, Config config)
           
 void AdminSync.broadcast(Struct attributes, Config config)
           
static void ConfigWebAdmin.checkForChangesInConfigFile(Config config)
           
static void DeployHandler.deploy(Config config)
           
static Resource DeployHandler.getDeployDirectory(Config config)
           
static Resource ConfigWebUtil.getFile(Config config, Resource directory, String path, short type)
          touch a file object by the string definition
 String RemoteClientImpl.getId(Config config)
           
 String RemoteClient.getId(Config config)
           
static LogAndSource ConfigWebUtil.getLogAndSource(ConfigServer configServer, Config config, String strLogger, boolean hasAccess, int logLevel)
          loads log
static boolean ConfigWebUtil.hasAccess(Config config, int type)
          has access checks if config object has access to given type
 boolean ConfigWebAdmin.removeContext(Config config, String realpath, boolean _store)
           
static String ConfigWebUtil.replacePlaceholder(String str, Config config)
           
 Object ConfigWebAdmin.storageGet(Config config, String key)
           
 void ConfigWebAdmin.storageSet(Config config, String key, Object value)
           
 

Uses of Config in railo.runtime.customtag
 

Methods in railo.runtime.customtag with parameters of type Config
static String CustomTagUtil.getDetail(Config config)
           
static String CustomTagUtil.getDisplayName(Config config, String name)
           
static String[] CustomTagUtil.getFileNames(Config config, String name)
           
 

Uses of Config in railo.runtime.debug
 

Methods in railo.runtime.debug with parameters of type Config
 void DebuggerImpl.addException(Config config, PageException pe)
           
 void Debugger.addException(Config config, PageException pe)
           
 void DebuggerImpl.init(Config config)
           
 

Uses of Config in railo.runtime.engine
 

Methods in railo.runtime.engine that return Config
static Config ThreadLocalPageContext.getConfig()
           
static Config ThreadLocalPageContext.getConfig(Config config)
           
static Config ThreadLocalPageContext.getConfig(PageContext pc)
           
 

Methods in railo.runtime.engine with parameters of type Config
static Config ThreadLocalPageContext.getConfig(Config config)
           
static TimeZone ThreadLocalPageContext.getTimeZone(Config config)
           
static void ThreadLocalConfig.register(Config config)
          register a Config for he current thread
 

Uses of Config in railo.runtime.exp
 

Methods in railo.runtime.exp with parameters of type Config
 CatchBlock HTTPException.getCatchBlock(Config config)
           
 CatchBlock CustomTypeException.getCatchBlock(Config config)
           
 CatchBlock MissingIncludeException.getCatchBlock(Config config)
           
 CatchBlock ExpressionException.getCatchBlock(Config config)
           
 CatchBlock DatabaseException.getCatchBlock(Config config)
           
 CatchBlock FTPException.getCatchBlock(Config config)
           
 CatchBlock LockException.getCatchBlock(Config config)
           
 CatchBlock PageRuntimeException.getCatchBlock(Config config)
           
 CatchBlock PageExceptionImpl.getCatchBlock(Config config)
           
 CatchBlock PageServletException.getCatchBlock(Config config)
           
 CatchBlock IPageException.getCatchBlock(Config config)
          return detailed catch block of the error
 String PageExceptionImpl.getLine(Config config)
           
 Array PageExceptionImpl.getTagContext(Config config)
           
static Array PageExceptionImpl.getTagContext(Config config, StackTraceElement[] traces)
           
static void ExceptionHandler.log(Config config, Throwable t)
           
 

Uses of Config in railo.runtime.functions.cache
 

Methods in railo.runtime.functions.cache with parameters of type Config
static Cache Util.getCache(Config config, String cacheName)
           
static Cache Util.getCache(Config config, String cacheName, Cache defaultValue)
           
static CacheConnection Util.getCacheConnection(Config config, String cacheName)
           
static CacheConnection Util.getCacheConnection(Config config, String cacheName, CacheConnection defaultValue)
           
 

Uses of Config in railo.runtime.functions.string
 

Methods in railo.runtime.functions.string with parameters of type Config
static String Hash.invoke(Config config, Object input, String algorithm, String encoding, int numIterations)
           
 

Uses of Config in railo.runtime.gateway
 

Methods in railo.runtime.gateway with parameters of type Config
 void GatewayEngineImpl.addEntries(Config config, Map<String,GatewayEntry> entries)
           
 void GatewayEngineImpl.addEntry(Config config, GatewayEntry ge)
           
 void GatewayEntryImpl.createGateway(Config config)
           
 void GatewayEntry.createGateway(Config config)
           
 

Uses of Config in railo.runtime.listener
 

Methods in railo.runtime.listener with parameters of type Config
 CatchBlock ModernAppListenerException.getCatchBlock(Config config)
           
 String ModernAppListenerException.getLine(Config config)
           
 

Constructors in railo.runtime.listener with parameters of type Config
ClassicApplicationContext(Config config, String name, boolean isDefault, Resource source)
          constructor of the class
 

Uses of Config in railo.runtime.net.http
 

Methods in railo.runtime.net.http with parameters of type Config
static HttpServletRequestDummy HttpServletRequestDummy.clone(Config config, Resource rootDirectory, javax.servlet.http.HttpServletRequest req)
           
static javax.servlet.http.Cookie[] HttpUtil.cloneCookies(Config config, javax.servlet.http.HttpServletRequest req)
           
static javax.servlet.http.Cookie[] ReqRspUtil.getCookies(Config config, javax.servlet.http.HttpServletRequest req)
           
 

Constructors in railo.runtime.net.http with parameters of type Config
ServletContextDummy(Config config, Resource root, Struct attributes, Struct parameters, int majorVersion, int minorVersion)
           
 

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

Methods in railo.runtime.net.rpc.client with parameters of type Config
 Object RPCClient.callWithNamedValues(Config config, String methodName, Struct arguments)
           
 

Uses of Config in railo.runtime.net.smtp
 

Methods in railo.runtime.net.smtp with parameters of type Config
 javax.mail.internet.MimeBodyPart SMTPClient.toMimeBodyPart(javax.mail.Multipart mp, Config config, Attachment att)
           
 

Uses of Config in railo.runtime.op
 

Methods in railo.runtime.op with parameters of type Config
static Resource Caster.toResource(Config config, Object src, boolean existing)
           
 

Uses of Config in railo.runtime.orm
 

Methods in railo.runtime.orm with parameters of type Config
static ORMConfiguration ORMConfigurationImpl.load(Config config, ApplicationContext ac, Element el, Resource defaultCFCLocation, ORMConfiguration defaultConfig)
           
static ORMConfiguration ORMConfigurationImpl.load(Config config, ApplicationContext ac, Struct settings, Resource defaultCFCLocation, ORMConfiguration defaultConfig)
           
static List<Resource> ORMConfigurationImpl.loadCFCLocation(Config config, ApplicationContext ac, Object obj, boolean onlyDir)
           
 

Uses of Config in railo.runtime.orm.hibernate
 

Methods in railo.runtime.orm.hibernate with parameters of type Config
 CatchBlock HibernateRuntimeException.getCatchBlock(Config config)
           
 

Uses of Config in railo.runtime.rest
 

Methods in railo.runtime.rest with parameters of type Config
 Mapping Mapping.duplicate(Config config, Boolean readOnly)
           
 

Constructors in railo.runtime.rest with parameters of type Config
Mapping(Config config, String virtual, String physical, boolean hidden, boolean readonly, boolean _default)
           
 

Uses of Config in railo.runtime.schedule
 

Methods in railo.runtime.schedule with parameters of type Config
 Date StorageUtil.toDate(Config config, Element el, String attributeName)
          reads a XML Element Attribute ans cast it to a Date Object
 DateTime StorageUtil.toDateTime(Config config, Element el, String attributeName)
          reads a XML Element Attribute ans cast it to a DateTime Object
 Resource StorageUtil.toResource(Config config, Element el, String attributeName)
          reads a XML Element Attribute ans cast it to a File
 Time StorageUtil.toTime(Config config, Element el, String attributeName)
          reads a XML Element Attribute ans cast it to a Time Object
 

Constructors in railo.runtime.schedule with parameters of type Config
ScheduledTaskThread(CFMLEngineImpl engine, SchedulerImpl scheduler, Config config, LogAndSource log, ScheduleTask task, String charset)
           
SchedulerImpl(CFMLEngine engine, Config config, Resource schedulerDir, LogAndSource log, String charset)
          constructor of the sheduler
SchedulerImpl(CFMLEngine engine, String xml, Config config, LogAndSource log)
          creates a empty Scheduler, used for event gateway context
 

Uses of Config in railo.runtime.search
 

Methods in railo.runtime.search with parameters of type Config
 void SearchEngineSupport.init(Config config, Resource searchDir, LogAndSource log)
           
 void SearchEngine.init(Config config, Resource searchDir, LogAndSource log)
          constructor of the class
 

Uses of Config in railo.runtime.security
 

Methods in railo.runtime.security with parameters of type Config
 void SecurityManagerImpl.checkFileLocation(Config config, Resource res, String serverPassword)
           
 void SecurityManager.checkFileLocation(Config config, Resource res, String serverPassword)
           
 

Uses of Config in railo.runtime.spooler
 

Methods in railo.runtime.spooler with parameters of type Config
 Object SpoolerTaskWS.execute(Config config)
           
 Object SpoolerTask.execute(Config config)
          execute Task
 void SpoolerEngineImpl.setConfig(Config config)
           
 

Constructors in railo.runtime.spooler with parameters of type Config
SpoolerEngineImpl(Config config, Resource persisDirectory, String label, Log log, int maxThreads)
           
 

Uses of Config in railo.runtime.spooler.mail
 

Methods in railo.runtime.spooler.mail with parameters of type Config
 Object MailSpoolerTask.execute(Config config)
           
 

Uses of Config in railo.runtime.spooler.test
 

Methods in railo.runtime.spooler.test with parameters of type Config
 Object TestTask.execute(Config config)
           
 

Uses of Config in railo.runtime.tag
 

Methods in railo.runtime.tag with parameters of type Config
static Query Admin.getSSLCertificate(Config config, String host, int port)
           
static void Admin.updateSSLCertificate(Config config, String host, int port)
           
 

Uses of Config in railo.runtime.thread
 

Methods in railo.runtime.thread with parameters of type Config
 PageException ChildThreadImpl.execute(Config config)
           
 Object ChildSpoolerTask.execute(Config config)
           
 

Uses of Config in railo.runtime.type.dt
 

Methods in railo.runtime.type.dt with parameters of type Config
static long DateTimeImpl.addOffset(Config config, long utcTime)
           
 

Constructors in railo.runtime.type.dt with parameters of type Config
DateTimeImpl(Config config)
           
DateTimeImpl(Config config, long utcTime, boolean doOffset)
           
 

Uses of Config in railo.runtime.type.scope
 

Methods in railo.runtime.type.scope with parameters of type Config
static Cluster ScopeContext.getClusterScope(Config config, boolean create)
          Returns the current Cluster Scope, if there is no current Cluster Scope and create is true, returns a new Cluster Scope.
 

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

Methods in railo.runtime.type.scope.storage with parameters of type Config
 void StorageScopeFile.store(Config config)
           
 void StorageScopeImpl.store(Config config)
           
 void StorageScopeDatasource.store(Config config)
           
 void StorageScopeCache.store(Config config)
           
 void StorageScope.store(Config config)
          store content on persistent layer
 void StorageScopeFile.unstore(Config config)
           
 void StorageScopeImpl.unstore(Config config)
           
 void StorageScopeDatasource.unstore(Config config)
           
 void StorageScopeCache.unstore(Config config)
           
 void StorageScope.unstore(Config config)
          remove stored data from persistent layer
 

Uses of Config in railo.runtime.type.scope.storage.db
 

Methods in railo.runtime.type.scope.storage.db with parameters of type Config
 void SQLExecutor.clean(Config config, DatasourceConnection dc, int type, StorageScopeEngine engine, DatasourceStorageScopeCleaner cleaner, StorageScopeListener listener, Log log)
           
 void MSSQL.clean(Config config, DatasourceConnection dc, int type, StorageScopeEngine engine, DatasourceStorageScopeCleaner cleaner, StorageScopeListener listener, Log log)
           
 void Ansi92.clean(Config config, DatasourceConnection dc, int type, StorageScopeEngine engine, DatasourceStorageScopeCleaner cleaner, StorageScopeListener listener, Log log)
           
 void MySQL.clean(Config config, DatasourceConnection dc, int type, StorageScopeEngine engine, DatasourceStorageScopeCleaner cleaner, StorageScopeListener listener, Log log)
           
 void SQLExecutor.delete(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log)
          deletes the data in the datasource for a specific user (CFID), if there is no data for this user nothing is happeing
 void MSSQL.delete(Config config, String cfid, String appName, DatasourceConnection dc, int type, Log log)
           
 void Ansi92.delete(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log)
           
 void MySQL.delete(Config config, String cfid, String appName, DatasourceConnection dc, int type, Log log)
           
 Query SQLExecutor.select(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log, boolean createTableIfNotExist)
          does a select statement on the datasource to get data
 Query MSSQL.select(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log, boolean createTableIfNotExist)
           
 Query Ansi92.select(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log, boolean createTableIfNotExist)
           
 Query MySQL.select(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log, boolean createTableIfNotExist)
           
 void SQLExecutor.update(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Struct data, long timeSpan, Log log)
          updates the data in the datasource for a specific user (CFID), if the data not exist, a new record is created
 void MSSQL.update(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Struct data, long timeSpan, Log log)
           
 void Ansi92.update(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Struct data, long timeSpan, Log log)
           
 void MySQL.update(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Struct data, long timeSpan, Log log)
           
 

Uses of Config in railo.runtime.type.util
 

Methods in railo.runtime.type.util with parameters of type Config
static Object ComponentUtil.getClientComponentPropertiesObject(Config config, String className, ASMProperty[] properties)
           
 

Uses of Config in railo.runtime.video
 

Methods in railo.runtime.video with parameters of type Config
static VideoExecuter VideoUtilImpl.createVideoExecuter(Config config)
           
 void VideoExecuterNotSupported.uninstall(Config config)
           
 void VideoExecuter.uninstall(Config config)
           
 

Constructors in railo.runtime.video with parameters of type Config
ProfileCollection(Config config)
           
 

Uses of Config in railo.transformer.cfml
 

Methods in railo.transformer.cfml with parameters of type Config
static TransfomerSettings TransfomerSettings.toSetting(Config config)
           
 

Uses of Config in railo.transformer.cfml.evaluator
 

Methods in railo.transformer.cfml.evaluator with parameters of type Config
 TagLib EvaluatorSupport.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
          Die Methode execute wird aufgerufen, wenn der Context eines Tags geprueft werden soll.
 TagLib Evaluator.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
          Die Methode evaluate wird aufgerufen, wenn der Context eines Tags geprueft werden soll.
 

Uses of Config in railo.transformer.cfml.evaluator.impl
 

Methods in railo.transformer.cfml.evaluator.impl with parameters of type Config
 TagLib ProcessingDirective.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
           
 TagLib PageEncoding.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
           
 TagLib Import.execute(Config config, Tag tag, TagLibTag libTag, FunctionLib[] flibs, CFMLString cfml)
           
 

Uses of Config in railo.transformer.cfml.tag
 

Constructors in railo.transformer.cfml.tag with parameters of type Config
CFMLTransformer.Data(TagLib[][] tlibs, FunctionLib[] flibs, TagLibTag[] scriptTags, CFMLString cfml, Config config, Page page)
           
 



Copyright © 2012 Railo