Package org.codehaus.groovy.grails.web.metaclass
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
AbstractDynamicControllerMethod An abstract class for dynamic controller methods to implement
AbstractDynamicControllerProperty An abstract class for dynamic controller properties to implement
BindDynamicMethod A dynamic method present in controllers allowing data binding from a map to a target instance.
ChainDynamicMethod Implements the "chain" Controller method for action chaining
ControllerDynamicMethods Adds dynamic methods and properties for Grails Controllers
GetParamsDynamicProperty A dynamic property that adds a "params" map to a controller for accessing request and controller parameters
GetSessionDynamicProperty A dynamic property that adds a "session" map to a controller for accessing the Http Session
GrailsParameterMap A parameter map class that allows mixing of request parameters and controller parameters.
RedirectDynamicMethod Implements the "redirect" Controller method for action redirection
RenderDynamicMethod Allows rendering of text, views, and templates to the response
TagLibDynamicMethods

Represents a controller class in Grails.

TagLibMetaClass

Special meta class for tag libraries that allows tag libraries to call tags within other libraries without the need for inheritance