ColdBox Platform Version 2.6.3

coldbox.system
Class plugin

WEB-INF.cftags.component
        extended by coldbox.system.frameworkSupertype
            extended by coldbox.system.plugin
Direct Known Subclasses:
AntiSamy , JavaLoader , StringBuffer , Utilities , XMLParser , applicationstorage , beanFactory , cfcViewer , clientstorage , cookiestorage , feedGenerator , feedReader , i18n , ioc , json , logger , messagebox , methodInjector , queryHelper , renderer , resourceBundle , sessionstorage , timer , webservices , zip

public class plugin
extends frameworkSupertype

This is the plugin base cfc.


Constructor Summary
init(any controller)
          The plugin constructor.
 
Method Summary
 string getPluginDescription()
          Get the instance's pluginDescription
 string getPluginName()
          Get the instance's pluginName
 string getPluginVersion()
          Get the instance's pluginVersion
 string getpluginPath()
          Get the instance's pluginPath
 string setPluginDescription(string pluginDescription)
          Set the instance's pluginDescription
 string setPluginName(string pluginName)
          Set the instance's pluginName
 string setPluginVersion(string pluginVersion)
          Set the instance's pluginVersion
 
Methods inherited from class coldbox.system.frameworkSupertype
abort, announceInterception, dump, getColdboxOCM, getDatasource, getDebugMode, getHash, getInstance, getInterceptor, getMailSettings, getModel, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getcontroller, getfwLocale, htmlhead, include, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderView, rethrowit, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setcontroller, settingExists, throw
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(any controller)

Method Detail

getPluginDescription

public string getPluginDescription()
Get the instance's pluginDescription


getPluginName

public string getPluginName()
Get the instance's pluginName


getPluginVersion

public string getPluginVersion()
Get the instance's pluginVersion


getpluginPath

public string getpluginPath()
Get the instance's pluginPath


setPluginDescription

public string setPluginDescription(string pluginDescription)
Set the instance's pluginDescription

Parameters:
pluginDescription

setPluginName

public string setPluginName(string pluginName)
Set the instance's pluginName

Parameters:
pluginName

setPluginVersion

public string setPluginVersion(string pluginVersion)
Set the instance's pluginVersion

Parameters:
pluginVersion

ColdBox Platform Version 2.6.3