|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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)
componentpublic any addToHTMLFootQueue([any text])
textpublic any addToHTMLHeadQueue([any text])
textpublic any createCustomSettingsDir()
public any deleteCustomSetting(string name)
namepublic any fixOracleClobs([any rs])
rspublic any getApplication([any purge='false'])
purgepublic any getAssignedSites()
public string getCategory()
public string getCreated()
public any getCustomSetting(string name, [any default])
namedefaultpublic 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'])
purgepublic any getSetting(string property)
propertypublic any getSettings()
public string getVersion()
public any initSettings([any data='[runtime expression]'])
datapublic any purgeCustomSettings()
public any setCategory([String category])
categorypublic any setCreated([String created])
createdpublic void setCustomSetting(string name, any value)
namevaluepublic any setDeployed([any deployed])
deployedpublic any setDirectory([String directory])
directorypublic any setLoadPriority([any loadPriority])
loadPrioritypublic any setModuleID([String moduleID])
moduleIDpublic any setName([String name])
namepublic any setPackage([String package])
packagepublic any setPluginID([any pluginID])
pluginIDpublic any setProvider([String provider])
providerpublic any setProviderURL([String providerURL])
providerURLpublic any setSetting(string property, [any propertyValue=''])
propertypropertyValuepublic any setVersion([String version])
version
|
Mura CMS 6.1 | ||||
| FRAMES | |||||