@CompileStatic class DefaultWebInterfaceManager extends Object implements PluginManagerAware, WebInterfaceManager
DefaultWebInterfaceManager
Constructor and description |
---|
DefaultWebInterfaceManager() |
DefaultWebInterfaceManager(GrailsPluginManager pluginManager) |
Type Params | Return Type | Name and description |
---|---|---|
|
List<WebItemModuleDescriptor> |
getDisplayableItems(String section, Map<String, Object> context) |
|
List<WebSectionModuleDescriptor> |
getDisplayableSections(String location, Map<String, Object> context) |
|
List<WebItemModuleDescriptor> |
getItems(String section) |
|
List<WebSectionModuleDescriptor> |
getSections(String location) |
|
void |
setPluginManager(GrailsPluginManager pluginManager) |