|
mobius-js | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--MobiusController
Method Summary | |
void
|
init(<object> mobiusProcessingStack)
The base class for all controllers.Do not access this method directly, instead use MobiusController.extend({}); |
void
|
render(<string> view, <object> options)
Thin wrapper for the express object. |
Method Detail |
void init(<object> mobiusProcessingStack)
mobiusProcessingStack
- provides a synchronous stack.
void render(<string> view, <object> options)
view
- the view file to render.
options
- options for the express object's render function.
|
mobius-js | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |