railo.runtime.config
Interface ConfigServer
- All Superinterfaces:
- Config
- public interface ConfigServer
- extends Config
Config for the server
| 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 |
| Methods inherited from interface railo.runtime.config.Config |
allowImplicidQueryCall, allowRealPath, debug, doCustomTagDeepSearch, doLocalCustomTag, getApplicationListener, getApplicationLogger, getApplicationTimeout, getBaseComponentPageSource, getBaseComponentTemplate, getCacheDir, getCacheDirSize, getCFCExtension, getCFMLExtension, getCFXTagPool, getClassLoader, getClientScopeDir, getClientScopeDirSize, getClientType, getClusterClass, getCompileType, getComponentDataMemberDefaultAccess, getComponentDumpTemplate, getComponentMapping, getConfigDir, getConfigFile, getConfigServer, getConstants, 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, getVideoProviderLocation, getWebCharset, hasPassword, hasServerPassword, isClientCookies, isClientManagement, isDomainCookies, isExtensionEnabled, isMailSpoolEnable, isProxyEnableFor, isSessionManagement, isShowVersion, isSuppressWhitespace, isVideoAgreementAccepted, mergeFormAndURL, passwordEqual, reloadTimeServerOffset, reset, useComponentShadow |
getConfigWebs
public ConfigWeb[] getConfigWebs()
- Returns:
- returns all config webs
getConfigWeb
public ConfigWeb getConfigWeb(java.lang.String realpath)
- Parameters:
realpath -
- Returns:
- returns config web matching given realpath
getJSPFactoriesAsMap
public java.util.Map getJSPFactoriesAsMap()
- Returns:
- Returns the contextes.
getSecurityManager
public SecurityManager getSecurityManager(java.lang.String id)
- Parameters:
id -
- Returns:
- returns SecurityManager matching config
hasIndividualSecurityManager
public boolean hasIndividualSecurityManager(java.lang.String id)
- is there a individual security manager for given id
- Parameters:
id - for the security manager
- Returns:
- returns SecurityManager matching config
getDefaultSecurityManager
public SecurityManager getDefaultSecurityManager()
- Returns:
- Returns the securityManager.
getCFMLEngine
public CFMLEngine getCFMLEngine()
- Returns:
- Returns the engine.
setUpdateType
public void setUpdateType(java.lang.String updateType)
- Parameters:
updateType - The updateType to set.
setUpdateLocation
public void setUpdateLocation(java.net.URL updateLocation)
- Parameters:
updateLocation - The updateLocation to set.
setUpdateLocation
public void setUpdateLocation(java.lang.String strUpdateLocation)
throws java.net.MalformedURLException
- Parameters:
strUpdateLocation - The updateLocation to set.
- Throws:
java.net.MalformedURLException
setUpdateLocation
public void setUpdateLocation(java.lang.String strUpdateLocation,
java.net.URL defaultValue)
- Parameters:
strUpdateLocation - The updateLocation to set.defaultValue -
getConfigListener
public ConfigListener getConfigListener()
- Returns:
- the configListener
setConfigListener
public void setConfigListener(ConfigListener configListener)
- Parameters:
configListener - the configListener to set
getRemoteClients
public RemoteClient[] getRemoteClients()
- Specified by:
getRemoteClients in interface Config