Enables the evaluation of Plug-in Metadata supplied by the plug-ins plugin.xml file.
Modifiers | Name | Description |
---|---|---|
java.lang.String |
BEAN_ID |
Id of the bean in the app ctx |
Type Params | Return Type | Name and description |
---|---|---|
|
GrailsPlugin |
getPluginForResource(java.lang.String name) Obtains a plug-in instance from the pluginManager for the given resource name. |
|
java.lang.String |
getPluginPathForResource(java.lang.String resourceName) Obtains the path to the plug-in for the given resource. |
|
java.lang.String[] |
getPluginResources(java.lang.String pluginName) Retrieves all the plugin resource names for the given plugin name. |
|
java.lang.String |
getPluginViewsPathForResource(java.lang.String resourceName) Obtains the path to the plug-in views directory for the given resource name. |
Methods inherited from class | Name |
---|---|
interface PluginManagerAware |
setPluginManager |
Obtains a plug-in instance from the pluginManager for the given resource name.
name
- The name of the resourceObtains the path to the plug-in for the given resource.
resourceName
- The name of the resourceRetrieves all the plugin resource names for the given plugin name.
pluginName
- The plugin nameObtains the path to the plug-in views directory for the given resource name.
resourceName
- The resource name