box.system.concurrent.Callable interface">
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.FrameworkSupertype
coldbox.system.Plugin
public class Plugin
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 |
private struct |
getRequestCollection([boolean private='false'])
Get a reference to the request collection |
private RequestContext |
getRequestContext()
Retrieve the request context object |
string |
getpluginAuthor()
Get the instance's pluginAuthor |
string |
getpluginAuthorURL()
Get the instance's pluginAuthorURL |
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 |
void |
setpluginAuthor(string pluginAuthor)
Set the instance's pluginAuthor |
void |
setpluginAuthorURL(string pluginAuthorURL)
Set the instance's pluginAuthorURL |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any controller)
controller - coldbox.system.web.Controller| Method Detail |
|---|
public string getPluginDescription()
public string getPluginName()
public string getPluginVersion()
private struct getRequestCollection([boolean private='false'])
private - Get the request collection or private request collectionprivate RequestContext getRequestContext()
public string getpluginAuthor()
public string getpluginAuthorURL()
public string getpluginPath()
public string setPluginDescription(string pluginDescription)
pluginDescriptionpublic string setPluginName(string pluginName)
pluginNamepublic string setPluginVersion(string pluginVersion)
pluginVersionpublic void setpluginAuthor(string pluginAuthor)
pluginAuthorpublic void setpluginAuthorURL(string pluginAuthorURL)
pluginAuthorURL
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||