<%@ 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>