Last change
on this file was
962,
checked in by djay, 4 years ago
|
Update OGC API - Processes documentation and implementation, providing a browsable User Interface to Processes.
|
-
Property svn:executable set to
*
|
File size:
833 bytes
|
Line | |
---|
1 | [display] |
---|
2 | Title = Print Cheetah templates as HTML |
---|
3 | Abstract = Print Cheetah templates as HTML. |
---|
4 | processVersion = 2 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceProvider = service |
---|
8 | serviceType = Python |
---|
9 | <DataInputs> |
---|
10 | [tmpl] |
---|
11 | Title = Template name |
---|
12 | Abstract = The name of the template to fill. |
---|
13 | minOccurs = 1 |
---|
14 | maxOccurs = 1 |
---|
15 | <ComplexData> |
---|
16 | <Default> |
---|
17 | mimeType = application/json |
---|
18 | encoding = utf-8 |
---|
19 | </Default> |
---|
20 | </ComplexData> |
---|
21 | </DataInputs> |
---|
22 | <DataOutputs> |
---|
23 | [Result] |
---|
24 | Title = The welcome message |
---|
25 | Abstract = The HTML content out of the template. |
---|
26 | <ComplexData> |
---|
27 | <Default> |
---|
28 | mimeType = text/html |
---|
29 | encoding = utf-8 |
---|
30 | </Default> |
---|
31 | <Supported> |
---|
32 | mimeType = text/plain |
---|
33 | encoding = utf-8 |
---|
34 | </Supported> |
---|
35 | </ComplexData> |
---|
36 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.