Skip to content

Commit

Permalink
Deploying to gh-pages - 23:48:55
Browse files Browse the repository at this point in the history
  • Loading branch information
grails-build committed Oct 11, 2024
1 parent b167c21 commit aa5d090
Show file tree
Hide file tree
Showing 19 changed files with 106 additions and 142 deletions.
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/AsyncController.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h3>Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code><a href='../../javax.servlet.AsyncContext.html'>AsyncContext</a></code></td>
<td class="colLast"><code><a href='../../jakarta.servlet.AsyncContext.html'>AsyncContext</a></code></td>
<td class="colLast"><code><strong><a href="#startAsync()">startAsync</a></strong>()</code><br>Raw access to the Servlet 3.0 startAsync method</td>
</tr>

Expand Down Expand Up @@ -207,7 +207,7 @@ <h3>Method Detail</h3>
<a name="startAsync()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4><a href='../../javax.servlet.AsyncContext.html'>AsyncContext</a> <strong>startAsync</strong>()</h4>
<h4><a href='../../jakarta.servlet.AsyncContext.html'>AsyncContext</a> <strong>startAsync</strong>()</h4>
<p> Raw access to the Servlet 3.0 startAsync method <DL><DT><B>Returns:</B></DT><DD>a new javax.servlet.AsyncContext</DD></DL></p>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/async/web/AsyncController.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h3>Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code><a href='../../../javax.servlet.AsyncContext.html'>AsyncContext</a></code></td>
<td class="colLast"><code><a href='../../../jakarta.servlet.AsyncContext.html'>AsyncContext</a></code></td>
<td class="colLast"><code><strong><a href="#startAsync()">startAsync</a></strong>()</code><br>Raw access to the Servlet 3.0 startAsync method</td>
</tr>

Expand Down Expand Up @@ -206,7 +206,7 @@ <h3>Method Detail</h3>
<a name="startAsync()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4><a href='../../../javax.servlet.AsyncContext.html'>AsyncContext</a> <strong>startAsync</strong>()</h4>
<h4><a href='../../../jakarta.servlet.AsyncContext.html'>AsyncContext</a> <strong>startAsync</strong>()</h4>
<p> Raw access to the Servlet 3.0 startAsync method <DL><DT><B>Returns:</B></DT><DD>a new javax.servlet.AsyncContext</DD></DL></p>
</li>
</ul>
Expand Down
62 changes: 31 additions & 31 deletions snapshot/api/grails/async/web/AsyncGrailsWebRequest.html

Large diffs are not rendered by default.

33 changes: 5 additions & 28 deletions snapshot/api/grails/events/subscriber/MethodEventSubscriber.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

<div class="subTitle">Package: <strong>grails.events.subscriber</strong></div>

<h2 title="[Groovy] Class MethodEventSubscriber" class="title">[Groovy] Class MethodEventSubscriber</h2>
<h2 title="[Groovy] Class MethodEventSubscriber&lt;T&gt;" class="title">[Groovy] Class MethodEventSubscriber&lt;T&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
Expand All @@ -99,7 +99,7 @@ <h2 title="[Groovy] Class MethodEventSubscriber" class="title">[Groovy] Class Me

<dl>
<dt>All Implemented Interfaces and Traits:</dt>
<dd><a href='../../../grails/events/subscriber/EventSubscriber.html'>EventSubscriber</a></dd>
<dd><a href='../../../grails/events/subscriber/EventSubscriber.html' title='EventSubscriber'>EventSubscriber</a>&lt;T&gt;</dd>
</dl>


Expand All @@ -109,9 +109,9 @@ <h2 title="[Groovy] Class MethodEventSubscriber" class="title">[Groovy] Class Me

<pre>@groovy.transform.AutoFinal
@groovy.transform.CompileStatic
class MethodEventSubscriber
extends <a href='../../../grails/events/subscriber/MethodSubscriber.html'>MethodSubscriber</a>
implements <a href='../../../grails/events/subscriber/EventSubscriber.html'>EventSubscriber</a></pre>
class MethodEventSubscriber&lt;T&gt;
extends <a href='../../../grails/events/subscriber/MethodSubscriber.html' title='MethodSubscriber'>MethodSubscriber</a>&lt;Event, T&gt;
implements <a href='../../../grails/events/subscriber/EventSubscriber.html' title='EventSubscriber'>EventSubscriber</a>&lt;T&gt;</pre>

<p> A method subscribers for methods that accept an event argument <DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL><DL><DT><B>Since:</B></DT><DD>3.3</DD></DL></p>

Expand Down Expand Up @@ -161,29 +161,6 @@ <h3>Constructor Summary</h3>



<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">

<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Inherited Methods Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Inherited Methods Summary table">
<caption><span>Inherited Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Methods inherited from class</th>
<th class="colLast" scope="col">Name</th>
</tr>

<tr class="altColor">
<td class="colFirst"><code>class <a href='../../../grails/events/subscriber/MethodSubscriber.html'>MethodSubscriber</a></code></td>
<td class="colLast"><code><a href='../../../grails/events/subscriber/MethodSubscriber.html#call(java.lang.Object)'>call</a></code></td>
</tr>
</table>
</ul>
</li>

</ul>

</li>
</ul>
</div>
Expand Down
16 changes: 8 additions & 8 deletions snapshot/api/grails/events/subscriber/MethodSubscriber.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

<div class="subTitle">Package: <strong>grails.events.subscriber</strong></div>

<h2 title="[Groovy] Class MethodSubscriber" class="title">[Groovy] Class MethodSubscriber</h2>
<h2 title="[Groovy] Class MethodSubscriber&lt;T, R&gt;" class="title">[Groovy] Class MethodSubscriber&lt;T, R&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
Expand All @@ -99,7 +99,7 @@ <h2 title="[Groovy] Class MethodSubscriber" class="title">[Groovy] Class MethodS

<dl>
<dt>All Implemented Interfaces and Traits:</dt>
<dd><a href='../../../grails/events/subscriber/Subscriber.html'>Subscriber</a></dd>
<dd><a href='../../../grails/events/subscriber/Subscriber.html' title='Subscriber'>Subscriber</a>&lt;T, R&gt;</dd>
</dl>


Expand All @@ -112,9 +112,9 @@ <h2 title="[Groovy] Class MethodSubscriber" class="title">[Groovy] Class MethodS
@groovy.transform.CompileStatic
@groovy.transform.EqualsAndHashCode(includes: [target, method])
@groovy.transform.ToString(includes: [method])
class MethodSubscriber
class MethodSubscriber&lt;T, R&gt;
extends java.lang.Object
implements <a href='../../../grails/events/subscriber/Subscriber.html'>Subscriber</a></pre>
implements <a href='../../../grails/events/subscriber/Subscriber.html' title='Subscriber'>Subscriber</a>&lt;T, R&gt;</pre>

<p> Invokes a method to trigger an event <DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL><DL><DT><B>Since:</B></DT><DD>3.3</DD></DL></p>

Expand Down Expand Up @@ -221,8 +221,8 @@ <h3>Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="#call(java.lang.Object)">call</a></strong>(java.lang.Object arg)</code><br></td>
<td class="colLast"><code>R</code></td>
<td class="colLast"><code><strong><a href="#call(T)">call</a></strong>(T arg)</code><br></td>
</tr>

</table>
Expand Down Expand Up @@ -343,11 +343,11 @@ <h4><strong>MethodSubscriber</strong>(java.lang.Object target, java.lang.reflect
</a>
<h3>Method Detail</h3>

<a name="call(java.lang.Object)"><!-- --></a>
<a name="call(T)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@java.lang.Override
java.lang.Object <strong>call</strong>(java.lang.Object arg)</h4>
R <strong>call</strong>(T arg)</h4>
<p></p>
</li>
</ul>
Expand Down
Loading

0 comments on commit aa5d090

Please sign in to comment.