|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Config
interface for Config Object
Field Summary | |
---|---|
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 |
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 |
Field Detail |
---|
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
Method Detail |
---|
short getScopeCascadingType()
String[] getCFMLExtensions()
String getCFCExtension()
Mapping[] getCustomTagMappings()
boolean allowImplicidQueryCall()
boolean mergeFormAndURL()
TimeSpan getApplicationTimeout()
TimeSpan getSessionTimeout()
TimeSpan getRequestTimeout()
boolean isClientCookies()
boolean isClientManagement()
boolean isDomainCookies()
boolean isSessionManagement()
boolean isMailSpoolEnable()
int getMailTimeout()
boolean getPSQL()
Locale getLocale()
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 getId()
String getDebugTemplate()
String getErrorTemplate()
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
ConfigServer getConfigServer()
getConfigServer(String password)
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 path
ApplicationListener getApplicationListener()
int getScriptProtect()
String getProxyPassword()
int getProxyPort()
String getProxyServer()
String getProxyUsername()
boolean isProxyEnableFor(String host)
boolean getTriggerComponentDataMember()
Resource getClientScopeDir()
long getClientScopeDirSize()
ClassLoader getRPCClassLoader(boolean reload) throws IOException
IOException
Resource getCacheDir()
long getCacheDirSize()
DumpWriter getDefaultDumpWriter()
getDefaultDumpWriter(int defaultType)
defaultType
-
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 DumpWriter
PageException
- if there is no DumpWriter for this keyboolean useComponentShadow()
Mapping getComponentMapping()
public Mapping[] getComponentMappings()
instead
boolean doCustomTagDeepSearch()
PrintWriter getErrWriter()
PrintWriter getOutWriter()
boolean doLocalCustomTag()
String[] getCustomTagExtensions()
boolean getErrorStatusCode()
int getLocalMode()
Class getClusterClass()
ClassLoader getClassLoader()
Resource getExtensionDirectory()
ExtensionProvider[] getExtensionProviders()
Extension[] getExtensions()
PageSource getBaseComponentPageSource()
boolean allowRealPath()
Struct getConstants()
DataSource getDataSource(String datasource) throws PageException
PageException
Map getDataSourcesAsMap()
String getDefaultEncoding()
ResourceProvider getDefaultResourceProvider()
CFMLFactory getFactory()
boolean isExtensionEnabled()
Resource getFldFile()
Resource getTldFile()
PageSource getPageSource(Mapping[] mappings, String realPath, boolean onlyTopLevel)
mappings
- per application mappingsrealPath
- path to get PageSource foronlyTopLevel
- checks only toplevel mappingsResource getPhysical(Mapping[] mappings, String realPath, boolean alsoDefaultMapping)
mappings
- per application mappingsrealPath
- path to get PageSource foronlyTopLevel
- checks only toplevel mappingsResource getRemoteClientDirectory()
LogAndSource getRemoteClientLog()
RemoteClient[] getRemoteClients()
SpoolerEngine getSpoolerEngine()
ResourceProvider[] getResourceProviders()
double getVersion()
Resource getVideoDirectory()
boolean isShowVersion()
boolean isSuppressWhitespace()
Struct getRemoteClientUsage()
Class getAdminSyncClass()
Class getVideoExecuterClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |