Groovy Documentation

org.codehaus.groovy.grails.plugins.converters
[Groovy] Class ConvertersPluginSupport

java.lang.Object
  org.codehaus.groovy.grails.plugins.converters.ConvertersPluginSupport

class ConvertersPluginSupport
extends java.lang.Object

Authors:
Graeme Rocher
Since:
2.0


Method Summary
static void enhanceApplication(GrailsApplication application, org.springframework.context.ApplicationContext applicationContext)

Enhances a Grails application with the Converters capability

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

enhanceApplication

static void enhanceApplication(GrailsApplication application, org.springframework.context.ApplicationContext applicationContext)
Enhances a Grails application with the Converters capability
Parameters:
application
applicationContext


 

Groovy Documentation