Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

action - Property in NotPermittedException
actionAliases - Field in NavigationItem
activeNode - Property in NavigationTagLib
Return the current active navigation node, or the node specified by the path attribute
activePath - Property in NavigationTagLib
Return the current active path
add(NavigationItem) - Method in NavigationScope
addItem(NavigationScope, NavigationItem) - Method in Navigation
addItem(NavigationScope, NavigationItem) - Method in NavigationImpl
addItemFromArgs(String, Map, NavigationScope, String) - Method in NavigationImpl
addListener(String, Object, Method) - Method in DefaultEventsRegistry
addListener(String, Closure) - Method in EventsRegistry
addMetaMapping(String, Object) - Method in MappedEventMethod
Adds a meta mappings which is a non-validating informational mapping.
addMethod(String, Closure, String, Map) - Method in InjectionBuilderMethodDelegate
afterLoad(Author) - Method in SampleService
appContext - Property in InjectionBuilderMethodDelegate
appCtx - Property in InjectionBuilderArtefactTypeDelegate
applicationContext - Field in Events
applicationContext - Property in PluginConfiguration
applicationContext - Property in Security
applicationStartupInfo() - Method in PlatformCoreBootStrap
applicator - Property in InjectionBuilderMethodDelegate
appliedMappings - Field in MappedEventMethod
apply() - Method in InjectionImpl
applyAppPluginConfiguration(ConfigObject) - Method in PluginConfiguration
Load plugin config settigns from PluginConfig.groovy and merge into main app config
applyConfig() - Method in PluginConfiguration
Take app config, merge in config from PluginConfig.groovy and then doWithConfig blocks, and validate the whole lot according to doWithConfigOptions
applyMapping(String, Object) - Method in MappedEventMethod
Applies a mapping for the specified name and consraint value.
applyMethodsTo(Class, List) - Method in InjectionImpl
applyPluginConfigurationDefaultValuesAndConstraints() - Method in PluginConfiguration
Apply plugin-supplied config defaults for declared config values if values are missing and then validate
applyTo(Class) - Method in InjectionImpl
arguments - Property in DSLCallCommand
arguments - Property in DSLNamedArgsCallCommand
artefacts - Property in PlatformCoreGrailsPlugin
attributes - Field in MappedEventMethod
attrListOfItems(String, def, List) - Method in TagLibUtils
Convert a value of unknown type into a List of values.
attrSetOfItems(String, def, Set) - Method in TagLibUtils
Convert a value of unknown type into a Set of values.
attrsToString(Map) - Method in TagLibUtils
Convert a Map of attributes to a HTML attribute list String
Author - Class in org.grails.plugin.platform.test
@file
Author() - Constructor in Author
author - Property in PlatformCoreGrailsPlugin
authorEmail - Property in PlatformCoreGrailsPlugin

B

bean - Field in DefaultEventsRegistry.ListenerHandler
bean - Field in MappedEventMethod
beforeInsert(Book) - Method in SampleService
Book - Class in org.grails.plugin.platform.test
@file
Book() - Constructor in Book
breadcrumb - Property in NavigationTagLib
Render a breadcrumb, with optional custom rendering
build(Closure, ApplicationContext) - Method in InjectionBuilder
build() - Method in InjectionBuilderMethodDelegate
build(String, Closure) - Method in ListenerId
build(Closure) - Method in StandardDSLBuilder
button - Property in UiExtensionsTagLib

C

call() - Method in DefaultEventsPublisher.Callback
callTag - Property in UiExtensionsTagLib
Allows a GSP to call another tag, passing it attributes at runtime without listing them in the GSP
cancel(boolean) - Method in EventReply
catchFlushExceptions - Field in DefaultEventsPublisher
children - Property in DSLBlockCommand
children - Property in DSLNamedArgsBlockCommand
children - Field in NavigationScope
className - Field in ListenerId
clearCaches() - Method in NavigationImpl
clearEvents(Class) - Method in Events
clearScopes() - Method in NavigationImpl
closure - Field in ClosureInvokingScript
CLOSURE_METHOD_NAME - Field in ListenerId
ClosureInvokingScript - Class in org.grails.plugin.platform.util
Script to allow execution of an existing Closure as if it was a Script
ClosureInvokingScript(Closure) - Constructor in ClosureInvokingScript
code - Property in InjectedMethod
config - Property in SystemTagLib
ConfigBuilder - Class in org.grails.plugin.platform.config
ConfigBuilder() - Constructor in ConfigBuilder
ConfigOptionsBuilder - Class in org.grails.plugin.platform.config
ConfigOptionsBuilder() - Constructor in ConfigOptionsBuilder
Conventions - Interface in org.grails.plugin.platform.conventions
Public interface for convention evaluation and overrides
ConventionsImpl - Class in org.grails.plugin.platform.conventions
Bean that encapsulates the convention evaluation and overrides
ConventionsImpl() - Constructor in ConventionsImpl
convertTopic(Object) - Method in GormTopicSupport
convertTopic(Object) - Method in GormTopicSupport1X
convertTopic(Object) - Method in GormTopicSupport2X
copyFrom(def, String, Map) - Method in InjectionBuilderMethodDelegate
countListeners(String) - Method in DefaultEventsRegistry
countListeners(String) - Method in EventsRegistry
createLink(String) - Method in Security
Create a link to the specified security action
createLink(String) - Method in SecurityBridge
Create a link to the specified security action
createLoginLink - Property in SecurityTagLib
createLogoutLink - Property in SecurityTagLib
createNode(Object, Object) - Method in EventsMethodBuilder
createSignupLink - Property in SecurityTagLib

D

data - Field in EventObject
data - Field in NavigationItem
declareControllerNode(Map) - Method in NavigationImpl
declaringPlugin - Property in InjectedMethod
DefaultEventsDispatcher - Class in org.grails.plugin.platform.events.dispatcher
@author Stephane Maldini
DefaultEventsDispatcher() - Constructor in DefaultEventsDispatcher
DefaultEventsPublisher - Class in org.grails.plugin.platform.events.publisher
@author Stephane Maldini
DefaultEventsPublisher.Callback - Class in org.grails.plugin.platform.events.publisher
DefaultEventsPublisher.Callback(EventObject) - Constructor in DefaultEventsPublisher.Callback
DefaultEventsPublisher.WrappedFuture - Class in org.grails.plugin.platform.events.publisher
DefaultEventsPublisher.WrappedFuture(Future, int) - Constructor in DefaultEventsPublisher.WrappedFuture
DefaultEventsPublisher() - Constructor in DefaultEventsPublisher
DefaultEventsRegistry - Class in org.grails.plugin.platform.events.registry
@author Stephane Maldini
DefaultEventsRegistry.InvokeResult - Class in org.grails.plugin.platform.events.registry
DefaultEventsRegistry.InvokeResult(int, Object) - Constructor in DefaultEventsRegistry.InvokeResult
DefaultEventsRegistry.ListenerHandler - Class in org.grails.plugin.platform.events.registry
DefaultEventsRegistry.ListenerHandler(Object, Method, ListenerId) - Constructor in DefaultEventsRegistry.ListenerHandler
DefaultEventsRegistry() - Constructor in DefaultEventsRegistry
DefaultNavigationClass - Class in org.grails.plugin.platform.navigation
DefaultNavigationClass(Class) - Constructor in DefaultNavigationClass
defaultValue - Property in PluginConfigurationEntry
dependsOn - Property in PlatformCoreGrailsPlugin
description - Property in PlatformCoreGrailsPlugin
destroy - Property in PlatformCoreBootStrap
developers - Property in PlatformCoreGrailsPlugin
discoverCodeBlockConventions(Class, Class, boolean) - Method in Conventions
Discovers all the code block conventions (i.e. controller actions) irrespective of underlying convention
discoverCodeBlockConventions(Class, Class, boolean) - Method in ConventionsImpl
Discover what convention code blocks the target class defines, used to identify pieces of code that must be called as a result of some convention-based stimulus - for example controller actions.
DISPLAY_MESSAGE_ARGS - Property in UiConstants
DISPLAY_MESSAGE_TYPE - Property in UiConstants
DISPLAY_MESSAGE - Property in UiConstants
displayFlashMessage(Map, def) - Method in UiHelper
displayMessage - Property in UiExtensionsTagLib
displayMessage(Map, def) - Method in UiHelper
documentation - Property in PlatformCoreGrailsPlugin
doInvokeMethod(String, Object, Object) - Method in EventsMethodBuilder
doWithApplicationContext - Property in PlatformCoreGrailsPlugin
doWithConfig - Property in PlatformCoreGrailsPlugin
doWithConfigOptions - Property in PlatformCoreGrailsPlugin
doWithDynamicMethods - Property in PlatformCoreGrailsPlugin
doWithInjection - Property in PlatformCoreGrailsPlugin
doWithSpring - Property in PlatformCoreGrailsPlugin
This happens all the time, but dWWD may not have run if we're in a WAR
doWithWebDescriptor - Property in PlatformCoreGrailsPlugin
This happens only when building app, or in dev
DSLBlockCommand - Class in org.grails.plugin.platform.conventions
Encapsulate a DSL command that represents a nested block of commands
DSLBlockCommand() - Constructor in DSLBlockCommand
DSLCallCommand - Class in org.grails.plugin.platform.conventions
Encapsulate a DSL command that is a regular method invocation
DSLCallCommand() - Constructor in DSLCallCommand
DSLCommand - Class in org.grails.plugin.platform.conventions
Encapsulate a basic DSL comand
DSLCommand() - Constructor in DSLCommand
DSLEvaluator - Class in org.grails.plugin.platform.conventions
Evaluates a DSL and returns the command structure of it
DSLEvaluator() - Constructor in DSLEvaluator
DSLNamedArgsBlockCommand - Class in org.grails.plugin.platform.conventions
Encapsulate a DSL command that represents a nested block of commands
DSLNamedArgsBlockCommand() - Constructor in DSLNamedArgsBlockCommand
DSLNamedArgsCallCommand - Class in org.grails.plugin.platform.conventions
Encapsulate a DSL command that is a regular method invocation
DSLNamedArgsCallCommand() - Constructor in DSLNamedArgsCallCommand
DSLSetValueCommand - Class in org.grails.plugin.platform.conventions
Encapsulate a DSL command that sets a property value
DSLSetValueCommand() - Constructor in DSLSetValueCommand
DUMMY_TEXT - Property in UiExtensionsTagLib
dummyText - Property in UiExtensionsTagLib

E

eachListener(Collection, Closure) - Method in Events
EMPTY - Property in TagLibUtils
enabled - Field in NavigationItem
enabledClosure - Field in NavigationItem
entries - Property in ConfigOptionsBuilder
equals(Object) - Method in ListenerId
evaluate(Closure) - Method in DSLEvaluator
event(EventObject) - Method in DefaultEventsPublisher
event - Field in DefaultEventsPublisher.Callback
event - Field in EventObject
event(EventObject) - Method in EventsPublisher
eventAsync(EventObject, Closure) - Method in DefaultEventsPublisher
eventAsync(EventObject, Closure) - Method in EventsPublisher
EventHandler - Interface in org.grails.plugin.platform.events.registry
@author Stephane Maldini
EventMapping - Class in org.grails.plugin.platform.events.dispatcher.builder
@author Stephane Maldini
EventMapping() - Constructor in EventMapping
EventObject - Class in org.grails.plugin.platform.events
@author Stephane Maldini
EventObject(String, Object, String) - Constructor in EventObject
EventReply - Class in org.grails.plugin.platform.events
@author Stephane Maldini
EventReply(Future, int) - Constructor in EventReply
Events - Class in org.grails.plugin.platform.events
Events() - Constructor in Events
events - Property in SampleService
EventsDispatcher - Interface in org.grails.plugin.platform.events.dispatcher
@author Stephane Maldini
EventsMethodBuilder - Class in org.grails.plugin.platform.events.dispatcher.builder
@author Stephane Maldini
EventsMethodBuilder(Class) - Constructor in EventsMethodBuilder
EventsPublisher - Interface in org.grails.plugin.platform.events.publisher
@author Stephane Maldini
EventsRegistry - Interface in org.grails.plugin.platform.events.registry
@author Stephane Maldini

F

filters - Property in PlatformCoreFilters
finalizeItems() - Method in NavigationScope
Called when all loading has been done, to sort all of the node lists
findAll(ListenerId) - Method in DefaultEventsRegistry
findAppPlugin(def) - Method in PluginUtils
Find the GrailsPlugin instance for this app, in the case you are run-app'ing a plugin
findArtefactBySimpleClassName(String, String) - Method in Conventions
findArtefactBySimpleClassName(String, String) - Method in ConventionsImpl
findNode(String) - Method in NavigationTagLib
findNodes(String) - Method in NavigationTagLib
findScopeForActivationPath(def) - Method in NavigationTagLib
firstActiveNode - Property in NavigationTagLib
Return the first node in the activation path specified, or based on current activation path @attr path Optional activation path
futureReply - Field in EventReply
futureReplyLoaded - Field in EventReply

G

get(long, TimeUnit) - Method in EventReply
getActionAliases() - Method in NavigationItem
getActiveNode(def) - Method in NavigationImpl
getActivePath(def) - Method in Navigation
getActivePath(def) - Method in NavigationImpl
getActivePathWasAuto(def) - Method in NavigationImpl
getAllEntries() - Method in PluginConfiguration
Get information about all the declared plugin config variables
getAppliedMapping(String) - Method in MappedEventMethod
Obtains an applied mapping by name.
getAppliedMappings() - Method in MappedEventMethod
@return Returns the appliedMappings.
getAttributes() - Method in MappedEventMethod
getChildren() - Method in NavigationScope
getClassName() - Method in ListenerId
getData() - Method in EventObject
getData() - Method in NavigationItem
Get any application-supplied data that was declared for this item Used for info like icon-names, alt text and so on - custom rendering usage
getDefaultControllerAction(String) - Method in NavigationImpl
getDisplayMessage(def) - Method in UiHelper
getEnabledClosure() - Method in NavigationItem
getEvent() - Method in EventObject
getFirstActiveNode(def) - Method in NavigationImpl
getFirstAncestor(String) - Method in NavigationImpl
getFirstNodeOfPath(String) - Method in NavigationImpl
getFullConfigKey() - Method in PluginConfigurationEntry
getHashCode() - Method in ListenerId
getId() - Method in NavigationScope
getInstance() - Method in PluginConfigurationFactory
getInvoked() - Method in DefaultEventsRegistry.InvokeResult
getLeafNode() - Method in NavigationItem
getListenerId() - Method in DefaultEventsRegistry.ListenerHandler
getListenerId() - Method in EventHandler
getMappedMethodsByClass() - Method in DefaultEventsDispatcher
getMappedProperties() - Method in EventsMethodBuilder
getMessageOrBody(Map, Closure) - Method in UiExtensionsTagLib
getMetaMappingValue(String) - Method in MappedEventMethod
Obtains the value of the named meta mapping.
getMethodName() - Method in EventMapping
getMethodName() - Method in ListenerId
getMethodName() - Method in MappedEventMethod
getMethodNode() - Method in MappedEventMethod
@return Returns the methodNode.
getName() - Method in NavigationScope
getNameOfDefiningPlugin(def, Class) - Method in PluginUtils
getNavigationArtefactHandler() - Method in PlatformCoreGrailsPlugin
getOrCreateScope(String) - Method in NavigationImpl
getOrder() - Method in MappedEventMethod
@return Returns the order.
getOrder() - Method in NavigationItem
getOrInitializeMapping(String) - Method in MappedEventMethod
getOwningClass() - Method in EventMapping
getParameter() - Method in EventMapping
getPluginConfig(String) - Method in PluginConfiguration
Return the plugin-specific ConfigObject for the given plugin
getPluginConfigFor(def) - Method in PluginConfiguration
Get pluginConfig for any object, determined by the plugin in which is was defined
getPluginName() - Method in NavigationArtefactHandler
getPrimaryScopeFor(def) - Method in NavigationImpl
getProperty(String) - Method in EventsMethodBuilder
getProviderName() - Method in SecurityBridge
Implementations must return the name of their security provider
getResult() - Method in DefaultEventsRegistry.InvokeResult
getRootScope() - Method in NavigationScope
getScopes() - Method in NavigationImpl
getSecurityBridge(boolean) - Method in Security
getSource() - Method in EventObject
getTimeout() - Method in EventObject
getTitleDefault() - Method in NavigationItem
getTitleMessageCode() - Method in NavigationItem
getTopic() - Method in ListenerId
getUserIdentity() - Method in Security
Get user id string i.e.
getUserIdentity() - Method in SecurityBridge
Get user id string i.e.
getUserInfo() - Method in Security
Get user info object i.e. email address, other stuff defined by the security implementation
getUserInfo() - Method in SecurityBridge
Get user info object containing i.e. email address, other stuff defined by the security implementation
getValue() - Method in EventReply
getValues() - Method in EventReply
getVisibleClosure() - Method in NavigationItem
GORM_EVENT_PACKAGE - Field in DefaultEventsPublisher
GORM_EVENT_SOURCE - Field in EventsPublisher
GORM_SOURCE - Property in GormTopicSupport
GormTopicSupport - Interface in org.grails.plugin.platform.events.dispatcher
@author Stephane Maldini
GormTopicSupport1X - Class in org.grails.plugin.platform.events.dispatcher
@author Stephane Maldini
GormTopicSupport1X() - Constructor in GormTopicSupport1X
GormTopicSupport2X - Class in org.grails.plugin.platform.events.dispatcher
@author Stephane Maldini
GormTopicSupport2X() - Constructor in GormTopicSupport2X
gormTopicSupport - Field in DefaultEventsPublisher
GRAILS_TOPIC_PREFIX - Field in EventsRegistry
grailsApplication - Property in ConventionsImpl
grailsApplication - Property in DSLEvaluator
grailsApplication - Property in Events
grailsApplication - Property in InjectionImpl
grailsApplication - Property in NavigationImpl
grailsApplication - Property in NavigationTagLib
grailsApplication - Property in PlatformCoreBootStrap
grailsApplication - Property in PluginConfiguration
grailsApplication - Property in SystemTagLib
grailsConventions - Property in NavigationImpl
grailsEventsDispatcher - Property in Events
grailsEventsDispatcher - Property in SampleController
grailsEventsPublisher - Property in Events
grailsEventsRegistry - Field in DefaultEventsPublisher
grailsEventsRegistry - Property in Events
grailsNavigation - Property in NavigationTagLib
grailsNavigation - Property in PlatformCoreBootStrap
grailsNavigation - Property in PlatformCoreFilters
grailsNavigation - Property in PlatformToolsController
grailsSecurity - Property in PlatformToolsController
grailsSecurity - Property in SecurityTagLib
grailsSecurityBridge - Property in Security
grailsUiHelper - Property in UiExtensionsTagLib
grailsVersion - Property in PlatformCoreGrailsPlugin

H

hasAppliedMapping(String) - Method in MappedEventMethod
@param mappingName The name of the mapping to check
hashCode - Field in ListenerId
hasMany - Property in Book
hasNonControllerLinkArgs(Map) - Method in NavigationImpl
hasProvider() - Method in Security
hasRegisteredMapping(String) - Method in MappedEventMethod

I

ID_CLASS_SEPARATOR - Field in ListenerId
ID_HASHCODE_SEPARATOR - Field in ListenerId
ID_METHOD_SEPARATOR - Field in ListenerId
identity - Property in SecurityTagLib
idRegex - Field in ListenerId
ifLoggedIn - Property in SecurityTagLib
ifNotLoggedIn - Property in SecurityTagLib
ifNotPermitted - Property in SecurityTagLib
ifPermitted - Property in SecurityTagLib
ifUserHasRole(def, Closure) - Method in Security
ifUserIsAllowed(def, def, Closure) - Method in Security
Can the current user access this object to perform the named action?
index - Property in PlatformToolsController
index - Property in SampleController
info - Property in SecurityTagLib
init - Property in PlatformCoreBootStrap
initInjections() - Method in InjectionImpl
initListeners() - Method in Events
initPlatform(def) - Method in PlatformCoreGrailsPlugin
initValues(Object) - Method in DefaultEventsPublisher.WrappedFuture
initValues(Object) - Method in EventReply
InjectedMethod - Class in org.grails.plugin.platform.injection
Encapsulates a static method
InjectedMethod() - Constructor in InjectedMethod
injectedMethods - Property in Events
injectedMethods - Property in PluginConfiguration
injectedMethods - Property in Security
injectedMethods - Property in UiHelper
Injection - Interface in org.grails.plugin.platform.injection
InjectionBuilder - Class in org.grails.plugin.platform.injection
Supports simple DSL for adding methods to classes
InjectionBuilder() - Constructor in InjectionBuilder
InjectionBuilderArtefactTypeDelegate - Class in org.grails.plugin.platform.injection
Supports simple DSL for adding methods to classes
InjectionBuilderArtefactTypeDelegate(Map, def) - Constructor in InjectionBuilderArtefactTypeDelegate
InjectionBuilderMethodDelegate - Class in org.grails.plugin.platform.injection
Supports simple DSL for adding methods to classes
InjectionBuilderMethodDelegate(Class, def, Closure, def) - Constructor in InjectionBuilderMethodDelegate
InjectionImpl - Class in org.grails.plugin.platform.injection
InjectionImpl() - Constructor in InjectionImpl
injectionsByArtefactType - Property in InjectionImpl
inScope(NavigationScope) - Method in NavigationItem
instance - Field in PluginConfigurationFactory
instantiateMapping(String, boolean) - Method in MappedEventMethod
invoke(Object) - Method in DefaultEventsRegistry.ListenerHandler
invokeCallback(Closure, def) - Method in NavigationItem
invoked - Field in DefaultEventsRegistry.InvokeResult
invokeListeners(EventObject) - Method in DefaultEventsRegistry
isCancelled() - Method in EventReply
isDone() - Method in EventReply
isEnabled(def) - Method in NavigationItem
issueManagement - Property in PlatformCoreGrailsPlugin
isValid() - Method in EventMapping
isVisible(def) - Method in NavigationItem
items - Property in NavigationTagLib

J

joinClasses - Property in UiExtensionsTagLib

K

key - Property in PluginConfigurationEntry

L

label - Property in UiExtensionsTagLib
license - Property in PlatformCoreGrailsPlugin
LINK_TAG_ATTRIBUTES - Property in NavigationImpl
linkArgs - Field in NavigationItem
Listener - Annotation Type in org.grails.plugin.platform.events
@author Stephane Maldini
ListenerId - Class in org.grails.plugin.platform.events
@author Stephane Maldini
listenerId - Field in DefaultEventsRegistry.ListenerHandler
ListenerId(String, String, String, String) - Constructor in ListenerId
listeners - Field in DefaultEventsRegistry
loadAfter - Property in PlatformCoreGrailsPlugin
loadBefore - Property in PlatformCoreGrailsPlugin
loadConfigurationOptions() - Method in PluginConfiguration
Load up all the doWithConfigOptions metadata
loadControllers() - Method in NavigationImpl
Load the available controller actions and if no declaration exists already, auto-register them in the navigation system.
loadDSL() - Method in NavigationImpl
loadPluginConfig() - Method in PluginConfiguration
lockChildren() - Method in NavigationScope
log - Property in ConventionsImpl
log - Field in DefaultEventsRegistry
log - Property in DSLEvaluator
log - Field in Events
log - Property in InjectionImpl
LOG - Field in MappedEventMethod
log - Property in NavigationImpl
log - Property in PluginConfiguration
log - Property in Security
log - Property in StandardDSLBuilder
log - Property in TagLibUtils
log - Property in UiHelper
loginButton - Property in SecurityTagLib
logoutButton - Property in SecurityTagLib

M

makePath(List, String) - Method in NavigationImpl
MappedEventMethod - Class in org.grails.plugin.platform.events.dispatcher.builder
@author Stephane Maldini
MappedEventMethod(Class, String, Method) - Constructor in MappedEventMethod
mappedMethodName - Field in EventMapping
mappedMethodsByClass - Field in DefaultEventsDispatcher
mappedOwningClass - Field in EventMapping
mappedParameter - Field in EventMapping
mappedProperties - Field in EventsMethodBuilder
mappings - Field in MappedEventMethod
mappings - Property in PlatformCoreUrlMappings
mappings - Property in UrlMappings
matches(ListenerId) - Method in ListenerId
menu - Property in NavigationTagLib
Render a menu for a given scope and path
attr:
scope Optional scope to render menu for.
mergeDoWithConfig() - Method in PluginConfiguration
Load cross-plugin doWithConfig configuration and merge into main app config
metaMappings - Field in MappedEventMethod
method - Field in DefaultEventsRegistry.ListenerHandler
methodMissing(String, def) - Method in ConfigBuilder
methodMissing(String, def) - Method in ConfigOptionsBuilder
methodMissing(String, def) - Method in InjectionBuilderArtefactTypeDelegate
methodMissing(String, def) - Method in InjectionBuilderMethodDelegate
methodMissing(String, def) - Method in StandardDSLDelegate
methodName - Field in ListenerId
methodName - Field in MappedEventMethod
methodNode - Field in MappedEventMethod

N

name - Property in Author
name - Property in DSLCommand
name - Property in InjectedMethod
name - Field in NavigationScope
namespace - Property in NavigationTagLib
namespace - Property in PlatformTagLib
namespace - Property in SecurityTagLib
namespace - Property in SystemTagLib
namespace - Property in UiExtensionsTagLib
Navigation - Interface in org.grails.plugin.platform.navigation
This is the public documented API of the grailsNavigation bean.
NavigationArtefactHandler - Class in org.grails.plugin.platform.navigation
NavigationArtefactHandler() - Constructor in NavigationArtefactHandler
NavigationClass - Interface in org.grails.plugin.platform.navigation
NavigationImpl - Class in org.grails.plugin.platform.navigation
Bean that encapsulates the navigation structure of the entire application
NavigationImpl() - Constructor in NavigationImpl
NavigationItem - Class in org.grails.plugin.platform.navigation
Immutable encapsulation of an item in the navigation structure Instances of this are shared globally and available to requests so this must be immutable and threadsafe
NavigationItem(Map) - Constructor in NavigationItem
NavigationScope - Class in org.grails.plugin.platform.navigation
Immutable encapsulation of a node in the navigation structure Instances of this are shared globally and available to requests so this must be immutable and threadsafe
NavigationScope(Map) - Constructor in NavigationScope
navigationScope - Property in SampleController
NavigationTagLib - Class in org.grails.plugin.platform
@todo TEST impl custom on nav:menu/breadcrumb
NavigationTagLib() - Constructor in NavigationTagLib
newUniqueId(def) - Method in TagLibUtils
Generate a request-unique id
NODE_PATH_SEPARATOR - Property in NavigationScope
nodeForControllerAction(String, String) - Method in NavigationImpl
nodeForId(String) - Method in NavigationImpl
nodesByControllerAction - Property in NavigationImpl
nodesById - Property in NavigationImpl
nodesForPath(String) - Method in NavigationImpl
NotPermittedException - Class in org.grails.plugin.platform.security
NotPermittedException(def, def) - Constructor in NotPermittedException

O

observe - Property in PlatformCoreGrailsPlugin
/*.groovy", "grails-app/controllers/org/grails/plugin/platform/test/*
onApplicationEvent(ApplicationEvent) - Method in DefaultEventsPublisher
onChange - Property in PlatformCoreGrailsPlugin
onConfigChange - Property in PlatformCoreGrailsPlugin
order - Field in EventsMethodBuilder
order - Field in MappedEventMethod
order - Field in NavigationItem
organization - Property in PlatformCoreGrailsPlugin
organization - Property in UiExtensionsTagLib
owningClass - Field in MappedEventMethod

P

parent - Property in NavigationScope
parse(String) - Method in ListenerId
parseConfigClosure(Closure) - Method in PluginConfiguration
Take a Closure and use it as config, returns a ConfigObject
parseDSL(List, NavigationScope, String) - Method in NavigationImpl
Receives a graph of DSL commend objects and creates the necessary scopes and items
persistenceInterceptor - Field in DefaultEventsPublisher
PlatformCoreBootStrap - Class in PlatformCoreBootStrap
PlatformCoreBootStrap() - Constructor in PlatformCoreBootStrap
PlatformCoreFilters - Class in PlatformCoreFilters
PlatformCoreFilters() - Constructor in PlatformCoreFilters
PlatformCoreGrailsPlugin - Class in PlatformCoreGrailsPlugin
PlatformCoreGrailsPlugin() - Constructor in PlatformCoreGrailsPlugin
PlatformCoreUrlMappings - Class in PlatformCoreUrlMappings
PlatformCoreUrlMappings() - Constructor in PlatformCoreUrlMappings
platformInitialized - Property in PlatformCoreGrailsPlugin
PlatformTagLib - Class in org.grails.plugin.platform
PlatformTagLib() - Constructor in PlatformTagLib
PlatformToolsController - Class in org.grails.plugin.platform.controllers
PlatformToolsController() - Constructor in PlatformToolsController
PLUGIN_CONFIG_CLASS - Property in PluginConfiguration
plugin - Property in PluginConfigurationEntry
PLUGIN_SCOPE - Property in UiConstants
PluginConfiguration - Class in org.grails.plugin.platform.config
Bean for declaring and accessing plugin config
PluginConfiguration() - Constructor in PluginConfiguration
pluginConfigurationEntries - Field in PluginConfiguration
PluginConfigurationEntry - Class in org.grails.plugin.platform.config
Bean for holding a single plugin config metadata
PluginConfigurationEntry() - Constructor in PluginConfigurationEntry
PluginConfigurationFactory - Class in org.grails.plugin.platform.config
This is really ugly hack to allow us to init before spring context is done
PluginConfigurationFactory() - Constructor in PluginConfigurationFactory
pluginExcludes - Property in PlatformCoreGrailsPlugin
pluginManager - Property in PluginConfiguration
pluginManager - Property in SystemTagLib
pluginName - Property in ConfigOptionsBuilder
PluginUtils - Class in org.grails.plugin.platform.util
PluginUtils() - Constructor in PluginUtils
prefix - Property in ConfigOptionsBuilder
prefix - Property in PluginConfigurationEntry
primary - Property in NavigationTagLib
Render a primary navigation menu
attr:
path Optional activation path.
processAfterHandler() - Method in EventMapping
processBeforeHandler() - Method in EventMapping
processCancel(Object, Object) - Method in GormTopicSupport
processCancel(Object, Object) - Method in GormTopicSupport1X
processCancel(Object, def) - Method in GormTopicSupport2X
processInitialization() - Method in EventMapping
PROPERTY_NAME - Field in DefaultEventsDispatcher
propertyMissing(String, def) - Method in StandardDSLDelegate

Q


R

realizeLinkArguments(String, Map, NavigationScope) - Method in NavigationImpl
receivers - Field in EventReply
register(Closure) - Method in Injection
register(Closure) - Method in InjectionBuilderArtefactTypeDelegate
register(Closure) - Method in InjectionImpl
Call to apply an injection DSL to artefacts of the application, automatically at startup and reload
registerControllerActions(String, Class, String) - Method in NavigationImpl
Auto-register controller actions, returning the parent (default/primary) item
registerHandler(Object, Method, String) - Method in DefaultEventsRegistry
registerInjection(String, Closure) - Method in Injection
registerInjection(String, Closure) - Method in InjectionImpl
registerListeners(Collection) - Method in Events
registerNavigation(Closure) - Method in Navigation
registerNavigation(Closure) - Method in NavigationImpl
registerNewMapping(String, Class) - Method in MappedEventMethod
reload(Class) - Method in NavigationImpl
reload() - Method in PluginConfiguration
reloadAll() - Method in NavigationImpl
reloadListener(Class) - Method in Events
remove(NavigationItem) - Method in NavigationScope
removeListeners(String) - Method in DefaultEventsRegistry
removeListeners(String) - Method in EventsRegistry
removeMapping(String) - Method in MappedEventMethod
requirePermission(def, def, Closure) - Method in Security
Run the closure if userIsAllowed returns true for the object and action otherwise throw exception
requiresBean - Property in SystemTagLib
reset() - Method in InjectionImpl
resolveTagName(String) - Method in TagLibUtils
Resolve a tag string of the form x:yyyyy into a tag namespace and tag name, with optional no-namespacing for implicit g: tags
result - Field in DefaultEventsRegistry.InvokeResult
results - Property in InjectionBuilderArtefactTypeDelegate
results - Property in InjectionBuilderMethodDelegate
returnObjectForTags - Property in NavigationTagLib
returnObjectForTags - Property in SystemTagLib
returnObjectForTags - Property in UiExtensionsTagLib
rootScopes - Property in NavigationImpl
run() - Method in ClosureInvokingScript

S

SampleController - Class in org.grails.plugin.platform.test
@file
SampleController() - Constructor in SampleController
SampleService - Class in org.grails.plugin.platform.test
@file
sampleService - Property in SampleController
SampleService() - Constructor in SampleService
scanClassesForMappings(List) - Method in DefaultEventsDispatcher
scanClassForMappings(Class) - Method in DefaultEventsDispatcher
scm - Property in PlatformCoreGrailsPlugin
scopeByName(String) - Method in NavigationImpl
scopeForActivationPath - Property in NavigationTagLib
Return the name of the root scope of the supplied or default activation path @attr path Optional activation path
secondary - Property in NavigationTagLib
Render the secondary navigation menu
attr:
path Optional activation path.
Security - Class in org.grails.plugin.platform.security
Bean for registering and accessing security information
security - Property in PlatformToolsController
Security() - Constructor in Security
SecurityBridge - Interface in org.grails.plugin.platform.security
Interface that plugin must implement to provide security information
SecurityTagLib - Class in org.grails.plugin.platform
SecurityTagLib() - Constructor in SecurityTagLib
setActivePath(def, String) - Method in Navigation
setActivePath(def, String) - Method in NavigationImpl
setActivePath - Property in NavigationTagLib
Set the current active path for this request
setActivePathFromRequest(def, def, def) - Method in NavigationImpl
Attempt to location the current request's controller and action in the nav graph, looking in "app" scope first, then other scopes If found, the id of that node becomes our active path
setActivePathWasAuto(def, boolean) - Method in NavigationImpl
setApplicationContext(ApplicationContext) - Method in Security
setAttributes(Map) - Method in MappedEventMethod
setCatchFlushExceptions(boolean) - Method in DefaultEventsPublisher
setClassName(String) - Method in ListenerId
setConfigValueByPath(String, def) - Method in PluginConfiguration
Set an app config value using a full string path key
setData(Object) - Method in EventObject
setEvent(String) - Method in EventObject
setGormTopicSupport(GormTopicSupport) - Method in DefaultEventsPublisher
setGrailsEventsRegistry(DefaultEventsRegistry) - Method in DefaultEventsPublisher
setHashCode(String) - Method in ListenerId
setMethodName(String) - Method in EventMapping
setMethodName(String) - Method in ListenerId
setMethodNode(Method) - Method in MappedEventMethod
setOrder(int) - Method in MappedEventMethod
@param order The order to set.
setOrder(Integer) - Method in NavigationItem
setOwningClass(Class) - Method in EventMapping
setParameter(Object) - Method in EventMapping
setParameter(Object) - Method in WhenMapping
setParent(Object, Object) - Method in EventsMethodBuilder
setPersistenceInterceptor(PersistenceContextInterceptor) - Method in DefaultEventsPublisher
setProperty(String, Object) - Method in EventsMethodBuilder
setReceivers(int) - Method in EventReply
setSource(String) - Method in EventObject
setTaskExecutor(AsyncTaskExecutor) - Method in DefaultEventsPublisher
setTimeout(long) - Method in EventObject
setTopic(String) - Method in ListenerId
showNavigation - Property in PlatformToolsController
showPluginConfig - Property in PlatformToolsController
showUiExtensions - Property in PlatformToolsController
signupButton - Property in SecurityTagLib
siteLink - Property in UiExtensionsTagLib
siteName - Property in UiExtensionsTagLib
siteURL - Property in UiExtensionsTagLib
size() - Method in DefaultEventsPublisher.WrappedFuture
size() - Method in EventReply
smartLink - Property in UiExtensionsTagLib
softLoadClass(String) - Method in PlatformCoreGrailsPlugin
source - Field in EventObject
splitPath(String) - Method in NavigationImpl
StandardDSLBuilder - Class in org.grails.plugin.platform.conventions
Builder that evaluates a DSL Closure and produces a structure representing the method calls and property access, with child nodes for methods taking a closure
StandardDSLBuilder() - Constructor in StandardDSLBuilder
StandardDSLDelegate - Class in org.grails.plugin.platform.conventions
Builder that evaluates a DSL Closure and produces a structure representing the method calls and property access, with child nodes for methods taking a closure
StandardDSLDelegate(List) - Constructor in StandardDSLDelegate
staticMethod - Property in InjectedMethod
SUFFIX - Field in NavigationArtefactHandler
supports(Method) - Method in EventMapping
supportsMapping(String) - Method in MappedEventMethod
Checks with this MappedMethod instance supports applying the specified mapping.
SystemTagLib - Class in org.grails.plugin.platform
SystemTagLib() - Constructor in SystemTagLib

T

tagDemo - Property in PlatformTagLib
TagLibUtils - Class in org.grails.plugin.platform.util
TagLibUtils() - Constructor in TagLibUtils
target - Property in NotPermittedException
targetArtefact - Property in InjectionBuilderMethodDelegate
targetClass - Field in EventsMethodBuilder
targetClass - Property in InjectionBuilderMethodDelegate
targetMetaClass - Field in EventsMethodBuilder
taskExecutor - Field in DefaultEventsPublisher
testEvent3(def) - Method in SampleService
testEvent(def) - Method in SampleService
testInlineListener - Property in SampleController
testLoad - Property in SampleController
testRemoveListeners - Property in SampleController
testSave - Property in SampleController
thisYear - Property in UiExtensionsTagLib
timeout - Field in EventObject
title - Property in Book
title - Property in PlatformCoreGrailsPlugin
titleDefault - Field in NavigationItem
titleMessageCode - Field in NavigationItem
topic - Field in ListenerId
toString() - Method in ListenerId
toString() - Method in MappedEventMethod
toStringWithoutHash() - Method in ListenerId
transactional - Property in SampleService
translateTable - Property in GormTopicSupport2X
TYPE - Field in NavigationArtefactHandler
type - Property in PluginConfigurationEntry

U

UiConstants - Class in org.grails.plugin.platform.ui
UiConstants() - Constructor in UiConstants
UiExtensionsTagLib - Class in org.grails.plugin.platform
UiExtensionsTagLib() - Constructor in UiExtensionsTagLib
UiHelper - Class in org.grails.plugin.platform.ui
Helper methods for common UI features
UiHelper() - Constructor in UiHelper
uiOverlay - Property in PlatformTagLib
updateCaches() - Method in NavigationImpl
updateCachesForItem(NavigationItem) - Method in NavigationImpl
updateSortOrder() - Method in NavigationImpl
UrlMappings - Class in UrlMappings
UrlMappings() - Constructor in UrlMappings
userHasAllRoles(def) - Method in Security
Test if the user has all the listed roles
userHasAnyRole(def) - Method in Security
Test if the user has any of the listed roles
userHasRole(def) - Method in SecurityBridge
Return true if the current logged in user has the specified role
userIsAllowed(def, def) - Method in Security
Can the current user access this object to perform the named action?
userIsAllowed(def, def) - Method in SecurityBridge
Can the current user access this object to perform the named action?

V

validator - Property in PluginConfigurationEntry
value - Property in DSLSetValueCommand
value - Field in EventReply
value - Field in Listener
@default ""
values - Field in EventReply
verifyConfig() - Method in PluginConfiguration
Warn the user if any plugin.x config exists that is not declared by a plugin
version - Property in PlatformCoreGrailsPlugin
visible - Field in NavigationItem
visibleClosure - Field in NavigationItem

W

waitFor(EventReply) - Method in DefaultEventsPublisher
waitFor(EventReply) - Method in EventsPublisher
warning(String, String) - Method in TagLibUtils
watchedResources - Property in PlatformCoreGrailsPlugin
when(EventObject, String, String) - Method in DefaultEventsDispatcher
when(EventObject, String, String) - Method in EventsDispatcher
WHEN_MAPPING - Field in MappedEventMethod
when - Field in WhenMapping
WhenMapping - Class in org.grails.plugin.platform.events.dispatcher.builder
@author Stephane Maldini
WhenMapping() - Constructor in WhenMapping
withUser(def, Closure) - Method in Security
Execute the closure pretending to be the user id specified
withUser(def, Closure) - Method in SecurityBridge
Execute code masquerading as the specified user, for the duration of the Closure block

X


Y

year - Property in UiExtensionsTagLib

Z


_

__log - Property in StandardDSLDelegate
__newBlock(String, def, Closure) - Method in StandardDSLDelegate
__results - Field in StandardDSLDelegate
_applicationConfig - Property in ConfigBuilder
_event(String, String, def, Map) - Method in Events
_eventAsync(String, String, def, Map) - Method in Events
_eventAsyncClosure(String, String, def, Closure, Map) - Method in Events
_pluginConfigs - Property in ConfigBuilder

Groovy Documentation