Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 1.23 KB

index.rst

File metadata and controls

33 lines (25 loc) · 1.23 KB

Mojito API Overview

This section introduces some of the main features of the Mojito API. Please see the Mojito API documentation that has been built using YUI Doc and is continuously updated.

The API contains the following five modules:

  • ActionContext - is a key module of the Mojito framework, giving you access to the frameworks features from within a controller function.
  • Addons - extensions that provide functionality that lives both on the server and/or client. Each addon provides additional functions through a namespace that is attached directly to the Action Context object available in every controller function.
  • CommonLibs - is a utility library containing methods to handle cookies, access input parameters, and make REST calls.
  • MojitoClient - is the client-side Mojito runtime module containing methods that allow inter-mojit communication through the mojitProxy object.
  • MojitServer - is the module that provides access to the Mojito server.

Table of Contents

.. toctree::
   :maxdepth: 2

   mojito_action_context
   mojito_addons
   mojito_rest_lib
   mojito_client_obj