Package org.codehaus.groovy.grails.web.metaclass

Class Summary
AbstractDynamicControllerMethod An abstract class for dynamic controller methods to implement.
AbstractDynamicControllerProperty An abstract class for dynamic controller properties to implement.
BindDynamicMethod Deprecated. Use the data binder api directly
ControllerDynamicMethods Holds constants that refer to the names of dynamic methods and properties within 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.
RedirectDynamicMethod Implements the "redirect" Controller method for action redirection.
RenderDynamicMethod Allows rendering of text, views, and templates to the response