Mura CMS 6.1

mura.plugin
Class pluginConfig

railo-context.Component
        extended by mura.cfobject
            extended by mura.plugin.pluginConfig

public class pluginConfig
extends cfobject

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

addEventHandler

public void addEventHandler(any component)

Parameters:
component

addToHTMLFootQueue

public any addToHTMLFootQueue([any text])

Parameters:
text

addToHTMLHeadQueue

public any addToHTMLHeadQueue([any text])

Parameters:
text

createCustomSettingsDir

public any createCustomSettingsDir()


deleteCustomSetting

public any deleteCustomSetting(string name)

Parameters:
name

fixOracleClobs

public any fixOracleClobs([any rs])

Parameters:
rs

getApplication

public any getApplication([any purge='false'])

Parameters:
purge

getAssignedSites

public any getAssignedSites()


getCategory

public string getCategory()


getCreated

public string getCreated()


getCustomSetting

public any getCustomSetting(string name, [any default])

Parameters:
name
default

getDeployed

public numeric getDeployed()


getDirectory

public string getDirectory()


getFullPath

public any getFullPath()


getLoadPriority

public any getLoadPriority()


getModuleID

public string getModuleID()


getName

public string getName()


getPackage

public string getPackage()


getPluginID

public numeric getPluginID()


getProvider

public string getProvider()


getProviderURL

public string getProviderURL()


getSession

public any getSession([any purge='false'])

Parameters:
purge

getSetting

public any getSetting(string property)

Parameters:
property

getSettings

public any getSettings()


getVersion

public string getVersion()


initSettings

public any initSettings([any data='[runtime expression]'])

Parameters:
data

purgeCustomSettings

public any purgeCustomSettings()


setCategory

public any setCategory([String category])

Parameters:
category

setCreated

public any setCreated([String created])

Parameters:
created

setCustomSetting

public void setCustomSetting(string name, any value)

Parameters:
name
value

setDeployed

public any setDeployed([any deployed])

Parameters:
deployed

setDirectory

public any setDirectory([String directory])

Parameters:
directory

setLoadPriority

public any setLoadPriority([any loadPriority])

Parameters:
loadPriority

setModuleID

public any setModuleID([String moduleID])

Parameters:
moduleID

setName

public any setName([String name])

Parameters:
name

setPackage

public any setPackage([String package])

Parameters:
package

setPluginID

public any setPluginID([any pluginID])

Parameters:
pluginID

setProvider

public any setProvider([String provider])

Parameters:
provider

setProviderURL

public any setProviderURL([String providerURL])

Parameters:
providerURL

setSetting

public any setSetting(string property, [any propertyValue=''])

Parameters:
property
propertyValue

setVersion

public any setVersion([String version])

Parameters:
version

Mura CMS 6.1