Wiki source code of ERRest In Depth
Version 27.1 by Pascal Robert on 2012/03/11 20:59
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | request > route | ||
2 | |||
3 | Application(ERXApplication).dispatchRequest(WORequest) line: 2051 | ||
4 | ERXRouteRequestHandler(WOActionRequestHandler).//handleRequest(WORequest) line: 221 | ||
5 | ERXRouteRequestHandler.getRequestHandlerPathForRequest(WORequest) line: 782// | ||
6 | |||
7 | ERXRouteRequestHandler(WOActionRequestHandler).//handleRequest(WORequest) line: 259 | ||
8 | PagesController(ERXRouteController).performActionNamed(String) line: 1328 | ||
9 | PagesController(ERXRouteController).performActionNamed(String, boolean) line: 1385 | ||
10 | PagesController(ERXRouteController).performRouteActionNamed(String) line: 1510 | ||
11 | PagesController(ERXRouteController).performActionWithArguments(Method, Object...) line: 1559 | ||
12 | ... | ||
13 | PagesController.mainPageAction() line: 20// | ||
14 | |||
15 | == ERXRouteRequestHandler == | ||
16 | |||
17 | | **Properties** | ||
18 | | ERXRest.missingControllerName | (default "ERXMissingRouteController") | ||
19 | \\ | ||
20 | | ERXRest.parseUnknownExtensions | ERXRest.parseUnknownExtensions | ||
21 | \\ | ||
22 | | ERXRest.pluralEntityNames | ERXRest.pluralEntityNames | ||
23 | \\ | ||
24 | | ERXRest.routeCase | ERXRest.routeCase | ||
25 | \\ | ||
26 | | ERXRest.lowercaseEntityNames | ERXRest.lowercaseEntityNames | ||
27 | |||
28 | ERXMissingRouteController is the controller that is used when no route can be found. It's "missing" action is loaded. | ||
29 | |||
30 | | **Properties** | ||
31 | | ERXRest.strictMode | ERXRest.strictMode | ||
32 | \\ | | ||
33 | ERXRouteController | ||
34 | |||
35 | Properties | ||
36 | |||
37 | ERXRest.accessControlAllowRequestHeaders | ||
38 | ERXRest.accessControlAllowRequestHeaders | ||
39 | |||
40 | |||
41 | ERXRest.accessControlAllowRequestMethods | ||
42 | ERXRest.accessControlAllowRequestMethods | ||
43 | |||
44 | |||
45 | ERXRest.defaultFormat | ||
46 | ERXRest.defaultFormat | ||
47 | |||
48 | |||
49 | ERXRest.strictMode | ||
50 | ERXRest.strictMode | ||
51 | |||
52 | |||
53 | ERXRest.allowWindowNameCrossDomainTransport | ||
54 | ERXRest.allowWindowNameCrossDomainTransport | ||
55 | |||
56 | |||
57 | ERXRest.accessControlMaxAge | ||
58 | ERXRest.accessControlMaxAge | ||
59 | |||
60 | |||
61 | ERXRest.accessControlAllowOrigin | ||
62 | ERXRest.accessControlAllowOrigin | ||
63 |