railo.runtime.config
Interface ConfigServer

All Superinterfaces:
Config
All Known Implementing Classes:
ConfigServerImpl

public interface ConfigServer
extends Config

Config for the server


Field Summary
 
Fields inherited from interface railo.runtime.config.Config
CLIENT_SCOPE_TYPE_COOKIE, CLIENT_SCOPE_TYPE_DB, CLIENT_SCOPE_TYPE_FILE, RECOMPILE_AFTER_STARTUP, RECOMPILE_ALWAYS, RECOMPILE_NEVER, SCOPE_SMALL, SCOPE_STANDARD, SCOPE_STRICT, SESSION_TYPE_CFML, SESSION_TYPE_J2EE
 
Method Summary
 CFMLEngine getCFMLEngine()
           
 ConfigListener getConfigListener()
           
 ConfigWeb getConfigWeb(String realpath)
           
 ConfigWeb[] getConfigWebs()
           
 SecurityManager getDefaultSecurityManager()
           
 Map getJSPFactoriesAsMap()
           
 RemoteClient[] getRemoteClients()
           
 SecurityManager getSecurityManager(String id)
           
 boolean hasIndividualSecurityManager(String id)
          is there a individual security manager for given id
 void setConfigListener(ConfigListener configListener)
           
 void setUpdateLocation(String strUpdateLocation)
           
 void setUpdateLocation(String strUpdateLocation, URL defaultValue)
           
 void setUpdateLocation(URL updateLocation)
           
 void setUpdateType(String updateType)
           
 
Methods inherited from interface railo.runtime.config.Config
allowImplicidQueryCall, allowRealPath, debug, doCustomTagDeepSearch, doLocalCustomTag, getAdminSyncClass, getApplicationListener, getApplicationLogger, getApplicationTimeout, getBaseComponentPageSource, getBaseComponentTemplate, getCacheDir, getCacheDirSize, getCFCExtension, getCFMLExtensions, getCFXTagPool, getClassLoader, getClientScopeDir, getClientScopeDirSize, getClientType, getClusterClass, getCompileType, getComponentDataMemberDefaultAccess, getComponentDumpTemplate, getComponentMapping, getConfigDir, getConfigFile, getConfigServer, getConfigServer, getConstants, getCustomTagExtensions, getCustomTagMappings, getDataSource, getDataSources, getDataSourcesAsMap, getDebugTemplate, getDefaultDumpWriter, getDefaultDumpWriter, getDefaultEncoding, getDefaultResourceProvider, getDeployDirectory, getDumpWriter, getDumpWriter, getErrorStatusCode, getErrorTemplate, getErrorTemplate, getErrWriter, getExceptionLogger, getExtensionDirectory, getExtensionProviders, getExtensions, getFactory, getFldFile, getId, getLoadTime, getLocale, getLocalMode, getMailDefaultEncoding, getMailLogger, getMailServers, getMailSpoolInterval, getMailTimeout, getMappings, getOutWriter, getPageSource, getPhysical, getProxyPassword, getProxyPort, getProxyServer, getProxyUsername, getPSQL, getRemoteClientDirectory, getRemoteClientLog, getRemoteClientUsage, getRequestTimeout, getRequestTimeoutLogger, getResource, getResourceCharset, getResourceProviders, getRootDirectory, getRPCClassLoader, getScheduleLogger, getScheduler, getScopeCascadingType, getScriptProtect, getSearchEngine, getSecurityManager, getSessionTimeout, getSessionType, getSpoolerEngine, getTempDirectory, getTemplateCharset, getTimeServer, getTimeServerOffset, getTimeZone, getTldFile, getTraceLogger, getTriggerComponentDataMember, getUpdateLocation, getUpdateType, getVersion, getVideoDirectory, getVideoExecuterClass, getWebCharset, hasPassword, hasServerPassword, isClientCookies, isClientManagement, isDomainCookies, isExtensionEnabled, isMailSpoolEnable, isProxyEnableFor, isSessionManagement, isShowVersion, isSuppressWhitespace, mergeFormAndURL, passwordEqual, reloadTimeServerOffset, reset, useComponentShadow
 

Method Detail

getConfigWebs

ConfigWeb[] getConfigWebs()
Returns:
returns all config webs

getConfigWeb

ConfigWeb getConfigWeb(String realpath)
Parameters:
realpath -
Returns:
returns config web matching given realpath

getJSPFactoriesAsMap

Map getJSPFactoriesAsMap()
Returns:
Returns the contextes.

getSecurityManager

SecurityManager getSecurityManager(String id)
Parameters:
id -
Returns:
returns SecurityManager matching config

hasIndividualSecurityManager

boolean hasIndividualSecurityManager(String id)
is there a individual security manager for given id

Parameters:
id - for the security manager
Returns:
returns SecurityManager matching config

getDefaultSecurityManager

SecurityManager getDefaultSecurityManager()
Returns:
Returns the securityManager.

getCFMLEngine

CFMLEngine getCFMLEngine()
Returns:
Returns the engine.

setUpdateType

void setUpdateType(String updateType)
Parameters:
updateType - The updateType to set.

setUpdateLocation

void setUpdateLocation(URL updateLocation)
Parameters:
updateLocation - The updateLocation to set.

setUpdateLocation

void setUpdateLocation(String strUpdateLocation)
                       throws MalformedURLException
Parameters:
strUpdateLocation - The updateLocation to set.
Throws:
MalformedURLException

setUpdateLocation

void setUpdateLocation(String strUpdateLocation,
                       URL defaultValue)
Parameters:
strUpdateLocation - The updateLocation to set.
defaultValue -

getConfigListener

ConfigListener getConfigListener()
Returns:
the configListener

setConfigListener

void setConfigListener(ConfigListener configListener)
Parameters:
configListener - the configListener to set

getRemoteClients

RemoteClient[] getRemoteClients()
Specified by:
getRemoteClients in interface Config


Copyright © 2012 Railo