Package | Description |
---|---|
er.rest.routes | |
er.snapshotexplorer | |
er.snapshotexplorer.components.pages | |
er.snapshotexplorer.controllers |
Class and Description |
---|
ERXDefaultRouteController
ERXDefaultRouteController defines abstract methods for the standard default routes that are registered.
|
ERXRoute
ERXRoute encapsulates a URL path with matching values inside of it.
|
ERXRoute.Key
ERXRoute.Key encapsulates a key name and an expected value type.
|
ERXRoute.Method |
ERXRoute.RouteParameterMethod |
ERXRouteController
ERXRouteController is equivalent to a Rails controller class.
|
ERXRouteRequestHandler
ERXRouteRequestHandler is the request handler that can process rails-style route mappings and convert them to
ERXRestController action methods.
|
ERXRouteRequestHandler.NameFormat
NameFormat specifies how routes and controller names should be capitalized by default.
|
ERXRouteRequestHandler.NameFormat.Case
An enumerated type specifying the case of your routes.
|
ERXUnsafeReadOnlyRouteController
If you just want to quickly drop in a controller to test your entities, you can use or extend
ERXUnsafeReadOnlyRouteController.
|
Class and Description |
---|
ERXRouteRequestHandler
ERXRouteRequestHandler is the request handler that can process rails-style route mappings and convert them to
ERXRestController action methods.
|
Class and Description |
---|
ERXRouteParameter
ERXRouteParameter is an annotation that should be applied to a method on an IERXRouteComponent, which will be
automatically set from the route keys specified in a URL.
|
IERXRouteComponent
If you return a component from ERXRouteController that implements the IERXRouteComponent interface, the route
controller will attempt to find set-methods on your component that correspond to the current route keys.
|
Class and Description |
---|
ERXRouteController
ERXRouteController is equivalent to a Rails controller class.
|
Copyright © 2002 – 2020 Project Wonder.