- Timestamp:
- 12/02/09 13:51:14 (2 years ago)
- Location:
- website/trunk/doc
- Files:
-
- 2 modified
-
1.2/framework.txt (modified) (2 diffs)
-
contribs/mapfishapi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
website/trunk/doc/1.2/framework.txt
r3055 r3266 299 299 300 300 * `Pylons Book Chapter 9: URLs, Routing and Dispatch <http://pylonsbook.com/en/1.0/urls-routing-and-dispatch.html>`_ 301 * `Routes docs <http://routes.groovie.org/ docs/>`_301 * `Routes docs <http://routes.groovie.org/>`_ 302 302 303 303 Customizing Web Services … … 338 338 339 339 **Scenario #1** 340 Let's assume you want that only * managers* are returned by the ``users``340 Let's assume you want that only *employees* are returned by the ``users`` 341 341 web service. For this you will create a comparison filter and combine it 342 342 with the MapFish default filter:: -
website/trunk/doc/contribs/mapfishapi.txt
r3133 r3266 31 31 ^^^^^^^^^^^^^^^^^^^^ 32 32 33 In order to use this API, it is needed to create a project api which will herite from the MapFish.API and will specialize or ov veride some functions.33 In order to use this API, it is needed to create a project api which will herite from the MapFish.API and will specialize or override some functions. 34 34 35 35 Let's create a file :download:`mymapfishApi.js <_static/mymapfishApi.js>` in a newly created directory mymapfishApi/js/
