Name | Description |
---|---|
Ajax | Provides controller Ajax response (send only specified string to response) |
File | Provides Http file response (send file to response) |
InlineTpl | Provides tempate response (puts data to DataCollector specified variable) |
Redirect | Provides controller redirect response (redirects the client to specified URL.) |
StaticTpl | Provides template response (loads template and puts it to DataCollector) |
Tpl | Provides template response (puts data to DataCollector) |