WEB-INF.cftags.component
coldbox.system.FrameworkSupertype
coldbox.system.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 any<struct>
|
getRequestCollection([boolean private='false'])
Get a reference to the request collection. |
private any<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(any pluginDescription)
Set the instance's pluginDescription. |
string
|
setPluginName(any pluginName)
Set the instance's pluginName. |
string
|
setPluginVersion(any pluginVersion)
Set the instance's pluginVersion. |
void
|
setpluginAuthor(any pluginAuthor)
Set the instance's pluginAuthor. |
void
|
setpluginAuthorURL(any pluginAuthorURL)
Set the instance's pluginAuthorURL. |
| Methods inherited from class WEB-INF.cftags.component |
|---|
| None |
| Constructor Detail |
|---|
The plugin constructor.
controller - coldbox.system.web.Controller| Method Detail |
|---|
Get the instance's pluginDescription
Get the instance's pluginName
Get the instance's pluginVersion
Get a reference to the request collection
private - Get the request collection or private request collectionRetrieve the request context object
Get the instance's pluginAuthor
Get the instance's pluginAuthorURL
Get the instance's pluginPath
Set the instance's pluginDescription
pluginDescriptionSet the instance's pluginName
pluginNameSet the instance's pluginVersion
pluginVersionSet the instance's pluginAuthor
pluginAuthorSet the instance's pluginAuthorURL
pluginAuthorURL