-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
22 lines (15 loc) · 891 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Header Parameters Calling Convention for XINS Framework
(c) 2012 Burc Sade, http://burcsade.com/
Header Parameters Calling Convention for XINS Framework is released under the MIT license.
Header Parameters Calling Convention for XINS Framework enables you to access HTTP
parameters and use them as input parameters in XINS functions. The output of the
function is defined via the tag output parameter and function name itself. The
templates folder and the tag output parameter name are defined in xins.properties
file with keys "templates.source" and "templates.tag.property" respectively. The
template cache is enabled by defult and can be turned off via setting
"templates.source" parameter to "false" in xins.properties. If you find it useful
and/or have questions you can drop me an email.
burcsade(at)gmail(dot)com
Related links:
XINS Framework
http://xins.sourceforge.net/