|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginMetaManager
An interface that enables the evaluation of Plug-in Metadata supplied by the plug-ins plugin.xml file
Field Summary | |
---|---|
static String |
BEAN_ID
Id of the bean in the app ctx |
Method Summary | |
---|---|
GrailsPlugin |
getPluginForResource(String name)
Obtains a plug-in instance from the pluginManager for the given resource name |
String |
getPluginPathForResource(String resourceName)
Obtains the path to the plug-in for the given resource |
String[] |
getPluginResources(String pluginName)
Retrieves all the plugin resource names for the given plugin name |
String |
getPluginViewsPathForResource(String resourceName)
Obtains the path to the plug-in views directory for the given resource name |
Methods inherited from interface org.codehaus.groovy.grails.plugins.PluginManagerAware |
---|
setPluginManager |
Field Detail |
---|
static final String BEAN_ID
Method Detail |
---|
String[] getPluginResources(String pluginName)
pluginName
- The plugin name
GrailsPlugin getPluginForResource(String name)
name
- The name of the resource
String getPluginPathForResource(String resourceName)
resourceName
- The name of the resource
String getPluginViewsPathForResource(String resourceName)
resourceName
- The resource name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |