source: Dev/branches/play-2.0.1/documentation/api/java/index.html @ 322

Last change on this file since 322 was 322, checked in by hendrikvanantwerpen, 13 years ago

Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.

File size: 1.4 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc on Wed May 02 16:04:59 CEST 2012-->
6<TITLE>
7playframework
8</TITLE>
9<SCRIPT type="text/javascript">
10    targetPage = "" + window.location.search;
11    if (targetPage != "" && targetPage != "undefined")
12        targetPage = targetPage.substring(1);
13    if (targetPage.indexOf(":") != -1)
14        targetPage = "undefined";
15    function loadFrames() {
16        if (targetPage != "" && targetPage != "undefined")
17             top.classFrame.location = top.targetPage;
18    }
19</SCRIPT>
20<NOSCRIPT>
21</NOSCRIPT>
22</HEAD>
23<FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
24<FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()">
25<FRAME src="overview-frame.html" name="packageListFrame" title="All Packages">
26<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
27</FRAMESET>
28<FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
29<NOFRAMES>
30<H2>
31Frame Alert</H2>
32
33<P>
34This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
35<BR>
36Link to<A HREF="overview-summary.html">Non-frame version.</A>
37</NOFRAMES>
38</FRAMESET>
39</HTML>
Note: See TracBrowser for help on using the repository browser.