Skip to content

Commit

Permalink
Updated JavaDoc ready for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
glaforge committed Jul 7, 2010
1 parent 38967cd commit a8cbc8b
Show file tree
Hide file tree
Showing 30 changed files with 847 additions and 326 deletions.
Binary file modified template-project/war/WEB-INF/lib/gaelyk-0.4.1.jar
Binary file not shown.
10 changes: 10 additions & 0 deletions website/war/api/allclasses-frame.html
Expand Up @@ -21,6 +21,12 @@
<TD NOWRAP><FONT CLASS="FrameItemFont">
<!--<A HREF="org/omg/CORBA/ARG_IN.html" title="interface in org.omg.CORBA" target="classFrame"><I>ARG_IN</I></A>-->
<!--<BR>-->
<A HREF="groovyx/gaelyk/routes/CachedResponse.html" title="class in groovyx.gaelyk.routes" target="classFrame">CachedResponse</A>
<BR>
<A HREF="groovyx/gaelyk/routes/CachedResponse.CustomServletOutputStream.html" title="class in groovyx.gaelyk.routes.CachedResponse" target="classFrame">CachedResponse.CustomServletOutputStream</A>
<BR>
<A HREF="groovyx/gaelyk/ExpirationTimeCategory.html" title="class in groovyx.gaelyk" target="classFrame">ExpirationTimeCategory</A>
<BR>
<A HREF="groovyx/gaelyk/GaelykBindingEnhancer.html" title="class in groovyx.gaelyk" target="classFrame">GaelykBindingEnhancer</A>
<BR>
<A HREF="groovyx/gaelyk/GaelykCategory.html" title="class in groovyx.gaelyk" target="classFrame">GaelykCategory</A>
Expand All @@ -33,10 +39,14 @@
<BR>
<A HREF="groovyx/gaelyk/GaelykXmppServlet.html" title="class in groovyx.gaelyk" target="classFrame">GaelykXmppServlet</A>
<BR>
<A HREF="groovyx/gaelyk/logging/GroovyLogger.html" title="class in groovyx.gaelyk.logging" target="classFrame">GroovyLogger</A>
<BR>
<A HREF="groovyx/gaelyk/routes/HttpMethod.html" title="enum in groovyx.gaelyk.routes" target="classFrame">HttpMethod</A>
<BR>
<A HREF="groovyx/gaelyk/plugins/LazyBinding.html" title="class in groovyx.gaelyk.plugins" target="classFrame">LazyBinding</A>
<BR>
<A HREF="groovyx/gaelyk/logging/LoggerAccessor.html" title="class in groovyx.gaelyk.logging" target="classFrame">LoggerAccessor</A>
<BR>
<A HREF="groovyx/gaelyk/plugins/PluginBaseScript.html" title="class in groovyx.gaelyk.plugins" target="classFrame">PluginBaseScript</A>
<BR>
<A HREF="groovyx/gaelyk/plugins/PluginsHandler.html" title="class in groovyx.gaelyk.plugins" target="classFrame">PluginsHandler</A>
Expand Down
8 changes: 4 additions & 4 deletions website/war/api/deprecated-list.html
Expand Up @@ -2,9 +2,9 @@

<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<!-- Generated by groovydoc (1.7.2-SNAPSHOT) on -->
<title>Deprecated API (Gaelyk 0.4)</title>
<meta name="date" content="2010-05-08">
<!-- Generated by groovydoc (1.7.3) on -->
<title>Deprecated API (Gaelyk 0.4.1)</title>
<meta name="date" content="2010-07-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">
Expand All @@ -13,7 +13,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (Gaelyk 0.4)";
parent.document.title="Deprecated API (Gaelyk 0.4.1)";
}
}
</script>
Expand Down
24 changes: 12 additions & 12 deletions website/war/api/groovyx/gaelyk/GaelykBindingEnhancer.html
Expand Up @@ -6,17 +6,17 @@

<html>
<head>
<!-- Generated by groovydoc (1.7.2-SNAPSHOT) on Sat May 08 09:07:38 CEST 2010 -->
<title>GaelykBindingEnhancer (Gaelyk 0.4)</title>
<meta name="date" content="2010-05-08">
<!-- Generated by groovydoc (1.7.3) on Thu Jul 08 00:13:23 CEST 2010 -->
<title>GaelykBindingEnhancer (Gaelyk 0.4.1)</title>
<meta name="date" content="2010-07-08">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GaelykBindingEnhancer (Gaelyk 0.4)";
parent.document.title="GaelykBindingEnhancer (Gaelyk 0.4.1)";
}
}
</script>
Expand Down Expand Up @@ -91,17 +91,17 @@ <H2>
groovyx.gaelyk</FONT>
<BR>

<span CLASS="ClassTitleFont">Class GaelykBindingEnhancer</span></H2>
<span CLASS="ClassTitleFont">[Groovy] Class GaelykBindingEnhancer</span></H2>
<pre><a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html' title='java.lang.Object'>java.lang.Object</a>
<img src='../../inherit.gif'>groovyx.gaelyk.GaelykBindingEnhancer
</pre><hr>
<PRE>public&nbsp;class GaelykBindingEnhancer
<PRE>class GaelykBindingEnhancer

</PRE>

<P>
Class responsible for adding adding Google App Engine related services into the binding of Groovlets and Templates.<DL><DT><B>author:</B></DT><DD>Marcel Overdijk</DD></DL><DL><DT><B>author:</B></DT><DD>Guillaume Laforge</DD></DL>

Class responsible for adding adding Google App Engine related services into the binding of Groovlets and Templates.
<DL><DT><B>Authors:</B></DT><DD>Marcel Overdijk</DD><DD>Guillaume Laforge</DD></DL>
</P>
<hr>

Expand Down Expand Up @@ -162,7 +162,7 @@ <H2>
<tr CLASS="TableSubHeadingColor"><th ALIGN="left" COLSPAN="2">
<b>Methods inherited from class <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html' title='Object'>Object</a></b>
</th></tr>
<tr class="TableRowColor"><td colspan='2'><a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#hashCode()' title='hashCode'>hashCode</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#getClass()' title='getClass'>getClass</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)' title='equals'>equals</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#toString()' title='toString'>toString</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long, int)' title='wait'>wait</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long)' title='wait'>wait</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait()' title='wait'>wait</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notify()' title='notify'>notify</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notifyAll()' title='notifyAll'>notifyAll</a></td></tr>
<tr class="TableRowColor"><td colspan='2'><a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait()' title='wait'>wait</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long)' title='wait'>wait</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long, int)' title='wait'>wait</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)' title='equals'>equals</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#toString()' title='toString'>toString</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#hashCode()' title='hashCode'>hashCode</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#getClass()' title='getClass'>getClass</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notify()' title='notify'>notify</a>, <a href='http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notifyAll()' title='notifyAll'>notifyAll</a></td></tr>
</table>
&nbsp;

Expand Down Expand Up @@ -206,10 +206,10 @@ <H2>

<A NAME="bind(groovy.lang.Binding)"><!-- --></A><H3>
bind</H3>
<PRE>public&nbsp;static&nbsp;void <B>bind</B>(<a href='http://groovy.codehaus.org/gapi/groovy/lang/Binding.html' title='Binding'>Binding</a> binding)</PRE>
<PRE>static&nbsp;void <B>bind</B>(<a href='http://groovy.codehaus.org/gapi/groovy/lang/Binding.html' title='Binding'>Binding</a> binding)</PRE>
<DL>
<DD> Bind the various Google App Engine services and variables<DL><DT><B>param:</B></DT><DD>binding Binding in which to bind the GAE services and variables</DD></DL>

<DD> Bind the various Google App Engine services and variables
<DL><DT><B>Parameters:</B></DT><DD><code>binding</code> - Binding in which to bind the GAE services and variables</DD></DL>
</DD>
<P>
</DL>
Expand Down

0 comments on commit a8cbc8b

Please sign in to comment.