Jaxer.Route : Object
Return to: Jaxer Framework index

Used for determining the application and page to use in servicing a given request.

Platform Support

Jaxer Server Framework Jaxer Client Framework
0.9 no

Functions

Method Action Jaxer Server Framework Jaxer Client Framework
static getAppAndPage() : Object
Get app and page keys from Request.
Show Details 0.9 no

Returns
Object A hashmap containing the app and page matched for the current request from the routes table (in configRoutes.js)

aptana_docs