source: Dev/branches/play-2.0.1/documentation/api/java/play/package-summary.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: 7.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_29) on Wed May 02 16:04:59 CEST 2012 -->
6<TITLE>
7play (playframework)
8</TITLE>
9
10<META NAME="date" CONTENT="2012-05-02">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17    if (location.href.indexOf('is-external=true') == -1) {
18        parent.document.title="play (playframework)";
19    }
20}
21</SCRIPT>
22<NOSCRIPT>
23</NOSCRIPT>
24
25</HEAD>
26
27<BODY BGCOLOR="white" onload="windowTitle();">
28<HR>
29
30
31<!-- ========= START OF TOP NAVBAR ======= -->
32<A NAME="navbar_top"><!-- --></A>
33<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35<TR>
36<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37<A NAME="navbar_top_firstrow"><!-- --></A>
38<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39  <TR ALIGN="center" VALIGN="top">
40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47  </TR>
48</TABLE>
49</TD>
50<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51</EM>
52</TD>
53</TR>
54
55<TR>
56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57&nbsp;PREV PACKAGE&nbsp;
58&nbsp;<A HREF="../play/cache/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
59<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60  <A HREF="../index.html?play/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
61&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
62&nbsp;<SCRIPT type="text/javascript">
63  <!--
64  if(window==top) {
65    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
66  }
67  //-->
68</SCRIPT>
69<NOSCRIPT>
70  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
71</NOSCRIPT>
72
73
74</FONT></TD>
75</TR>
76</TABLE>
77<A NAME="skip-navbar_top"></A>
78<!-- ========= END OF TOP NAVBAR ========= -->
79
80<HR>
81<H2>
82Package play
83</H2>
84Provides the Play framework's publicly accessible Java API.
85<P>
86<B>See:</B>
87<BR>
88&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
89<P>
90
91<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
92<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
93<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
94<B>Class Summary</B></FONT></TH>
95</TR>
96<TR BGCOLOR="white" CLASS="TableRowColor">
97<TD WIDTH="15%"><B><A HREF="../play/Application.html" title="class in play">Application</A></B></TD>
98<TD>A Play application.</TD>
99</TR>
100<TR BGCOLOR="white" CLASS="TableRowColor">
101<TD WIDTH="15%"><B><A HREF="../play/Configuration.html" title="class in play">Configuration</A></B></TD>
102<TD>The current application configuration.</TD>
103</TR>
104<TR BGCOLOR="white" CLASS="TableRowColor">
105<TD WIDTH="15%"><B><A HREF="../play/GlobalSettings.html" title="class in play">GlobalSettings</A></B></TD>
106<TD>GlobalSettings is instantiated by the framework when an application starts, to let you perform specific tasks
107 at start-up or shut-down.</TD>
108</TR>
109<TR BGCOLOR="white" CLASS="TableRowColor">
110<TD WIDTH="15%"><B><A HREF="../play/Logger.html" title="class in play">Logger</A></B></TD>
111<TD>High level API for logging operations.</TD>
112</TR>
113<TR BGCOLOR="white" CLASS="TableRowColor">
114<TD WIDTH="15%"><B><A HREF="../play/Logger.ALogger.html" title="class in play">Logger.ALogger</A></B></TD>
115<TD>Typical logger interface</TD>
116</TR>
117<TR BGCOLOR="white" CLASS="TableRowColor">
118<TD WIDTH="15%"><B><A HREF="../play/Play.html" title="class in play">Play</A></B></TD>
119<TD>High-level API to access Play global features.</TD>
120</TR>
121<TR BGCOLOR="white" CLASS="TableRowColor">
122<TD WIDTH="15%"><B><A HREF="../play/Plugin.html" title="class in play">Plugin</A></B></TD>
123<TD>A Play plugin.</TD>
124</TR>
125<TR BGCOLOR="white" CLASS="TableRowColor">
126<TD WIDTH="15%"><B><A HREF="../play/Routes.html" title="class in play">Routes</A></B></TD>
127<TD>Helper utilities related to `Router`.</TD>
128</TR>
129</TABLE>
130&nbsp;
131
132<P>
133<A NAME="package_description"><!-- --></A><H2>
134Package play Description
135</H2>
136
137<P>
138Provides the Play framework's publicly accessible Java API.
139
140 <h3>Play 2.0</h3>
141 <a href="http://www.playframework.org">http://www.playframework.org</a>
142<P>
143
144<P>
145<DL>
146</DL>
147<HR>
148
149
150<!-- ======= START OF BOTTOM NAVBAR ====== -->
151<A NAME="navbar_bottom"><!-- --></A>
152<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
153<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
154<TR>
155<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
156<A NAME="navbar_bottom_firstrow"><!-- --></A>
157<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
158  <TR ALIGN="center" VALIGN="top">
159  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
160  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
161  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
162  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
163  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
164  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
165  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
166  </TR>
167</TABLE>
168</TD>
169<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
170</EM>
171</TD>
172</TR>
173
174<TR>
175<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
176&nbsp;PREV PACKAGE&nbsp;
177&nbsp;<A HREF="../play/cache/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
178<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
179  <A HREF="../index.html?play/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
180&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
181&nbsp;<SCRIPT type="text/javascript">
182  <!--
183  if(window==top) {
184    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
185  }
186  //-->
187</SCRIPT>
188<NOSCRIPT>
189  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
190</NOSCRIPT>
191
192
193</FONT></TD>
194</TR>
195</TABLE>
196<A NAME="skip-navbar_bottom"></A>
197<!-- ======== END OF BOTTOM NAVBAR ======= -->
198
199<HR>
200
201</BODY>
202</HTML>
Note: See TracBrowser for help on using the repository browser.