Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z 

P

PackagingException - Exception in org.codehaus.groovy.grails.compiler
Exception thrown when there was an error in the packing process of an application.
PackagingException(String) - Constructor for exception org.codehaus.groovy.grails.compiler.PackagingException
 
PackagingException(String, Throwable) - Constructor for exception org.codehaus.groovy.grails.compiler.PackagingException
 
parametersEqual(Parameter[], Parameter[]) - Static method in class org.codehaus.groovy.grails.compiler.injection.GrailsASTUtils
 
PARENT_APPLICATION_CONTEXT - Static variable in interface org.codehaus.groovy.grails.commons.ApplicationAttributes
 
ParentApplicationContextAware - Interface in org.codehaus.groovy.grails.support
Allows objects to be aware of the Grails parent application context.
performInjection(SourceUnit, GeneratorContext, ClassNode) - Method in class org.codehaus.groovy.grails.compiler.injection.AbstractGrailsArtefactTransformer
 
performInjection(SourceUnit, ClassNode) - Method in class org.codehaus.groovy.grails.compiler.injection.AbstractGrailsArtefactTransformer
 
performInjection(SourceUnit, GeneratorContext, ClassNode) - Method in interface org.codehaus.groovy.grails.compiler.injection.ClassInjector
Handles injection of properties, methods etc.
performInjection(SourceUnit, ClassNode) - Method in interface org.codehaus.groovy.grails.compiler.injection.ClassInjector
Handles injection of properties, methods etc.
performInjection(SourceUnit, GeneratorContext, ClassNode) - Method in class org.codehaus.groovy.grails.compiler.injection.DefaultGrailsDomainClassInjector
 
performInjection(SourceUnit, ClassNode) - Method in class org.codehaus.groovy.grails.compiler.injection.DefaultGrailsDomainClassInjector
 
performInjection(SourceUnit, GeneratorContext, ClassNode) - Method in class org.codehaus.groovy.grails.compiler.injection.PluginAwareAstTransformer
 
performInjection(SourceUnit, ClassNode) - Method in class org.codehaus.groovy.grails.compiler.injection.PluginAwareAstTransformer
 
performInjectionOnAnnotatedEntity(ClassNode) - Method in class org.codehaus.groovy.grails.compiler.injection.DefaultGrailsDomainClassInjector
 
performInjectionOnAnnotatedEntity(ClassNode) - Method in interface org.codehaus.groovy.grails.compiler.injection.GrailsDomainClassInjector
Doesn't check with the specified ClassNode is a valid entity and assumes it is and proceeds with the injection regardless.
PersistenceContextInterceptor - Interface in org.codehaus.groovy.grails.support
Sets up the persistent context before and after a Grails operation is invoked.
PLUGIN_EXCLUDES - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
The field that reperesents the list of resources to exclude from plugin packaging
PLUGIN_LOAD_AFTER_NAMES - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
The name of the property that provides a list of plugins this plugin should after before
PLUGIN_LOAD_BEFORE_NAMES - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
The name of the property that provides a list of plugins this plugin should load before
PLUGIN_MANAGER - Static variable in interface org.codehaus.groovy.grails.commons.ApplicationAttributes
 
PLUGIN_NAME - Static variable in class org.codehaus.groovy.grails.commons.ControllerArtefactHandler
 
PLUGIN_NAME - Static variable in class org.codehaus.groovy.grails.commons.ServiceArtefactHandler
 
PLUGIN_NAME - Static variable in class org.codehaus.groovy.grails.commons.TagLibArtefactHandler
 
PluginAwareAstTransformer - Class in org.codehaus.groovy.grails.compiler.injection
Automatically annotates each class based on the plugin it originated from.
PluginAwareAstTransformer() - Constructor for class org.codehaus.groovy.grails.compiler.injection.PluginAwareAstTransformer
 
PluginAwareResourceBundleMessageSource - Class in org.codehaus.groovy.grails.context.support
A ReloadableResourceBundleMessageSource that is capable of loading message sources from plugins.
PluginAwareResourceBundleMessageSource() - Constructor for class org.codehaus.groovy.grails.context.support.PluginAwareResourceBundleMessageSource
 
PluginFilter - Interface in org.codehaus.groovy.grails.plugins
Defines interface for obtaining a sublist of GrailsPlugin instances based on an original supplied list of GrailsPlugin instances.
PluginFilterRetriever - Class in org.codehaus.groovy.grails.plugins
Implements mechanism for figuring out what PluginFilter implementation to use based on a set of provided configuration properties.
PluginFilterRetriever() - Constructor for class org.codehaus.groovy.grails.plugins.PluginFilterRetriever
 
PluginManagerAware - Interface in org.codehaus.groovy.grails.plugins
For implementors interested in obtaining a reference to the Grails PluginManager instance.
PluginManagerAwareBeanPostProcessor - Class in org.codehaus.groovy.grails.plugins.support.aware
Auto-injects beans that implement PluginManagerAware.
PluginManagerAwareBeanPostProcessor(GrailsPluginManager) - Constructor for class org.codehaus.groovy.grails.plugins.support.aware.PluginManagerAwareBeanPostProcessor
 
PluginManagerHolder - Class in org.codehaus.groovy.grails.plugins
Manages a thread bound plugin manager instance.
PluginManagerHolder() - Constructor for class org.codehaus.groovy.grails.plugins.PluginManagerHolder
 
PluginMetaManager - Interface in org.codehaus.groovy.grails.plugins
Enables the evaluation of Plug-in Metadata supplied by the plug-ins plugin.xml file.
PluginPathAwareFileSystemResourceLoader - Class in org.codehaus.groovy.grails.core.io
FileSystemResourceLoader capable of understanding paths to plugins via the ResourceLocator interface
PluginPathAwareFileSystemResourceLoader() - Constructor for class org.codehaus.groovy.grails.core.io.PluginPathAwareFileSystemResourceLoader
 
PLUGINS_DIR - Static variable in interface org.codehaus.groovy.grails.commons.GrailsApplication
Deprecated.
Use grails.util.BuildSettings#PLUGINS_DIR instead.
PLUGINS_PATH - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
The prefix used in plug-ins paths
populate(Closure) - Method in class grails.util.ClosureToMapPopulator
 
postProcessAfterInitialization(Object, String) - Method in class org.codehaus.groovy.grails.plugins.support.BeanPostProcessorAdapter
 
postProcessAfterInstantiation(Object, String) - Method in class org.codehaus.groovy.grails.orm.support.TransactionManagerPostProcessor
Injects the platform transaction manager into the given bean if that bean implements the TransactionManagerAware interface.
postProcessBeforeInitialization(Object, String) - Method in class org.codehaus.groovy.grails.plugins.support.aware.ClassLoaderAwareBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.codehaus.groovy.grails.plugins.support.aware.GrailsApplicationAwareBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.codehaus.groovy.grails.plugins.support.aware.PluginManagerAwareBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.codehaus.groovy.grails.plugins.support.BeanPostProcessorAdapter
 
PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Static variable in class org.codehaus.groovy.grails.commons.GrailsClassUtils
 
printSanitizedStackTrace(Throwable, PrintWriter) - Static method in class grails.util.GrailsUtil
 
printSanitizedStackTrace(Throwable, PrintWriter, StackTraceFilterer) - Static method in class grails.util.GrailsUtil
 
printSanitizedStackTrace(Throwable) - Static method in class grails.util.GrailsUtil
 
PRIVATE_STATIC_MODIFIER - Static variable in interface org.codehaus.groovy.grails.compiler.injection.ClassInjector
 
processAwareInterfaces(GrailsApplication, Object) - Static method in class org.codehaus.groovy.grails.plugins.support.aware.GrailsApplicationAwareBeanPostProcessor
 
ProfilingGrailsPluginManager - Class in org.codehaus.groovy.grails.plugins
A GrailsPluginManager implementation that outputs profile data to a logger.
ProfilingGrailsPluginManager(Class<?>[], GrailsApplication) - Constructor for class org.codehaus.groovy.grails.plugins.ProfilingGrailsPluginManager
 
ProfilingGrailsPluginManager(Resource[], GrailsApplication) - Constructor for class org.codehaus.groovy.grails.plugins.ProfilingGrailsPluginManager
 
ProfilingGrailsPluginManager(String, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.plugins.ProfilingGrailsPluginManager
 
PROJECT_CLASSES_DIR - Static variable in interface org.codehaus.groovy.grails.commons.GrailsApplication
Deprecated.
Use grails.util.BuildSettings#PROJECT_CLASSES_DIR instead.
PROJECT_META_FILE - Static variable in interface org.codehaus.groovy.grails.commons.GrailsApplication
 
PROJECT_RESOURCES_DIR - Static variable in interface org.codehaus.groovy.grails.commons.GrailsApplication
Deprecated.
Use grails.util.BuildSettings#PROJECT_RESOURCES_DIR instead.
PROJECT_TEST_CLASSES_DIR - Static variable in interface org.codehaus.groovy.grails.commons.GrailsApplication
Deprecated.
Use grails.util.BuildSettings#PROJECT_TEST_CLASSES_DIR instead.
PROJECT_WORK_DIR - Static variable in interface org.codehaus.groovy.grails.commons.GrailsApplication
Deprecated.
Use grails.util.BuildSettings#PROJECT_WORK_DIR instead.
PROPERTIES_PROPERTY - Static variable in class org.codehaus.groovy.grails.commons.GrailsDomainConfigurationUtil
 
PROPERTY_NAME - Static variable in class org.codehaus.groovy.grails.commons.GrailsDomainConfigurationUtil
 
PROPERTY_NAME - Static variable in interface org.codehaus.groovy.grails.validation.ConstraintsEvaluator
 
PROPERTY_NAME - Static variable in class org.codehaus.groovy.grails.validation.metaclass.ConstraintsDynamicProperty
 
PROPERTY_NAME - Static variable in class org.codehaus.groovy.grails.validation.metaclass.ConstraintsEvaluatingDynamicProperty
Deprecated.
 
PropertyAccessInterceptor - Interface in org.codehaus.groovy.grails.commons.metaclass
Adds the ability to intercept property getters/setters.
PROVIDED_ARTEFACTS - Static variable in interface org.codehaus.groovy.grails.plugins.GrailsPlugin
The name of the property that provides a list of shipped, but overridable artefactssw
ProxyHandler - Interface in org.codehaus.groovy.grails.support.proxy
Interface that defines logic for handling proxied instances
ProxyMetaClass - Class in org.codehaus.groovy.grails.commons.metaclass
As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs.
ProxyMetaClass(MetaClassRegistry, Class<?>, MetaClass) - Constructor for class org.codehaus.groovy.grails.commons.metaclass.ProxyMetaClass
 
PUBLIC_STATIC_MODIFIER - Static variable in class org.codehaus.groovy.grails.compiler.injection.AbstractGrailsArtefactTransformer
 
publishEvent(ApplicationEvent) - Method in class org.codehaus.groovy.grails.support.MockApplicationContext
 
put(Object, Object) - Method in class org.codehaus.groovy.grails.commons.metaclass.LazyMetaPropertyMap
 
putAll(Map) - Method in class org.codehaus.groovy.grails.commons.metaclass.LazyMetaPropertyMap
 
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links