|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
| Method Summary | |
boolean |
allowImplicidQueryCall()
return if it is allowed to implizid query call, call a query member witot define name of the query. |
boolean |
allowRealPath()
|
boolean |
debug()
return if debug output will be generated |
boolean |
doCustomTagDeepSearch()
|
boolean |
doLocalCustomTag()
define if railo search in local directory for custom tags or not |
ApplicationListener |
getApplicationListener()
return current application listener |
LogAndSource |
getApplicationLogger()
|
TimeSpan |
getApplicationTimeout()
|
PageSource |
getBaseComponentPageSource()
|
java.lang.String |
getBaseComponentTemplate()
|
Resource |
getCacheDir()
|
long |
getCacheDirSize()
|
java.lang.String |
getCFCExtension()
|
java.lang.String |
getCFMLExtension()
return cfml extesnion |
CFXTagPool |
getCFXTagPool()
|
java.lang.ClassLoader |
getClassLoader()
|
Resource |
getClientScopeDir()
|
long |
getClientScopeDirSize()
|
short |
getClientType()
|
java.lang.Class |
getClusterClass()
|
short |
getCompileType()
return the compile type of this context |
int |
getComponentDataMemberDefaultAccess()
|
java.lang.String |
getComponentDumpTemplate()
|
Mapping |
getComponentMapping()
|
Resource |
getConfigDir()
|
Resource |
getConfigFile()
|
ConfigServer |
getConfigServer(java.lang.String password)
|
Struct |
getConstants()
|
Mapping[] |
getCustomTagMappings()
return the mapping to custom tag directory |
DataSource |
getDataSource(java.lang.String datasource)
|
DataSource[] |
getDataSources()
return the all datasources |
java.util.Map |
getDataSourcesAsMap()
|
java.lang.String |
getDebugTemplate()
|
DumpWriter |
getDefaultDumpWriter()
Deprecated. use instead getDefaultDumpWriter(int defaultType) |
DumpWriter |
getDefaultDumpWriter(int defaultType)
returns the default DumpWriter |
java.lang.String |
getDefaultEncoding()
|
ResourceProvider |
getDefaultResourceProvider()
|
Resource |
getDeployDirectory()
return directory, where railo deploy translated cfml classes (java and class files) |
DumpWriter |
getDumpWriter(java.lang.String key)
Deprecated. use instead getDumpWriter(String key,int defaultType) |
DumpWriter |
getDumpWriter(java.lang.String key,
int defaultType)
returns the DumpWriter matching key |
boolean |
getErrorStatusCode()
|
java.lang.String |
getErrorTemplate()
Deprecated. replaced with getErrorTemplate(int status) |
java.lang.String |
getErrorTemplate(int statusCode)
|
java.io.PrintWriter |
getErrWriter()
|
LogAndSource |
getExceptionLogger()
|
Resource |
getExtensionDirectory()
|
ExtensionProvider[] |
getExtensionProviders()
|
Extension[] |
getExtensions()
|
CFMLFactory |
getFactory()
|
Resource |
getFldFile()
|
java.lang.String |
getId()
|
long |
getLoadTime()
|
java.util.Locale |
getLocale()
|
int |
getLocalMode()
|
java.lang.String |
getMailDefaultEncoding()
|
LogAndSource |
getMailLogger()
|
Server[] |
getMailServers()
|
int |
getMailSpoolInterval()
|
int |
getMailTimeout()
|
Mapping[] |
getMappings()
|
java.io.PrintWriter |
getOutWriter()
|
PageSource |
getPageSource(Mapping[] mappings,
java.lang.String realPath,
boolean onlyTopLevel)
|
Resource |
getPhysical(Mapping[] mappings,
java.lang.String realPath,
boolean alsoDefaultMapping)
|
java.lang.String |
getProxyPassword()
return default proxy setting password |
int |
getProxyPort()
return default proxy setting port (default 80) |
java.lang.String |
getProxyServer()
return default proxy setting server |
java.lang.String |
getProxyUsername()
return default proxy setting username |
boolean |
getPSQL()
|
Resource |
getRemoteClientDirectory()
|
LogAndSource |
getRemoteClientLog()
|
RemoteClient[] |
getRemoteClients()
|
Struct |
getRemoteClientUsage()
|
TimeSpan |
getRequestTimeout()
|
LogAndSource |
getRequestTimeoutLogger()
|
Resource |
getResource(java.lang.String path)
|
java.lang.String |
getResourceCharset()
|
ResourceProvider[] |
getResourceProviders()
|
Resource |
getRootDirectory()
|
java.lang.ClassLoader |
getRPCClassLoader(boolean reload)
|
LogAndSource |
getScheduleLogger()
|
Scheduler |
getScheduler()
|
short |
getScopeCascadingType()
return how railo cascade scopes |
int |
getScriptProtect()
|
SearchEngine |
getSearchEngine()
|
SecurityManager |
getSecurityManager()
|
TimeSpan |
getSessionTimeout()
|
short |
getSessionType()
|
SpoolerEngine |
getSpoolerEngine()
|
Resource |
getTempDirectory()
return the temp directory |
java.lang.String |
getTemplateCharset()
|
java.lang.String |
getTimeServer()
|
long |
getTimeServerOffset()
|
java.util.TimeZone |
getTimeZone()
|
Resource |
getTldFile()
|
LogAndSource |
getTraceLogger()
|
boolean |
getTriggerComponentDataMember()
|
java.net.URL |
getUpdateLocation()
|
java.lang.String |
getUpdateType()
|
double |
getVersion()
|
Resource |
getVideoDirectory()
|
java.lang.String |
getVideoProviderLocation()
|
java.lang.String |
getWebCharset()
|
boolean |
hasPassword()
|
boolean |
hasServerPassword()
|
boolean |
isClientCookies()
|
boolean |
isClientManagement()
|
boolean |
isDomainCookies()
|
boolean |
isExtensionEnabled()
|
boolean |
isMailSpoolEnable()
|
boolean |
isProxyEnableFor(java.lang.String host)
return if proxy is enabled or not |
boolean |
isSessionManagement()
|
boolean |
isShowVersion()
|
boolean |
isSuppressWhitespace()
|
boolean |
isVideoAgreementAccepted()
|
boolean |
mergeFormAndURL()
e merged return if url and form scope will b |
boolean |
passwordEqual(java.lang.String password)
|
void |
reloadTimeServerOffset()
reload the time offset to a time server |
void |
reset()
reset config |
boolean |
useComponentShadow()
define if components has a "shadow" in the component variables scope or not. |
| Field Detail |
public static final short SCOPE_STRICT
public static final short SCOPE_SMALL
public static final short SCOPE_STANDARD
public static final short CLIENT_SCOPE_TYPE_COOKIE
CLIENT_SCOPE_TYPE_COOKIE
public static final short CLIENT_SCOPE_TYPE_FILE
CLIENT_SCOPE_TYPE_FILE
public static final short CLIENT_SCOPE_TYPE_DB
CLIENT_SCOPE_TYPE_DB
public static final short SESSION_TYPE_CFML
SESSION_TYPE_CFML
public static final short SESSION_TYPE_J2EE
SESSION_TYPE_J2EE
public static final short RECOMPILE_NEVER
RECOMPILE_NEVER
public static final short RECOMPILE_AFTER_STARTUP
RECOMPILE_AT_STARTUP
public static final short RECOMPILE_ALWAYS
RECOMPILE_ALWAYS
| Method Detail |
public short getScopeCascadingType()
public java.lang.String getCFMLExtension()
public java.lang.String getCFCExtension()
public Mapping[] getCustomTagMappings()
public boolean allowImplicidQueryCall()
public boolean mergeFormAndURL()
public TimeSpan getApplicationTimeout()
public TimeSpan getSessionTimeout()
public TimeSpan getRequestTimeout()
public boolean isClientCookies()
public boolean isClientManagement()
public boolean isDomainCookies()
public boolean isSessionManagement()
public boolean isMailSpoolEnable()
public int getMailTimeout()
public boolean getPSQL()
public java.util.Locale getLocale()
public boolean debug()
public Resource getTempDirectory()
public int getMailSpoolInterval()
public java.util.TimeZone getTimeZone()
public long getTimeServerOffset()
public boolean hasPassword()
public boolean passwordEqual(java.lang.String password)
password -
public boolean hasServerPassword()
public Mapping[] getMappings()
public Resource getConfigDir()
public Resource getConfigFile()
public long getLoadTime()
public java.lang.String getBaseComponentTemplate()
public short getClientType()
public int getComponentDataMemberDefaultAccess()
public java.lang.String getTimeServer()
public java.lang.String getComponentDumpTemplate()
public java.lang.String getId()
public java.lang.String getDebugTemplate()
public java.lang.String getErrorTemplate()
public java.lang.String getErrorTemplate(int statusCode)
public short getSessionType()
public java.lang.String getWebCharset()
public java.lang.String getTemplateCharset()
public java.lang.String getResourceCharset()
public java.lang.String getMailDefaultEncoding()
public java.lang.String getUpdateType()
public java.net.URL getUpdateLocation()
public Resource getDeployDirectory()
public Resource getRootDirectory()
public SecurityManager getSecurityManager()
public CFXTagPool getCFXTagPool()
throws PageException
PageExceptionpublic LogAndSource getApplicationLogger()
public LogAndSource getExceptionLogger()
public LogAndSource getTraceLogger()
public ConfigServer getConfigServer(java.lang.String password)
throws PageException
password -
PageExceptionpublic LogAndSource getMailLogger()
public LogAndSource getRequestTimeoutLogger()
public LogAndSource getScheduleLogger()
public void reloadTimeServerOffset()
public void reset()
public SearchEngine getSearchEngine()
public Scheduler getScheduler()
public Server[] getMailServers()
public short getCompileType()
public DataSource[] getDataSources()
public Resource getResource(java.lang.String path)
path - get a resource that match this path
public ApplicationListener getApplicationListener()
public int getScriptProtect()
public java.lang.String getProxyPassword()
public int getProxyPort()
public java.lang.String getProxyServer()
public java.lang.String getProxyUsername()
public boolean isProxyEnableFor(java.lang.String host)
public boolean getTriggerComponentDataMember()
public Resource getClientScopeDir()
public long getClientScopeDirSize()
public java.lang.ClassLoader getRPCClassLoader(boolean reload)
throws java.io.IOException
java.io.IOExceptionpublic Resource getCacheDir()
public long getCacheDirSize()
public DumpWriter getDefaultDumpWriter()
getDefaultDumpWriter(int defaultType)
public DumpWriter getDefaultDumpWriter(int defaultType)
defaultType -
public DumpWriter getDumpWriter(java.lang.String key,
int defaultType)
throws PageException
key - key for DumpWriterdefaultType -
PageException - if there is no DumpWriter for this key
public DumpWriter getDumpWriter(java.lang.String key)
throws PageException
getDumpWriter(String key,int defaultType)
key - key for DumpWriter
PageException - if there is no DumpWriter for this keypublic boolean useComponentShadow()
public Mapping getComponentMapping()
public boolean doCustomTagDeepSearch()
public java.io.PrintWriter getErrWriter()
public java.io.PrintWriter getOutWriter()
public boolean doLocalCustomTag()
public boolean getErrorStatusCode()
public int getLocalMode()
public java.lang.Class getClusterClass()
public java.lang.ClassLoader getClassLoader()
public Resource getExtensionDirectory()
public ExtensionProvider[] getExtensionProviders()
public Extension[] getExtensions()
public PageSource getBaseComponentPageSource()
public boolean allowRealPath()
public Struct getConstants()
public DataSource getDataSource(java.lang.String datasource)
throws PageException
PageExceptionpublic java.util.Map getDataSourcesAsMap()
public java.lang.String getDefaultEncoding()
public ResourceProvider getDefaultResourceProvider()
public CFMLFactory getFactory()
public boolean isExtensionEnabled()
public Resource getFldFile()
public Resource getTldFile()
public PageSource getPageSource(Mapping[] mappings,
java.lang.String realPath,
boolean onlyTopLevel)
public Resource getPhysical(Mapping[] mappings,
java.lang.String realPath,
boolean alsoDefaultMapping)
realPath - alsoDefaultMapping - ignore default mapping (/) or not
public Resource getRemoteClientDirectory()
public LogAndSource getRemoteClientLog()
public RemoteClient[] getRemoteClients()
public SpoolerEngine getSpoolerEngine()
public ResourceProvider[] getResourceProviders()
public double getVersion()
public Resource getVideoDirectory()
public java.lang.String getVideoProviderLocation()
public boolean isShowVersion()
public boolean isSuppressWhitespace()
public boolean isVideoAgreementAccepted()
public Struct getRemoteClientUsage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||