|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.configBean
public class configBean
Method Summary | |
---|---|
any |
addCustomUrlVarDelimiter([any delim])
|
any |
applyDbUpdates()
|
any |
cleanFilePath([any filePath])
|
any |
dbCreateIndex([any table], [any column=''])
deprecated, use dbUtility |
private any |
dbDropColumn([any table], [any column=''])
deprecated, use dbUtility |
any |
dbDropIndex([any table], [any column=''])
deprecated, use dbUtility |
any |
dbTableColumns([any table])
deprecated, use dbUtility |
any |
getAdminDir()
|
any |
getAdminDomain()
|
any |
getAdminEmail()
|
numeric |
getAdminSSL()
|
boolean |
getAllowAutoUpdates()
|
any |
getAllValues()
|
any |
getAppreloadKey()
|
any |
getAssetDir()
|
any |
getAssetPath()
|
boolean |
getAutoResetPasswords()
|
numeric |
getBCryptLogRounds()
|
any |
getClassExtensionManager()
|
any |
getClusterIPList()
|
any |
getCompiler()
|
boolean |
getConfirmSaveAsDraft()
|
any |
getContext()
|
boolean |
getCreateRequiredDirectories()
|
any |
getCustomVarDelimiters()
|
any |
getDashboard()
|
any |
getDatasource([any mode=''])
|
any |
getDbColumnCFType([any column], [any table])
|
any |
getDbPassword([any mode=''])
|
any |
getDbTablespace()
|
any |
getDbType()
|
any |
getDbUsername([any mode=''])
|
any |
getDebuggingEnabled()
|
any |
getDefaultLocale()
|
any |
getEnableMuraTag()
|
any |
getEncryptionKey()
|
boolean |
getEncryptPasswords()
|
any |
getFileDelim()
|
any |
getFileDir()
|
any |
getFileStore()
|
any |
getFileStoreAccessInfo()
|
any |
getFileStoreEndPoint()
|
any |
getImageInterpolation()
|
any |
getIndexFile()
|
boolean |
getIndexFileInURLS()
|
numeric |
getLogEvents()
|
any |
getLoginStrikes()
|
any |
getMailServerIP()
|
any |
getMailServerPassword()
|
any |
getMailServerPOPPort()
|
any |
getMailServerSMTPPort()
|
any |
getMailServerSSL()
|
any |
getMailServerTLS()
|
any |
getMailServerUsername(any forLogin='false')
|
any |
getMailServerUsernameEmail()
|
any |
getMapDir()
|
any |
getMaxArchivedVersions()
|
any |
getMode()
|
boolean |
getNotifyWithVersionLink()
|
any |
getPluginDir()
|
any |
getProductionAssetdir()
|
any |
getProductionAssetPath()
|
any |
getProductionDatasource()
|
any |
getProductionFiledir()
|
any |
getProductionPushMode()
|
any |
getProductionWebroot()
|
any |
getProxyPassword()
|
any |
getProxyPort()
|
any |
getProxyServer()
|
any |
getProxyUser()
|
boolean |
getPurgeDrafts()
|
any |
getReadOnlyDatasource([any mode=''])
|
any |
getReadOnlyDbPassword()
|
any |
getReadOnlyDbUsername()
|
any |
getReadOnlyQRYAttrs()
|
boolean |
getScriptProtect()
|
any |
getSendFromMailServerUsername()
|
any |
getServerPort()
|
numeric |
getSessionHistory()
|
boolean |
getSharableRemoteSessions()
|
boolean |
getSiteIDInURLS()
|
any |
getSortPermission()
|
boolean |
getStrictExtendedData()
|
any |
getStub()
|
any |
getTempDir()
|
any |
getTitle()
|
numeric |
getUseDefaultSMTPServer()
|
any |
getValue(string property, [any defaultValue])
|
any |
getVersion()
|
any |
getWebRoot()
|
any |
getWebRootMap()
|
any |
loadClassExtensionManager()
|
any |
OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions |
any |
qualifySchema([any table])
Add schema to table name where required |
any |
set([struct config])
|
any |
setAdminDir([String adminDir])
|
any |
setAdminDomain([String AdminDomain])
|
any |
setAdminEmail([String AdminEmail])
|
any |
setAdminSSL([Numeric AdminSSL])
|
any |
setAllowAutoUpdates([any allowAutoUpdates])
|
any |
setAppreloadKey([String AppreloadKey])
|
any |
setAssetDir([string assetDir=''])
|
any |
setAssetPath([String assetPath=''])
|
any |
setAutoResetPasswords([any autoresetpasswords])
|
any |
setBCryptLogRounds([String BCryptLogRounds])
|
any |
setClusterIPList([String clusterIPList])
|
any |
setCompiler([string compiler])
|
any |
setConfirmSaveAsDraft([any ConfirmSaveAsDraft])
|
any |
setContext([String Context])
|
any |
setCreateRequiredDirectories([any createRequiredDirectories])
|
any |
setDashboard([String dashboard])
|
any |
setDatasource([String Datasource])
|
any |
setDbPassword([string dbPassword])
|
any |
setDbTablespace([string dbTablespace])
|
any |
setDbType([string dbType])
|
any |
setDbUsername([string dbUsername])
|
any |
setDebuggingEnabled([string debuggingEnabled])
|
any |
setDefaultLocale([String locale])
|
any |
setEnableMuraTag([String enableMuraTag])
|
any |
setEncryptionKey([any encryptionKey])
|
any |
setEncryptPasswords([any encryptPasswords])
|
any |
setFileDelim()
|
any |
setFileDir([string fileDir=''])
|
any |
setFileStore([String fileStore])
|
any |
setFileStoreAccessInfo([String fileStoreAccessInfo])
|
any |
setFileStoreEndPoint([String fileStoreEndPoint])
|
any |
setImageInterpolation([String imageInterpolation])
|
any |
setIndexFile([String IndexFile])
|
any |
setIndexFileInURLS([any indexFileInURLS])
|
any |
setLogEvents([Numeric logEvents])
|
any |
setLoginStrikes([any loginStrikes])
|
any |
setMailServerIP([String MailServerIP])
|
any |
setMailServerPassword([String MailServerPassword])
|
any |
setMailServerPOPPort([String MailServerPOPPort])
|
any |
setMailServerSMTPPort([String mailServerSMTPPort])
|
any |
setMailServerSSL([String mailServerSSL])
|
any |
setMailServerTLS([String mailServerTLS])
|
any |
setMailServerUsername([String MailServerUsername])
|
any |
setMailServerUsernameEmail([String MailServerUsernameEmail])
|
any |
setMapDir([String MapDir])
|
any |
setMaxArchivedVersions([any maxArchivedVersions])
|
any |
setMaxSourceImageWidth([String maxSourceImageWidth])
|
any |
setMode([String Mode])
|
any |
setNotifyWithVersionLink([any notifyWithVersionLink])
|
any |
setPluginDir([String pluginDir])
|
any |
setPostBundles([string postBundles])
|
any |
setProductionAssetdir([String ProductionAssetdir])
|
any |
setProductionAssetPath([String ProductionAssetPath])
|
any |
setProductionDatasource([String ProductionDatasource])
|
any |
setProductionFiledir([String ProductionFiledir])
|
any |
setProductionPushMode([String productionPushMode])
|
any |
setProductionWebroot([String ProductionWebroot])
|
any |
setProxyPassword([String proxyPassword])
|
any |
setProxyPort([String proxyPort])
|
any |
setProxyServer([String proxyServer])
|
any |
setProxyUser([String proxyUser])
|
any |
setPurgeDrafts([any purgeDrafts])
|
any |
setReadOnlyDatasource([String readOnlyDatasource])
|
any |
setReadOnlyDbPassword([String readOnlyDbPassword])
|
any |
setReadOnlyDbUsername([String readOnlyDbUsername])
|
any |
setScriptProtect([any scriptProtect])
|
any |
setSendFromMailServerUsername([any sendFromMailServerUsername])
|
any |
setServerPort([string ServerPort])
|
any |
setSessionHistory([String SessionHistory])
|
any |
setSharableRemoteSessions([any sharableRemoteSessions])
|
any |
setSiteIDInURLS([any siteIDInURLS])
|
any |
setSortPermission([String sortPermission])
|
any |
setStrictExtendedData([any strictExtendedData])
|
any |
setStub([String Stub])
|
any |
setTempDir([any tempDir])
|
any |
setTitle([String Title])
|
any |
setTrackSessionInNewThread([string trackSessionInNewThread])
|
any |
setUseDefaultSMTPServer([any UseDefaultSMTPServer])
|
any |
setValue(string property, [any propertyValue=''])
|
any |
setVersion([String Version])
|
any |
setWebRoot([String webroot])
|
any |
setWebRootMap([String webrootmap])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, init, initTracePoint, injectMethod, invokeMethod, removeValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Method Detail |
---|
public any addCustomUrlVarDelimiter([any delim])
delim
public any applyDbUpdates()
public any cleanFilePath([any filePath])
filePath
public any dbCreateIndex([any table], [any column=''])
table
column
private any dbDropColumn([any table], [any column=''])
table
column
public any dbDropIndex([any table], [any column=''])
table
column
public any dbTableColumns([any table])
table
public any getAdminDir()
public any getAdminDomain()
public any getAdminEmail()
public numeric getAdminSSL()
public boolean getAllowAutoUpdates()
public any getAllValues()
public any getAppreloadKey()
public any getAssetDir()
public any getAssetPath()
public boolean getAutoResetPasswords()
public numeric getBCryptLogRounds()
public any getClassExtensionManager()
public any getClusterIPList()
public any getCompiler()
public boolean getConfirmSaveAsDraft()
public any getContext()
public boolean getCreateRequiredDirectories()
public any getCustomVarDelimiters()
public any getDashboard()
public any getDatasource([any mode=''])
mode
public any getDbColumnCFType([any column], [any table])
column
table
public any getDbPassword([any mode=''])
mode
public any getDbTablespace()
public any getDbType()
public any getDbUsername([any mode=''])
mode
public any getDebuggingEnabled()
public any getDefaultLocale()
public any getEnableMuraTag()
public any getEncryptionKey()
public boolean getEncryptPasswords()
public any getFileDelim()
public any getFileDir()
public any getFileStore()
public any getFileStoreAccessInfo()
public any getFileStoreEndPoint()
public any getImageInterpolation()
public any getIndexFile()
public boolean getIndexFileInURLS()
public numeric getLogEvents()
public any getLoginStrikes()
public any getMailServerIP()
public any getMailServerPassword()
public any getMailServerPOPPort()
public any getMailServerSMTPPort()
public any getMailServerSSL()
public any getMailServerTLS()
public any getMailServerUsername(any forLogin='false')
forLogin
public any getMailServerUsernameEmail()
public any getMapDir()
public any getMaxArchivedVersions()
public any getMode()
public boolean getNotifyWithVersionLink()
public any getPluginDir()
public any getProductionAssetdir()
public any getProductionAssetPath()
public any getProductionDatasource()
public any getProductionFiledir()
public any getProductionPushMode()
public any getProductionWebroot()
public any getProxyPassword()
public any getProxyPort()
public any getProxyServer()
public any getProxyUser()
public boolean getPurgeDrafts()
public any getReadOnlyDatasource([any mode=''])
mode
public any getReadOnlyDbPassword()
public any getReadOnlyDbUsername()
public any getReadOnlyQRYAttrs()
public boolean getScriptProtect()
public any getSendFromMailServerUsername()
public any getServerPort()
public numeric getSessionHistory()
public boolean getSharableRemoteSessions()
public boolean getSiteIDInURLS()
public any getSortPermission()
public boolean getStrictExtendedData()
public any getStub()
public any getTempDir()
public any getTitle()
public numeric getUseDefaultSMTPServer()
public any getValue(string property, [any defaultValue])
getValue
in class
cfobject
property
defaultValue
public any getVersion()
public any getWebRoot()
public any getWebRootMap()
public any loadClassExtensionManager()
public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName
- The name of the missing method.MissingMethodArguments
public any qualifySchema([any table])
table
public any set([struct config])
config
public any setAdminDir([String adminDir])
adminDir
public any setAdminDomain([String AdminDomain])
AdminDomain
public any setAdminEmail([String AdminEmail])
AdminEmail
public any setAdminSSL([Numeric AdminSSL])
AdminSSL
public any setAllowAutoUpdates([any allowAutoUpdates])
allowAutoUpdates
public any setAppreloadKey([String AppreloadKey])
AppreloadKey
public any setAssetDir([string assetDir=''])
assetDir
public any setAssetPath([String assetPath=''])
assetPath
public any setAutoResetPasswords([any autoresetpasswords])
autoresetpasswords
public any setBCryptLogRounds([String BCryptLogRounds])
BCryptLogRounds
public any setClusterIPList([String clusterIPList])
clusterIPList
public any setCompiler([string compiler])
compiler
public any setConfirmSaveAsDraft([any ConfirmSaveAsDraft])
ConfirmSaveAsDraft
public any setContext([String Context])
Context
public any setCreateRequiredDirectories([any createRequiredDirectories])
createRequiredDirectories
public any setDashboard([String dashboard])
dashboard
public any setDatasource([String Datasource])
Datasource
public any setDbPassword([string dbPassword])
dbPassword
public any setDbTablespace([string dbTablespace])
dbTablespace
public any setDbType([string dbType])
dbType
public any setDbUsername([string dbUsername])
dbUsername
public any setDebuggingEnabled([string debuggingEnabled])
debuggingEnabled
public any setDefaultLocale([String locale])
locale
public any setEnableMuraTag([String enableMuraTag])
enableMuraTag
public any setEncryptionKey([any encryptionKey])
encryptionKey
public any setEncryptPasswords([any encryptPasswords])
encryptPasswords
public any setFileDelim()
public any setFileDir([string fileDir=''])
fileDir
public any setFileStore([String fileStore])
fileStore
public any setFileStoreAccessInfo([String fileStoreAccessInfo])
fileStoreAccessInfo
public any setFileStoreEndPoint([String fileStoreEndPoint])
fileStoreEndPoint
public any setImageInterpolation([String imageInterpolation])
imageInterpolation
public any setIndexFile([String IndexFile])
IndexFile
public any setIndexFileInURLS([any indexFileInURLS])
indexFileInURLS
public any setLogEvents([Numeric logEvents])
logEvents
public any setLoginStrikes([any loginStrikes])
loginStrikes
public any setMailServerIP([String MailServerIP])
MailServerIP
public any setMailServerPassword([String MailServerPassword])
MailServerPassword
public any setMailServerPOPPort([String MailServerPOPPort])
MailServerPOPPort
public any setMailServerSMTPPort([String mailServerSMTPPort])
mailServerSMTPPort
public any setMailServerSSL([String mailServerSSL])
mailServerSSL
public any setMailServerTLS([String mailServerTLS])
mailServerTLS
public any setMailServerUsername([String MailServerUsername])
MailServerUsername
public any setMailServerUsernameEmail([String MailServerUsernameEmail])
MailServerUsernameEmail
public any setMapDir([String MapDir])
MapDir
public any setMaxArchivedVersions([any maxArchivedVersions])
maxArchivedVersions
public any setMaxSourceImageWidth([String maxSourceImageWidth])
maxSourceImageWidth
public any setMode([String Mode])
Mode
public any setNotifyWithVersionLink([any notifyWithVersionLink])
notifyWithVersionLink
public any setPluginDir([String pluginDir])
pluginDir
public any setPostBundles([string postBundles])
postBundles
public any setProductionAssetdir([String ProductionAssetdir])
ProductionAssetdir
public any setProductionAssetPath([String ProductionAssetPath])
ProductionAssetPath
public any setProductionDatasource([String ProductionDatasource])
ProductionDatasource
public any setProductionFiledir([String ProductionFiledir])
ProductionFiledir
public any setProductionPushMode([String productionPushMode])
productionPushMode
public any setProductionWebroot([String ProductionWebroot])
ProductionWebroot
public any setProxyPassword([String proxyPassword])
proxyPassword
public any setProxyPort([String proxyPort])
proxyPort
public any setProxyServer([String proxyServer])
proxyServer
public any setProxyUser([String proxyUser])
proxyUser
public any setPurgeDrafts([any purgeDrafts])
purgeDrafts
public any setReadOnlyDatasource([String readOnlyDatasource])
readOnlyDatasource
public any setReadOnlyDbPassword([String readOnlyDbPassword])
readOnlyDbPassword
public any setReadOnlyDbUsername([String readOnlyDbUsername])
readOnlyDbUsername
public any setScriptProtect([any scriptProtect])
scriptProtect
public any setSendFromMailServerUsername([any sendFromMailServerUsername])
sendFromMailServerUsername
public any setServerPort([string ServerPort])
ServerPort
public any setSessionHistory([String SessionHistory])
SessionHistory
public any setSharableRemoteSessions([any sharableRemoteSessions])
sharableRemoteSessions
public any setSiteIDInURLS([any siteIDInURLS])
siteIDInURLS
public any setSortPermission([String sortPermission])
sortPermission
public any setStrictExtendedData([any strictExtendedData])
strictExtendedData
public any setStub([String Stub])
Stub
public any setTempDir([any tempDir])
tempDir
public any setTitle([String Title])
Title
public any setTrackSessionInNewThread([string trackSessionInNewThread])
trackSessionInNewThread
public any setUseDefaultSMTPServer([any UseDefaultSMTPServer])
UseDefaultSMTPServer
public any setValue(string property, [any propertyValue=''])
setValue
in class
cfobject
property
propertyValue
public any setVersion([String Version])
Version
public any setWebRoot([String webroot])
webroot
public any setWebRootMap([String webrootmap])
webrootmap
|
Mura CMS 6.1 | ||||
FRAMES |