public interface Config
Modifier and Type | Field and Description |
---|---|
static int |
CACHE_DEFAULT_FUNCTION |
static int |
CACHE_DEFAULT_INCLUDE |
static int |
CACHE_DEFAULT_NONE |
static int |
CACHE_DEFAULT_OBJECT |
static int |
CACHE_DEFAULT_QUERY |
static int |
CACHE_DEFAULT_RESOURCE |
static int |
CACHE_DEFAULT_TEMPLATE |
static short |
CLIENT_SCOPE_TYPE_COOKIE
Field
CLIENT_SCOPE_TYPE_COOKIE |
static short |
CLIENT_SCOPE_TYPE_DB
Field
CLIENT_SCOPE_TYPE_DB |
static short |
CLIENT_SCOPE_TYPE_FILE
Field
CLIENT_SCOPE_TYPE_FILE |
static short |
INSPECT_ALWAYS |
static short |
INSPECT_NEVER |
static short |
INSPECT_ONCE |
static short |
RECOMPILE_AFTER_STARTUP
Field
RECOMPILE_AT_STARTUP |
static short |
RECOMPILE_ALWAYS
Field
RECOMPILE_ALWAYS |
static short |
RECOMPILE_NEVER
Field
RECOMPILE_NEVER |
static short |
SCOPE_SMALL
Define a small scope cascading
|
static short |
SCOPE_STANDARD
Define a standart scope cascading (like other cf versions)
|
static short |
SCOPE_STRICT
Define a strict scope cascading
|
static short |
SESSION_TYPE_CFML
Field
SESSION_TYPE_CFML |
static short |
SESSION_TYPE_J2EE
Field
SESSION_TYPE_J2EE |
static final short SCOPE_STRICT
static final short SCOPE_SMALL
static final short SCOPE_STANDARD
static final short CLIENT_SCOPE_TYPE_COOKIE
CLIENT_SCOPE_TYPE_COOKIE
static final short CLIENT_SCOPE_TYPE_FILE
CLIENT_SCOPE_TYPE_FILE
static final short CLIENT_SCOPE_TYPE_DB
CLIENT_SCOPE_TYPE_DB
static final short SESSION_TYPE_CFML
SESSION_TYPE_CFML
static final short SESSION_TYPE_J2EE
SESSION_TYPE_J2EE
static final short RECOMPILE_NEVER
RECOMPILE_NEVER
static final short RECOMPILE_AFTER_STARTUP
RECOMPILE_AT_STARTUP
static final short RECOMPILE_ALWAYS
RECOMPILE_ALWAYS
static final short INSPECT_ALWAYS
static final short INSPECT_ONCE
static final short INSPECT_NEVER
static final int CACHE_DEFAULT_NONE
static final int CACHE_DEFAULT_OBJECT
static final int CACHE_DEFAULT_TEMPLATE
static final int CACHE_DEFAULT_QUERY
static final int CACHE_DEFAULT_RESOURCE
static final int CACHE_DEFAULT_FUNCTION
static final int CACHE_DEFAULT_INCLUDE
short getInspectTemplate()
String getDefaultDataSource()
short getScopeCascadingType()
String[] getCFMLExtensions()
String getCFCExtension()
Mapping[] getCustomTagMappings()
boolean allowImplicidQueryCall()
boolean mergeFormAndURL()
TimeSpan getApplicationTimeout()
TimeSpan getSessionTimeout()
TimeSpan getClientTimeout()
TimeSpan getRequestTimeout()
boolean isClientCookies()
boolean isClientManagement()
boolean isDomainCookies()
boolean isSessionManagement()
boolean isMailSpoolEnable()
int getMailTimeout()
boolean getPSQL()
boolean debug()
Resource getTempDirectory()
int getMailSpoolInterval()
TimeZone getTimeZone()
long getTimeServerOffset()
boolean hasPassword()
boolean passwordEqual(String password)
password
- boolean hasServerPassword()
Mapping[] getMappings()
Resource getConfigDir()
Resource getConfigFile()
long getLoadTime()
String getBaseComponentTemplate()
short getClientType()
int getComponentDataMemberDefaultAccess()
String getTimeServer()
String getComponentDumpTemplate()
String getDebugTemplate()
getDebugEntry(ip, defaultValue)
String getErrorTemplate(int statusCode)
short getSessionType()
String getWebCharset()
String getTemplateCharset()
String getResourceCharset()
String getMailDefaultEncoding()
String getUpdateType()
URL getUpdateLocation()
Resource getDeployDirectory()
Resource getRootDirectory()
SecurityManager getSecurityManager()
CFXTagPool getCFXTagPool() throws PageException
PageException
LogAndSource getApplicationLogger()
LogAndSource getExceptionLogger()
LogAndSource getTraceLogger()
ConfigServer getConfigServer(String password) throws PageException
password
- PageException
LogAndSource getMailLogger()
LogAndSource getRequestTimeoutLogger()
LogAndSource getScheduleLogger()
void reloadTimeServerOffset()
void reset()
SearchEngine getSearchEngine()
Scheduler getScheduler()
Server[] getMailServers()
short getCompileType()
DataSource[] getDataSources()
Resource getResource(String path)
path
- get a resource that match this pathApplicationListener getApplicationListener()
int getScriptProtect()
ProxyData getProxyData()
boolean isProxyEnableFor(String host)
boolean getTriggerComponentDataMember()
RestSettings getRestSetting()
Resource getClientScopeDir()
long getClientScopeDirSize()
ClassLoader getRPCClassLoader(boolean reload) throws IOException
IOException
Resource getCacheDir()
long getCacheDirSize()
Map<String,CacheConnection> getCacheConnections()
CacheConnection getCacheDefaultConnection(int type)
type
- default type, one of the following (CACHE_DEFAULT_NONE, CACHE_DEFAULT_OBJECT, CACHE_DEFAULT_TEMPLATE, CACHE_DEFAULT_QUERY, CACHE_DEFAULT_RESOURCE)String getCacheDefaultConnectionName(int type)
type
- default type, one of the following (CACHE_DEFAULT_NONE, CACHE_DEFAULT_OBJECT, CACHE_DEFAULT_TEMPLATE, CACHE_DEFAULT_QUERY, CACHE_DEFAULT_RESOURCE)DumpWriter getDefaultDumpWriter(int defaultType)
defaultType
- DumpWriter getDumpWriter(String key, int defaultType) throws PageException
key
- key for DumpWriterdefaultType
- PageException
- if there is no DumpWriter for this keyDumpWriter getDumpWriter(String key) throws PageException
getDumpWriter(String key,int defaultType)
key
- key for DumpWriterPageException
- if there is no DumpWriter for this keyboolean useComponentShadow()
Mapping[] getComponentMappings()
boolean doCustomTagDeepSearch()
PrintWriter getErrWriter()
PrintWriter getOutWriter()
boolean doLocalCustomTag()
String[] getCustomTagExtensions()
boolean getErrorStatusCode()
int getLocalMode()
Class getClusterClass()
ClassLoader getClassLoader()
ClassLoader getClassLoader(Resource[] reses) throws IOException
IOException
Resource getExtensionDirectory()
ExtensionProvider[] getExtensionProviders()
Extension[] getExtensions()
PageSource getBaseComponentPageSource()
boolean allowRealPath()
Struct getConstants()
DataSource getDataSource(String datasource) throws PageException
PageException
DataSource getDataSource(String datasource, DataSource defaultValue)
Map getDataSourcesAsMap()
String getDefaultEncoding()
ResourceProvider getDefaultResourceProvider()
CFMLFactory getFactory()
boolean isExtensionEnabled()
Resource getFldFile()
Resource getTldFile()
PageSource getPageSource(Mapping[] mappings, String relPath, boolean onlyTopLevel)
mappings
- per application mappingsrelPath
- path to get PageSource foronlyTopLevel
- checks only toplevel mappingsPageSource getPageSourceExisting(PageContext pc, Mapping[] mappings, String relPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping, boolean onlyPhysicalExisting)
pc
- current PageContextmappings
- per application mappingsrelPath
- path to get PageSource foronlyTopLevel
- checks only toplevel mappingsuseSpecialMappings
- invoke special mappings like "mapping-tag" or "mapping-customtag"useDefaultMapping
- also invoke the always existing default mapping "/"PageSource[] getPageSources(PageContext pc, Mapping[] mappings, String relPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
pc
- current PageContextmappings
- per application mappingsrelPath
- path to get PageSource foronlyTopLevel
- checks only toplevel mappingsuseSpecialMappings
- invoke special mappings like "mapping-tag" or "mapping-customtag"useDefaultMapping
- also invoke the always existing default mapping "/"Resource getPhysical(Mapping[] mappings, String relPath, boolean alsoDefaultMapping)
mappings
- per application mappingsrelPath
- path to get PageSource foronlyTopLevel
- checks only toplevel mappingsResource[] getPhysicalResources(PageContext pc, Mapping[] mappings, String relPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
pc
- current PageContextmappings
- per application mappingsrelPath
- path to get PageSource foronlyTopLevel
- checks only toplevel mappingsuseSpecialMappings
- invoke special mappings like "mapping-tag" or "mapping-customtag"useDefaultMapping
- also invoke the always existing default mapping "/"Resource getPhysicalResourceExisting(PageContext pc, Mapping[] mappings, String relPath, boolean onlyTopLevel, boolean useSpecialMappings, boolean useDefaultMapping)
pc
- current PageContextmappings
- per application mappingsrelPath
- path to get Resource foronlyTopLevel
- checks only toplevel mappingsuseSpecialMappings
- invoke special mappings like "mapping-tag" or "mapping-customtag"useDefaultMapping
- also invoke the always existing default mapping "/"Resource getRemoteClientDirectory()
LogAndSource getRemoteClientLog()
RemoteClient[] getRemoteClients()
SpoolerEngine getSpoolerEngine()
ResourceProvider[] getResourceProviders()
double getVersion()
Resource getVideoDirectory()
boolean isShowVersion()
boolean isSuppressWhitespace()
Struct getRemoteClientUsage()
Class getAdminSyncClass()
Class getVideoExecuterClass()
ThreadQueue getThreadQueue()
boolean getSessionCluster()
boolean getClientCluster()
Resource getSecurityDirectory()
boolean isMonitoringEnabled()
RequestMonitor[] getRequestMonitors()
RequestMonitor getRequestMonitor(String name) throws PageException
PageException
IntervallMonitor[] getIntervallMonitors()
IntervallMonitor getIntervallMonitor(String name) throws PageException
PageException
void checkPermGenSpace(boolean check)
cs
- boolean allowRequestTimeout()
Copyright © 2015 Lucee