/doc/core/z_service.html
http://github.com/zotonic/zotonic · HTML · 94 lines · 78 code · 16 blank · 0 comment · 0 complexity · fef127f9b76182cd4dbefec4d926be07 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>Module z_service</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
- </head>
- <body bgcolor="white">
- <div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
- <hr>
- <h1>Module z_service</h1>
- <ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Support functions for API calls.
- <p>Copyright 2009 Arjan Scherpenisse
- Date: 2009-10-03</p>
- <p><b>Authors:</b> Arjan Scherpenisse (<a href="mailto:arjan@scherpenisse.net"><tt>arjan@scherpenisse.net</tt></a>).</p>
- <h2><a name="description">Description</a></h2>Support functions for API calls.
- <h2><a name="index">Function Index</a></h2>
- <table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#all-1">all/1</a></td><td></td></tr>
- <tr><td valign="top"><a href="#all-2">all/2</a></td><td></td></tr>
- <tr><td valign="top"><a href="#applies-2">applies/2</a></td><td></td></tr>
- <tr><td valign="top"><a href="#grouped-1">grouped/1</a></td><td></td></tr>
- <tr><td valign="top"><a href="#handler-1">handler/1</a></td><td></td></tr>
- <tr><td valign="top"><a href="#http_methods-1">http_methods/1</a></td><td></td></tr>
- <tr><td valign="top"><a href="#method-1">method/1</a></td><td></td></tr>
- <tr><td valign="top"><a href="#module-1">module/1</a></td><td></td></tr>
- <tr><td valign="top"><a href="#needauth-1">needauth/1</a></td><td></td></tr>
- <tr><td valign="top"><a href="#serviceinfo-1">serviceinfo/1</a></td><td></td></tr>
- <tr><td valign="top"><a href="#title-1">title/1</a></td><td></td></tr>
- </table>
- <h2><a name="functions">Function Details</a></h2>
- <h3 class="function"><a name="all-1">all/1</a></h3>
- <div class="spec">
- <p><tt>all(Context) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="all-2">all/2</a></h3>
- <div class="spec">
- <p><tt>all(X1, Context) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="applies-2">applies/2</a></h3>
- <div class="spec">
- <p><tt>applies(Rest, Service) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="grouped-1">grouped/1</a></h3>
- <div class="spec">
- <p><tt>grouped(Context) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="handler-1">handler/1</a></h3>
- <div class="spec">
- <p><tt>handler(X1) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="http_methods-1">http_methods/1</a></h3>
- <div class="spec">
- <p><tt>http_methods(Service) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="method-1">method/1</a></h3>
- <div class="spec">
- <p><tt>method(Service) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="module-1">module/1</a></h3>
- <div class="spec">
- <p><tt>module(Service) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="needauth-1">needauth/1</a></h3>
- <div class="spec">
- <p><tt>needauth(Service) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="serviceinfo-1">serviceinfo/1</a></h3>
- <div class="spec">
- <p><tt>serviceinfo(M) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="title-1">title/1</a></h3>
- <div class="spec">
- <p><tt>title(Service) -> any()</tt></p>
- </div>
- <hr>
- <div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
- <p><i>Generated by EDoc, Oct 13 2011, 14:45:55.</i></p>
- </body>
- </html>