|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.plugin.pluginConfig
public class pluginConfig
Method Summary | |
---|---|
void |
addEventHandler(any component)
|
any |
addToHTMLFootQueue([any text])
|
any |
addToHTMLHeadQueue([any text])
|
any |
createCustomSettingsDir()
|
any |
deleteCustomSetting(string name)
|
any |
fixOracleClobs([any rs])
|
any |
getApplication([any purge='false'])
|
any |
getAssignedSites()
|
string |
getCategory()
|
string |
getCreated()
|
any |
getCustomSetting(string name, [any default])
|
numeric |
getDeployed()
|
string |
getDirectory()
|
any |
getFullPath()
|
any |
getLoadPriority()
|
string |
getModuleID()
|
string |
getName()
|
string |
getPackage()
|
numeric |
getPluginID()
|
string |
getProvider()
|
string |
getProviderURL()
|
any |
getSession([any purge='false'])
|
any |
getSetting(string property)
|
any |
getSettings()
|
string |
getVersion()
|
any |
initSettings([any data='[runtime expression]'])
|
any |
purgeCustomSettings()
|
any |
setCategory([String category])
|
any |
setCreated([String created])
|
void |
setCustomSetting(string name, any value)
|
any |
setDeployed([any deployed])
|
any |
setDirectory([String directory])
|
any |
setLoadPriority([any loadPriority])
|
any |
setModuleID([String moduleID])
|
any |
setName([String name])
|
any |
setPackage([String package])
|
any |
setPluginID([any pluginID])
|
any |
setProvider([String provider])
|
any |
setProviderURL([String providerURL])
|
any |
setSetting(string property, [any propertyValue=''])
|
any |
setVersion([String version])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, init, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Method Detail |
---|
public void addEventHandler(any component)
component
public any addToHTMLFootQueue([any text])
text
public any addToHTMLHeadQueue([any text])
text
public any createCustomSettingsDir()
public any deleteCustomSetting(string name)
name
public any fixOracleClobs([any rs])
rs
public any getApplication([any purge='false'])
purge
public any getAssignedSites()
public string getCategory()
public string getCreated()
public any getCustomSetting(string name, [any default])
name
default
public numeric getDeployed()
public string getDirectory()
public any getFullPath()
public any getLoadPriority()
public string getModuleID()
public string getName()
public string getPackage()
public numeric getPluginID()
public string getProvider()
public string getProviderURL()
public any getSession([any purge='false'])
purge
public any getSetting(string property)
property
public any getSettings()
public string getVersion()
public any initSettings([any data='[runtime expression]'])
data
public any purgeCustomSettings()
public any setCategory([String category])
category
public any setCreated([String created])
created
public void setCustomSetting(string name, any value)
name
value
public any setDeployed([any deployed])
deployed
public any setDirectory([String directory])
directory
public any setLoadPriority([any loadPriority])
loadPriority
public any setModuleID([String moduleID])
moduleID
public any setName([String name])
name
public any setPackage([String package])
package
public any setPluginID([any pluginID])
pluginID
public any setProvider([String provider])
provider
public any setProviderURL([String providerURL])
providerURL
public any setSetting(string property, [any propertyValue=''])
property
propertyValue
public any setVersion([String version])
version
|
Mura CMS 6.1 | ||||
FRAMES |