Skip to content

Commit

Permalink
Gaelyk 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
glaforge committed Oct 5, 2010
1 parent 1459d59 commit 5db7757
Show file tree
Hide file tree
Showing 42 changed files with 1,177 additions and 134 deletions.
2 changes: 1 addition & 1 deletion core/build.groovy
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
new AntBuilder().sequential { new AntBuilder().sequential {


// current Gaelyk version // current Gaelyk version
version = '0.5' version = '0.5.5'


// various directory places and file names // various directory places and file names
src = "src/main" src = "src/main"
Expand Down
Binary file not shown.
Binary file removed template-project/war/WEB-INF/lib/gaelyk-0.5.jar
Binary file not shown.
Binary file added website/war/WEB-INF/lib/gaelyk-0.5.5.jar
Binary file not shown.
Binary file removed website/war/WEB-INF/lib/gaelyk-0.5.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions website/war/api/allclasses-frame.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<BR> <BR>
<A HREF="groovyx/gaelyk/cache/CachedResponse.CustomServletOutputStream.html" title="class in groovyx.gaelyk.cache.CachedResponse" target="classFrame">CachedResponse.CustomServletOutputStream</A> <A HREF="groovyx/gaelyk/cache/CachedResponse.CustomServletOutputStream.html" title="class in groovyx.gaelyk.cache.CachedResponse" target="classFrame">CachedResponse.CustomServletOutputStream</A>
<BR> <BR>
<A HREF="groovyx/gaelyk/routes/CapabilityAwareDestination.html" title="class in groovyx.gaelyk.routes" target="classFrame">CapabilityAwareDestination</A>
<BR>
<A HREF="groovyx/gaelyk/routes/CapabilityAwareDestination.CapabilityComparisonOperator.html" title="enum in groovyx.gaelyk.routes.CapabilityAwareDestination" target="classFrame">CapabilityAwareDestination.CapabilityComparisonOperator</A>
<BR>
<A HREF="groovyx/gaelyk/ExpirationTimeCategory.html" title="class in groovyx.gaelyk" target="classFrame">ExpirationTimeCategory</A> <A HREF="groovyx/gaelyk/ExpirationTimeCategory.html" title="class in groovyx.gaelyk" target="classFrame">ExpirationTimeCategory</A>
<BR> <BR>
<A HREF="groovyx/gaelyk/GaelykBindingEnhancer.html" title="class in groovyx.gaelyk" target="classFrame">GaelykBindingEnhancer</A> <A HREF="groovyx/gaelyk/GaelykBindingEnhancer.html" title="class in groovyx.gaelyk" target="classFrame">GaelykBindingEnhancer</A>
Expand Down Expand Up @@ -67,6 +71,8 @@
<BR> <BR>
<A HREF="groovyx/gaelyk/routes/RoutesFilter.html" title="class in groovyx.gaelyk.routes" target="classFrame">RoutesFilter</A> <A HREF="groovyx/gaelyk/routes/RoutesFilter.html" title="class in groovyx.gaelyk.routes" target="classFrame">RoutesFilter</A>
<BR> <BR>
<A HREF="groovyx/gaelyk/routes/RoutingRule.html" title="class in groovyx.gaelyk.routes" target="classFrame">RoutingRule</A>
<BR>




</FONT></TD> </FONT></TD>
Expand Down
6 changes: 3 additions & 3 deletions website/war/api/deprecated-list.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<html><head> <html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<!-- Generated by groovydoc (1.8.0-beta-3-SNAPSHOT) on --> <!-- Generated by groovydoc (1.8.0-beta-3-SNAPSHOT) on -->
<title>Deprecated API (Gaelyk 0.5)</title> <title>Deprecated API (Gaelyk 0.5.5)</title>
<meta name="date" content="2010-09-27"> <meta name="date" content="2010-10-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <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="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">
Expand All @@ -13,7 +13,7 @@
function windowTitle() function windowTitle()
{ {
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (Gaelyk 0.5)"; parent.document.title="Deprecated API (Gaelyk 0.5.5)";
} }
} }
</script> </script>
Expand Down
8 changes: 4 additions & 4 deletions website/war/api/groovyx/gaelyk/ExpirationTimeCategory.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@


<html> <html>
<head> <head>
<!-- Generated by groovydoc (1.8.0-beta-3-SNAPSHOT) on Mon Sep 27 15:26:08 CEST 2010 --> <!-- Generated by groovydoc (1.8.0-beta-3-SNAPSHOT) on Tue Oct 05 22:07:40 CEST 2010 -->
<title>ExpirationTimeCategory (Gaelyk 0.5)</title> <title>ExpirationTimeCategory (Gaelyk 0.5.5)</title>
<meta name="date" content="2010-09-27"> <meta name="date" content="2010-10-05">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript"> <script type="text/javascript">
function windowTitle() function windowTitle()
{ {
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ExpirationTimeCategory (Gaelyk 0.5)"; parent.document.title="ExpirationTimeCategory (Gaelyk 0.5.5)";
} }
} }
</script> </script>
Expand Down
8 changes: 4 additions & 4 deletions website/war/api/groovyx/gaelyk/GaelykBindingEnhancer.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@


<html> <html>
<head> <head>
<!-- Generated by groovydoc (1.8.0-beta-3-SNAPSHOT) on Mon Sep 27 15:26:08 CEST 2010 --> <!-- Generated by groovydoc (1.8.0-beta-3-SNAPSHOT) on Tue Oct 05 22:07:40 CEST 2010 -->
<title>GaelykBindingEnhancer (Gaelyk 0.5)</title> <title>GaelykBindingEnhancer (Gaelyk 0.5.5)</title>
<meta name="date" content="2010-09-27"> <meta name="date" content="2010-10-05">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript"> <script type="text/javascript">
function windowTitle() function windowTitle()
{ {
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GaelykBindingEnhancer (Gaelyk 0.5)"; parent.document.title="GaelykBindingEnhancer (Gaelyk 0.5.5)";
} }
} }
</script> </script>
Expand Down
45 changes: 41 additions & 4 deletions website/war/api/groovyx/gaelyk/GaelykCategory.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@


<html> <html>
<head> <head>
<!-- Generated by groovydoc (1.8.0-beta-3-SNAPSHOT) on Mon Sep 27 15:26:08 CEST 2010 --> <!-- Generated by groovydoc (1.8.0-beta-3-SNAPSHOT) on Tue Oct 05 22:07:40 CEST 2010 -->
<title>GaelykCategory (Gaelyk 0.5)</title> <title>GaelykCategory (Gaelyk 0.5.5)</title>
<meta name="date" content="2010-09-27"> <meta name="date" content="2010-10-05">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript"> <script type="text/javascript">
function windowTitle() function windowTitle()
{ {
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GaelykCategory (Gaelyk 0.5)"; parent.document.title="GaelykCategory (Gaelyk 0.5.5)";
} }
} }
</script> </script>
Expand Down Expand Up @@ -507,6 +507,18 @@ <H2>
</TD> </TD>
</TR> </TR>


<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>static&nbsp;<a href='http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html' title='Map'>Map</a></CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#getHeaders(javax.servlet.http.HttpServletResponse)">getHeaders</a></b>(<a href='http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpServletResponse.html' title='HttpServletResponse'>HttpServletResponse</a> response)</CODE>
<BR>
<P>Adds a fake <code>getHeaders()</code> method to <code>HttpServletResponse</code>.
</P>
</TD>
</TR>

<TR BGCOLOR="white" CLASS="TableRowColor"> <TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>static&nbsp;<a href='http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html' title='Map'>Map</a></CODE></FONT> <CODE>static&nbsp;<a href='http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html' title='Map'>Map</a></CODE></FONT>
Expand Down Expand Up @@ -1505,6 +1517,31 @@ <H2>
</DL> </DL>
<HR> <HR>


<A NAME="getHeaders(javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
getHeaders</H3>
<PRE>static&nbsp;<a href='http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html' title='Map'>Map</a> <B>getHeaders</B>(<a href='http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpServletResponse.html' title='HttpServletResponse'>HttpServletResponse</a> response)</PRE>
<DL>
<DD> Adds a fake <code>getHeaders()</code> method to <code>HttpServletResponse</code>.
It allows the similar subscript notation syntax of request,
but for setting or overriding a header on the response
(ie. calling <code>response.setHeader()</code>).
It also allows the leftShift notation for adding a header to the response
(ie. calling <code>response.addHeader()</code>.

<pre><code>
// sets or overrides the header 'a'
response.headers['a'] == 'b'

// adds an additional value to an existing header
// or sets a first value for a non-existant header
response.headers['a'] << 'b'
</code></pre>
<DL><DT><B>Parameters:</B></DT><DD>response</DD></DL><DL><DT><B>Returns:</B></DT><DD>a custom map on which you can use the subscript notation to add headers</DD></DL>
</DD>
<P>
</DL>
<HR>

<A NAME="getHeadersMap(HTTPResponse)"><!-- --></A><H3> <A NAME="getHeadersMap(HTTPResponse)"><!-- --></A><H3>
getHeadersMap</H3> getHeadersMap</H3>
<PRE>static&nbsp;<a href='http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html' title='Map'>Map</a> <B>getHeadersMap</B>(<a href='../../HTTPResponse.html'>HTTPResponse</a> response)</PRE> <PRE>static&nbsp;<a href='http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html' title='Map'>Map</a> <B>getHeadersMap</B>(<a href='../../HTTPResponse.html'>HTTPResponse</a> response)</PRE>
Expand Down
Loading

0 comments on commit 5db7757

Please sign in to comment.