blob: e5828d6dd798bbc617e1030f836239989dc87da2 [file] [log] [blame]
<page>
<title>Input Modules</title>
<table>
<tr>
<td>
<h3>Input Modules</h3>
<p>Modules are used to access input and output data in
modular way.
</p>
<table class="table">
<tr>
<th>Input module</th>
<th>Description</th>
</tr>
<tr>
<td><a href="request.xsp">request</a></td>
<td>Request object properties</td>
</tr>
<tr>
<td><a href="baselink.xsp">baselink</a></td>
<td>BaseLink properties</td>
</tr>
<tr>
<td><a href="requestparam">request-param</a></td>
<td>Request parameters</td>
</tr>
<tr>
<td><a href="defaults.xsp">defaults</a></td>
<td>Default (static) values</td>
</tr>
<tr>
<td><a href="date.xsp">date</a></td>
<td>Date</td>
</tr>
<tr>
<td><a href="session.xsp">session</a></td>
<td>Session object properties</td>
</tr>
<tr>
<td><a href="session-attr.xsp">session-attr</a></td>
<td>Session attributes</td>
</tr>
<tr>
<td><a href="system-property.xsp">system-property</a></td>
<td>System properties (environment variables)</td>
</tr>
<tr>
<td><a href="xml.xsp">xml</a></td>
<td>XML node values</td>
</tr>
<tr>
<td><a href="chain.xsp">chain</a></td>
<td>Chained values</td>
</tr>
<tr>
<td><a href="randomnumber.xsp">randomnumber</a></td>
<td>Random number</td>
</tr>
<tr>
<td><a href="realpath.xsp">realpath</a></td>
<td>Real filesystem paths of context paths</td>
</tr>
<tr>
<td><a href="properties.xsp">properties</a></td>
<td>Properties file values</td>
</tr>
</table>
</td>
</tr>
</table>
</page>