blob: 49cf364ae85e63a76c19344947ddd601b2191b3b [file] [log] [blame]
<%@ page language="java" contentType="text/html; UTF-8" pageEncoding="UTF-8"%>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache Olingo - OData2 Library</title>
<style type="text/css">
body { font-family: Arial, sans-serif; font-size: 13px; line-height: 18px;
color: blue; background-color: #ffffff; }
a { color: blue; text-decoration: none; }
a:focus { outline: thin dotted #4076cb; outline-offset: -1px; }
a:hover, a:active { outline: 0; }
a:hover { color: #404a7e; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { margin: 9px 0; font-family: inherit; font-weight: bold;
line-height: 1; color: blue; }
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 30px; line-height: 40px; }
h3 { font-size: 24px; line-height: 40px; }
h4 { font-size: 18px; line-height: 20px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 12px; line-height: 20px; }
.logo { float: right; }
ul { padding: 0; margin: 0 0 9px 25px; }
ul ul { margin-bottom: 0; }
li { line-height: 18px; }
hr { margin: 18px 0;
border: 0; border-top: 1px solid #cccccc; border-bottom: 1px solid #ffffff; }
table { border-collapse: collapse; border-spacing: 10px; }
th, td { border: 1px solid; padding: 20px; }
.code { font-family: "Courier New", monospace; font-size: 13px; line-height: 18px; }
</style>
</head>
<body>
<h1>Apache Olingo - OData2 Library</h1>
<hr />
<h2>Reference Scenario</h2>
<table>
<tr>
<td valign="top">
<h3>Service Document and Metadata</h3>
<ul>
<li><a href="ReferenceScenario.svc?_wadl" target="_blank">wadl</a></li>
<li><a href="ReferenceScenario.svc/" target="_blank">service
document</a></li>
<li><a href="ReferenceScenario.svc/$metadata" target="_blank">metadata</a></li>
</ul>
<h3>EntitySets</h3>
<ul>
<li><a href="ReferenceScenario.svc/Employees" target="_blank">Employees</a></li>
<li><a href="ReferenceScenario.svc/Managers" target="_blank">Managers</a></li>
<li><a href="ReferenceScenario.svc/Buildings" target="_blank">Buildings</a></li>
<li><a href="ReferenceScenario.svc/Buildings/?$expand=nb_Rooms"
target="_blank">Buildings/?$expand=nb_Rooms</a></li>
<li><a href="ReferenceScenario.svc/Rooms" target="_blank">Rooms</a></li>
<li><a href="ReferenceScenario.svc/Rooms/?$orderby=Name" target="_blank">Rooms/?$orderby=Name</a></li>
<li><a href="ReferenceScenario.svc/Photos" target="_blank">Photos</a></li>
<li><a href="ReferenceScenario.svc/Photos/?$filter=Type%20eq%20'PNG'"
target="_blank">Photos/?$filter=Type eq 'PNG'</a></li>
</ul>
<h3>Entities</h3>
<ul>
<li><a href="ReferenceScenario.svc/Employees('1')" target="_blank">Employees('1')</a></li>
<li><a href="ReferenceScenario.svc/Managers('1')" target="_blank">Managers('1')</a></li>
<li><a href="ReferenceScenario.svc/Buildings(1)" target="_blank">Buildings(1)</a></li>
<li><a href="ReferenceScenario.svc/Buildings(1)/nb_Rooms" target="_blank">Buildings(1)/nb_Rooms</a></li>
<li><a href="ReferenceScenario.svc/Rooms('1')" target="_blank">Rooms('1')</a></li>
<li><a href="ReferenceScenario.svc/Rooms('1')/nr_Building" target="_blank">Rooms('1')/nr_Building</a></li>
<li><a href="ReferenceScenario.svc/Photos(Name='Small%20picture',Type='GIF')"
target="_blank">Photos(Name='Small%20picture',Type='GIF')</a></li>
<li><a href="ReferenceScenario.svc/Photos(Name='Big%20picture',Type='JPEG')/$value"
target="_blank">Photos(Name='Big%20picture',Type='JPEG')/$value</a></li>
</ul>
</td>
<td valign="top">
&nbsp;
</td>
<td valign="bottom">
<div class="code">
<%
String version = "gen/version.html";
%>
<%
try {
%>
<jsp:include page='<%=version%>' />
<%
} catch (Exception e) {
%>
<p>IDE Build</p>
<%
}
%>
</div>
</td>
</tr>
</table>
</body>
</html>