Controller
[Core]
The Gyro core controller group contains the mechanisms used for routing and controlling. More...
Classes |
|
| class | ActionMapper |
| Maps actions to URLs. More... |
|
| class | AnsistringParameterizedRouteHandler |
| Handle ansi string (the "sp" type). More... |
|
| class | BlockBase |
| Represents a block. More... |
|
| class | CacheRenderDecorator |
| Caching implementation. More... |
|
| class | CatchAllRoute |
| Process all URLs that no one seems
responsible for. More... |
|
| class | CommandsBaseController |
| Installs a generic post handler at url
/process_commands. More... |
|
| class | CommandsRoute |
| Handle Command invocation (Check tokens!).
More... |
|
| class | CommandsRouteRenderDecorator |
| A render decorator that checks for
validation tokens. More... |
|
| class | ConstantCacheManager |
| Cache manager that returns a
constant value as cache id. More... |
|
| class | ControllerBase |
| Base implementation for controllers.
More... |
|
| class | ControllerDefaultClassInstantiater |
| Class to detect controller classed and
create one instance of each. More... |
|
| class | DispatcherInvokeRenderDecorator |
| Renders result of a controller action.
More... |
|
| class | EnumParameterizedRouteHandler |
| Handle enum (the "e" type). More... |
|
| class | ExactMatchRoute |
| Allows only exact matches in URLs. More... |
|
| class | Filter |
| Class to create a filter widget and to
filter search results. More... |
|
| class | FilterDefaultAdapter |
| Default Implementation of Filter
adapter. More... |
|
| class | FilterText |
| Class to create a filter widget and to
filter search results by free text. More... |
|
| class | FilterTextDefaultAdapter |
| Default Implementation of Filter
Text adapter. More... |
|
| class | FormHandler |
| Wraps functionality related to forms.
More... |
|
| class | HeadData |
| Centralizes HTML HEAD data. More... |
|
| class | IntParameterizedRouteHandler |
| Handle int (the "i" type). More... |
|
| class | NoCacheCacheManager |
| Cache manager to disable
caching. More... |
|
| class | NotFoundRenderDecorator |
| Renders a not found (404) result. More... |
|
| class | NotFoundRoute |
| A route to handle the case of no dispatch
token beeing found. More... |
|
| class | PageData |
| Collects data used to render a page and to
be exchange between different parts of the application. More... |
|
| class | Pager |
| Class to handle pagination. More... |
|
| class | PagerDefaultAdapter |
| Default Implementation of Pager adapter. More... |
|
| class | ParameterizedRoute |
| Allows defining routes that contain
wildcards. More... |
|
| class | PuintParameterizedRouteHandler |
| Handle positive unsigned int (the "ui>"
type). More... |
|
| class | RedirectActionRenderDecorator |
| Redirect to given action. More... |
|
| class | RedirectRenderDecorator |
| Redirect to given target path (not Url!).
More... |
|
| class | RenderDecoratorBase |
| Default implementation if IRenderDecorator. More... |
|
| class | RendererChain |
| Delegates rendering to a chain of
IRenderDecorators. More... |
|
| class | RouteBase |
| Basic route, which handles stub urls.
More... |
|
| class | RouterBase |
| The Router. More... |
|
| class | SimpleCacheManager |
| Very simple cache manager. More... |
|
| class | Sorter |
| Class to create a sorting widget and to
process search results. More... |
|
| class | SorterDefaultAdapter |
| Default Implementation of Sorter
adapter. More... |
|
| class | StringParameterizedRouteHandler |
| Handle string (the "s" type). More... |
|
| class | SuccessCacheManager |
| Caches only when logged in, uses current
URL. More... |
|
| class | UintParameterizedRouteHandler |
| Handle unsigned int (the "ui" type).
More... |
|
Detailed Description
The Gyro core controller group contains the mechanisms used for routing and controlling.
