diff options
Diffstat (limited to 'spss.slinterface/pages')
-rw-r--r-- | spss.slinterface/pages/test/dataURL.jsp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/spss.slinterface/pages/test/dataURL.jsp b/spss.slinterface/pages/test/dataURL.jsp new file mode 100644 index 000000000..c2b62697f --- /dev/null +++ b/spss.slinterface/pages/test/dataURL.jsp @@ -0,0 +1,18 @@ +<%@ page contentType="text/html; charset=UTF-8" %>
+
+<jsp:useBean
+ id="dataURLResult"
+ class="test.at.gv.egovernment.moa.spss.slinterface.DataURLBean" scope="request">
+</jsp:useBean>
+
+<html>
+ <head>
+ <head><title><jsp:getProperty name="dataURLResult" property="title"/></title></head>
+ </head>
+ <body>
+ <h1>Content-Type</h1>
+ <p><pre><jsp:getProperty name="dataURLResult" property="contentType"/></pre></p>
+ <h1>Content</h1>
+ <p><pre><jsp:getProperty name="dataURLResult" property="content"/></pre></p>
+ </body>
+</html>
\ No newline at end of file |