|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.plugins.DefaultPluginMetaManager
public class DefaultPluginMetaManager
Implements the PluginMetaManager interface by parsing a set of plugin.xml files from the given set of resources
Field Summary |
---|
Fields inherited from interface org.codehaus.groovy.grails.plugins.PluginMetaManager |
---|
BEAN_ID |
Constructor Summary | |
---|---|
DefaultPluginMetaManager(Resource[] pluginDescriptors)
Constructs a PluginMetaManager instance for the given set of plug-in descriptors |
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 |
void |
setPluginManager(GrailsPluginManager pluginManager)
Sets the plug-in manager on this instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultPluginMetaManager(Resource[] pluginDescriptors)
pluginDescriptors
- A set of plug-in descriptorsMethod Detail |
---|
public String[] getPluginResources(String pluginName)
PluginMetaManager
getPluginResources
in interface PluginMetaManager
pluginName
- The plugin name
public GrailsPlugin getPluginForResource(String name)
PluginMetaManager
getPluginForResource
in interface PluginMetaManager
name
- The name of the resource
public String getPluginPathForResource(String resourceName)
PluginMetaManager
getPluginPathForResource
in interface PluginMetaManager
resourceName
- The name of the resource
public String getPluginViewsPathForResource(String resourceName)
PluginMetaManager
getPluginViewsPathForResource
in interface PluginMetaManager
resourceName
- The resource name
public void setPluginManager(GrailsPluginManager pluginManager)
PluginManagerAware
setPluginManager
in interface PluginManagerAware
pluginManager
- The PluginManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |