WEB-INF.cftags.componentmura.cfobject
mura.configBean
This provides access the global configuration
Method Summary | |
---|---|
any
|
OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions. |
any
|
addCustomUrlVarDelimiter([any delim])
|
any
|
addEventHandler([any component])
|
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
|
get(string property, [any defaultValue])
|
any
|
getAdminDir()
|
any
|
getAdminDomain()
|
any
|
getAdminEmail()
|
any
|
getAdminPath([any useProtocol='1'])
|
any
|
getAdminSSL()
|
any
|
getAllValues()
|
boolean
|
getAllowAutoUpdates()
|
any
|
getAppreloadKey()
|
any
|
getAssetDir()
|
any
|
getAssetPath()
|
boolean
|
getAutoResetPasswords()
|
any
|
getBCryptLogRounds()
|
any
|
getBCryptReseedFrequency()
|
any
|
getClassExtensionManager()
|
any
|
getClusterIPList()
|
any
|
getCompiler()
|
boolean
|
getConfirmSaveAsDraft()
|
any
|
getContext()
|
any
|
getCorePath([any useProtocol='1'])
|
boolean
|
getCreateRequiredDirectories()
|
any
|
getCustomVarDelimiters()
|
any
|
getDashboard()
|
any
|
getDataCollection()
|
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()
|
boolean
|
getEncryptPasswords()
|
any
|
getEncryptionKey()
|
any
|
getFileDelim()
|
any
|
getFileDir()
|
any
|
getFileStore()
|
any
|
getFileStoreAccessInfo()
|
any
|
getFileStoreEndPoint()
|
any
|
getImageInterpolation()
|
any
|
getImageQuality()
|
any
|
getIndexFile()
|
boolean
|
getIndexFileInURLS()
|
any
|
getLogEvents()
|
any
|
getLoginStrikes()
|
any
|
getMailServerIP()
|
any
|
getMailServerPOPPort()
|
any
|
getMailServerPassword()
|
any
|
getMailServerSMTPPort()
|
any
|
getMailServerSSL()
|
any
|
getMailServerTLS()
|
any
|
getMailServerUsername(any forLogin='false')
|
any
|
getMailServerUsernameEmail()
|
any
|
getMapDir()
|
any
|
getMaxArchivedVersions()
|
any
|
getMode()
|
boolean
|
getNotifyWithVersionLink()
|
any
|
getPluginDir()
|
any
|
getPluginsPath([any useProtocol='1'])
|
any
|
getProductionAssetPath()
|
any
|
getProductionAssetdir()
|
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()
|
any
|
getRequirementsPath([any useProtocol='1'])
|
any
|
getScheme()
|
boolean
|
getScriptProtect()
|
any
|
getSendFromMailServerUsername()
|
any
|
getServerPort()
|
any
|
getSessionHistory()
|
boolean
|
getSharableRemoteSessions()
|
any
|
getSiteAssetPath()
|
any
|
getSiteDir()
|
boolean
|
getSiteIDInURLS()
|
any
|
getSiteIncludePath()
|
any
|
getSiteMap()
|
any
|
getSortPermission()
|
boolean
|
getStrictExtendedData()
|
any
|
getStub()
|
any
|
getTempDir()
|
any
|
getTitle()
|
any
|
getUseDefaultSMTPServer()
|
any
|
getValue(string property, [any defaultValue])
|
any
|
getVersion()
|
any
|
getVersionFromFile()
|
any
|
getWebRoot()
|
any
|
getWebRootMap()
|
any
|
loadClassExtensionManager()
|
any
|
on([any eventName], [any fn])
|
any
|
qualifySchema([any table])
Add schema to table name where required. |
any
|
registerBean([any componentPath], [any siteid=''], [any moduleid='00000000000000000000000000000000000'], [any forceSchemaCheck='false'])
|
any
|
registerBeanDir([any dir], [any package], [any siteid=''], [any moduleid='00000000000000000000000000000000000'], [any applyGlobal='true'])
|
any
|
registerHandlerDir([any dir], [any package], [any siteid], [any moduleid='00000000000000000000000000000000000'], [any applyGlobal='true'])
|
any
|
registerModelDir([any dir], [any package], [any siteid=''], [any moduleid='00000000000000000000000000000000000'])
|
any
|
set(any property, [any propertyValue])
|
any
|
setAdminDir([String adminDir])
|
any
|
setAdminDomain([String AdminDomain])
|
any
|
setAdminEmail([String AdminEmail])
|
any
|
setAdminSSL([any 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
|
setBCryptReseedFrequency([String BCryptReseedFrequency])
|
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
|
setEncryptPasswords([any encryptPasswords])
|
any
|
setEncryptionKey([any encryptionKey])
|
any
|
setFileDelim([any fileDelim=''])
|
any
|
setFileDir([string fileDir=''])
|
any
|
setFileStore([String fileStore])
|
any
|
setFileStoreAccessInfo([String fileStoreAccessInfo])
|
any
|
setFileStoreEndPoint([String fileStoreEndPoint])
|
any
|
setImageInterpolation([String imageInterpolation])
|
any
|
setImageQuality([numeric imageQuality])
|
any
|
setIndexFile([String IndexFile])
|
any
|
setIndexFileInURLS([any indexFileInURLS])
|
any
|
setLogEvents([any logEvents])
|
any
|
setLoginStrikes([any loginStrikes])
|
any
|
setMailServerIP([String MailServerIP])
|
any
|
setMailServerPOPPort([String MailServerPOPPort])
|
any
|
setMailServerPassword([String MailServerPassword])
|
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
|
setProductionAssetPath([String ProductionAssetPath])
|
any
|
setProductionAssetdir([String ProductionAssetdir])
|
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])
|
any
|
trigger([any eventName])
|
Methods inherited from class WEB-INF.cftags.component |
---|
None |
Method Detail |
---|
Handles missing method exceptions.
MissingMethodName
- The name of the missing method.MissingMethodArguments
delim
component
filePath
deprecated, use dbUtility
table
column
deprecated, use dbUtility
table
column
deprecated, use dbUtility
table
column
deprecated, use dbUtility
table
get
in class
cfobject
property
defaultValue
useProtocol
useProtocol
mode
column
table
mode
mode
forLogin
useProtocol
mode
useProtocol
getValue
in class
cfobject
property
defaultValue
eventName
fn
Add schema to table name where required
table
componentPath
siteid
- Can be a listmoduleid
forceSchemaCheck
dir
package
siteid
- Can be a listmoduleid
applyGlobal
dir
package
siteid
- Can be a listmoduleid
applyGlobal
dir
package
siteid
- Can be a listmoduleid
set
in class
cfobject
property
propertyValue
adminDir
AdminDomain
AdminEmail
AdminSSL
allowAutoUpdates
AppreloadKey
assetDir
assetPath
autoresetpasswords
BCryptLogRounds
BCryptReseedFrequency
clusterIPList
compiler
ConfirmSaveAsDraft
Context
createRequiredDirectories
dashboard
Datasource
dbPassword
dbTablespace
dbType
dbUsername
debuggingEnabled
locale
enableMuraTag
encryptPasswords
encryptionKey
fileDelim
fileDir
fileStore
fileStoreAccessInfo
fileStoreEndPoint
imageInterpolation
imageQuality
IndexFile
indexFileInURLS
logEvents
loginStrikes
MailServerIP
MailServerPOPPort
MailServerPassword
mailServerSMTPPort
mailServerSSL
mailServerTLS
MailServerUsername
MailServerUsernameEmail
MapDir
maxArchivedVersions
maxSourceImageWidth
Mode
notifyWithVersionLink
pluginDir
postBundles
ProductionAssetPath
ProductionAssetdir
ProductionDatasource
ProductionFiledir
productionPushMode
ProductionWebroot
proxyPassword
proxyPort
proxyServer
proxyUser
purgeDrafts
readOnlyDatasource
readOnlyDbPassword
readOnlyDbUsername
scriptProtect
sendFromMailServerUsername
ServerPort
SessionHistory
sharableRemoteSessions
siteIDInURLS
sortPermission
strictExtendedData
Stub
tempDir
Title
trackSessionInNewThread
UseDefaultSMTPServer
setValue
in class
cfobject
property
propertyValue
Version
webroot
webrootmap
eventName