|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.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 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 |
---|
public init(any controller)
controller
- coldbox.system.web.ControllerMethod Detail |
---|
public string getPluginDescription()
public string getPluginName()
public string getPluginVersion()
private any<struct> getRequestCollection([boolean private='false'])
private
- Get the request collection or private request collectionprivate any<RequestContext> getRequestContext()
public string getpluginAuthor()
public string getpluginAuthorURL()
public string getpluginPath()
public string setPluginDescription(any pluginDescription)
pluginDescription
public string setPluginName(any pluginName)
pluginName
public string setPluginVersion(any pluginVersion)
pluginVersion
public void setpluginAuthor(any pluginAuthor)
pluginAuthor
public void setpluginAuthorURL(any pluginAuthorURL)
pluginAuthorURL
|
ColdBox Platform v3.8.0 | ||||
FRAMES |