|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
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 | Holds constants that refer to the names of dynamic methods and properties within controllers |
DataBindingDynamicConstructor | A dynamic property that uses a Map of OGNL expressions to sets properties on the target object |
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 |
SetPropertiesDynamicProperty | A dynamic property that uses a Map of OGNL expressions to sets properties on the target object |
TagLibDynamicMethods | Simply holds static references to the names of some tag library specific methods and properties |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |