Inherited by SEEntityController, SEModelController, and SEModelGroupController.

Public Member Functions | |
| SEController (WORequest request) | |
Protected Member Functions | |
| boolean | isAutomaticHtmlRoutingEnabled () |
| String | pageNameForAction (String actionName) |
| SEController | ( | WORequest | request | ) |
| boolean isAutomaticHtmlRoutingEnabled | ( | ) | [protected] |
If this method returns true, all HTML format requests will be automatically routed to the corresponding IERXRouteComponent implementation based on the name returned by pageNameForAction(String).
Reimplemented from ERXRouteController.
Returns the name of the page component for this entity and the given action. The default implementation of this returns entityName + Action + Page ("PersonEditPage", "PersonViewPage", etc).
| actionName | the name of the action |
Reimplemented from ERXRouteController.
1.5.8