Interface and Description |
---|
ConstraintsEvaluator
Evaluates and returns constraints.
|
GrailsDomainClass
Represents a persistable Grails domain class.
|
Class and Description |
---|
AbstractMimeTypesGrailsPlugin
Provides content negotiation capabilities to Grails via a new withFormat method on controllers
as well as a format property on the HttpServletRequest instance.
|
BaseApiProvider
|
CodecsGrailsPlugin
|
DataBindingGrailsPlugin
|
LazyBeanMap
|
MimeTypesFactoryBean
Creates the MimeType[] object that defines the configured mime types.
|
MimeTypesGrailsPlugin
Provides content negotiation capabilities to Grails via a new withFormat method on controllers
as well as a format property on the HttpServletRequest instance.
|
NavigableMap
|
NavigableMap.NullSafeNavigator
|
NavigableMapConfig
A Config implementation that operates against a NavigableMap
|
NavigableMapPropertySource
A org.springframework.core.env.PropertySource that doesn't return values for navigable submaps
|
Method and Description |
---|
AbstractGrailsClass#getPropertyDescriptors()
|
DefaultGrailsApplicationAttributes#getApplicationUri(javax.servlet.ServletRequest request)
|
DefaultGrailsPlugin#doc(java.lang.String text)
|
DefaultGrailsPluginManager#checkForChanges()
|
GrailsApplicationAttributes#getApplicationUri(javax.servlet.ServletRequest request)
|
GrailsClassUtils#getPropertyForGetter(java.lang.String getterName)
Returns a property name equivalent for the given getter name or null if it is not a valid getter.
|
GrailsClassUtils#isGetter(java.lang.String name, java.lang.Class<?> args)
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
|
GrailsNameUtils#isGetter(java.lang.String name, java.lang.Class<?> args)
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
|
GrailsPlugin#doc(java.lang.String text)
Write some documentation to the DocumentationContext
|
WebUtils#addViewPrefix(java.lang.String viewName)
|