Skip to content

Commit

Permalink
Deploying to gh-pages - 11:27:18
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Apr 17, 2024
1 parent 5c2d62e commit 6b58bf4
Show file tree
Hide file tree
Showing 1,138 changed files with 3,668 additions and 4,552 deletions.
111 changes: 2 additions & 109 deletions snapshot/api/allclasses-frame.html

Large diffs are not rendered by default.

175 changes: 173 additions & 2 deletions snapshot/api/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc -->
<title>Deprecated API (Grails 6.0.1-SNAPSHOT)</title>
<title>Deprecated API (Grails 6.2.1-SNAPSHOT)</title>

<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -34,7 +34,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (Grails 6.0.1-SNAPSHOT)";
parent.document.title="Deprecated API (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down Expand Up @@ -70,10 +70,181 @@ <h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>

<li><a href="#interface">Deprecated Interface</a></li>

<li><a href="#class">Deprecated Class</a></li>

<li><a href="#method">Deprecated Method</a></li>

</ul>
</div>
<div class="contentContainer">

<!-- Deprecated class/interface/enum types -->
<a name="interface"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Interfaces table, listing deprecated interfaces, and an explanation">
<caption><span>Deprecated Interfaces</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="grails/validation/ConstraintsEvaluator.html"><i>ConstraintsEvaluator</i></a>
<div class="block"><i>Evaluates and returns constraints.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="grails/core/GrailsDomainClass.html"><i>GrailsDomainClass</i></a>
<div class="block"><i>Represents a persistable Grails domain class.</i></div>
</td>
</tr>

</tbody>
</table>
</li>
</ul>


<!-- Deprecated class/interface/enum types -->
<a name="class"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/grails/plugins/web/mime/AbstractMimeTypesGrailsPlugin.html">AbstractMimeTypesGrailsPlugin</a>
<div class="block"><i>Provides content negotiation capabilities to Grails via a new withFormat method on controllers
as well as a format property on the HttpServletRequest instance.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/core/metaclass/BaseApiProvider.html">BaseApiProvider</a>
<div class="block"><i> <DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL></i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/grails/plugins/CodecsGrailsPlugin.html">CodecsGrailsPlugin</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='../../../org/grails/plugins/codecs/CodecsGrailsPlugin.html' title='CodecsGrailsPlugin'>CodecsGrailsPlugin</a> instead</DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/plugins/databinding/DataBindingGrailsPlugin.html">DataBindingGrailsPlugin</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='../../../../org/grails/plugins/databinding/DataBindingConfiguration.html' title='DataBindingConfiguration'>DataBindingConfiguration</a> instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="grails/beans/util/LazyBeanMap.html">LazyBeanMap</a>
<div class="block"><i></i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/plugins/web/mime/MimeTypesFactoryBean.html">MimeTypesFactoryBean</a>
<div class="block"><i>Creates the MimeType[] object that defines the configured mime types.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/grails/plugins/web/mime/MimeTypesGrailsPlugin.html">MimeTypesGrailsPlugin</a>
<div class="block"><i>Provides content negotiation capabilities to Grails via a new withFormat method on controllers
as well as a format property on the HttpServletRequest instance.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/config/NavigableMap.html">NavigableMap</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>This class is deprecated to reduce complexity, improve performance, and increase maintainability.</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/grails/config/NavigableMap.NullSafeNavigator.html">NavigableMap.NullSafeNavigator</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>This class will be removed in future.</DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/config/NavigableMapConfig.html">NavigableMapConfig</a>
<div class="block"><i>A <a href='../../../grails/config/Config.html' title='Config'>Config</a> implementation that operates against a <a href='../../../org/grails/config/NavigableMap.html' title='NavigableMap'>NavigableMap</a></i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/grails/config/NavigableMapPropertySource.html">NavigableMapPropertySource</a>
<div class="block"><i>A org.springframework.core.env.PropertySource that doesn't return values for navigable submaps</i></div>
</td>
</tr>

</tbody>
</table>
</li>
</ul>


<a name="method"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/core/AbstractGrailsClass.html#getPropertyDescriptors()">AbstractGrailsClass#getPropertyDescriptors</a></strong>()
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='#getMetaProperties()'>getMetaProperties()</a> instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/web/servlet/DefaultGrailsApplicationAttributes.html#getApplicationUri(javax.servlet.ServletRequest)">DefaultGrailsApplicationAttributes#getApplicationUri</a></strong>(javax.servlet.ServletRequest request)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='../../../../org/grails/web/servlet/mvc/GrailsWebRequest.html#getContextPath()' title='instead'>instead</a></DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/plugins/DefaultGrailsPlugin.html#doc(java.lang.String)">DefaultGrailsPlugin#doc</a></strong>(java.lang.String text)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Dynamic document generation no longer supported</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="grails/plugins/DefaultGrailsPluginManager.html#checkForChanges()">DefaultGrailsPluginManager#checkForChanges</a></strong>()
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Replaced by agent-based reloading, will be removed in a future version of Grails</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/web/util/GrailsApplicationAttributes.html#getApplicationUri(javax.servlet.ServletRequest)">GrailsApplicationAttributes#getApplicationUri</a></strong>(javax.servlet.ServletRequest request)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='../../../../org/grails/web/servlet/mvc/GrailsWebRequest.html#getContextPath()' title='instead'>instead</a></DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="grails/util/GrailsClassUtils.html#getPropertyForGetter(java.lang.String)">GrailsClassUtils#getPropertyForGetter</a></strong>(java.lang.String getterName)
<div class="block"><i>Returns a property name equivalent for the given getter name or null if it is not a valid getter. </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><strong><a href="grails/util/GrailsClassUtils.html#isGetter(java.lang.String, Class<?>)">GrailsClassUtils#isGetter</a></strong>(java.lang.String name, java.lang.Class&lt;?&gt; args)
<div class="block"><i>Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="grails/util/GrailsNameUtils.html#isGetter(java.lang.String, Class<?>)">GrailsNameUtils#isGetter</a></strong>(java.lang.String name, java.lang.Class&lt;?&gt; args)
<div class="block"><i>Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="grails/plugins/GrailsPlugin.html#doc(java.lang.String)">GrailsPlugin#doc</a></strong>(java.lang.String text)
<div class="block"><i>Write some documentation to the DocumentationContext</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/web/util/WebUtils.html#addViewPrefix(java.lang.String)">WebUtils#addViewPrefix</a></strong>(java.lang.String viewName)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Does not take into account the url converter</DD></DL> </i></div>
</td>
</tr>

</tbody>
</table>
</li>
</ul>


</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/ApiDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>ApiDelegate (Grails 6.0.1-SNAPSHOT)</title>
<title>ApiDelegate (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ApiDelegate (Grails 6.0.1-SNAPSHOT)";
parent.document.title="ApiDelegate (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/Artefact.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>Artefact (Grails 6.0.1-SNAPSHOT)</title>
<title>Artefact (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Artefact (Grails 6.0.1-SNAPSHOT)";
parent.document.title="Artefact (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/Controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>Controller (Grails 6.0.1-SNAPSHOT)</title>
<title>Controller (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Controller (Grails 6.0.1-SNAPSHOT)";
parent.document.title="Controller (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/DomainClass.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>DomainClass (Grails 6.0.1-SNAPSHOT)</title>
<title>DomainClass (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DomainClass (Grails 6.0.1-SNAPSHOT)";
parent.document.title="DomainClass (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/Enhanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>Enhanced (Grails 6.0.1-SNAPSHOT)</title>
<title>Enhanced (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Enhanced (Grails 6.0.1-SNAPSHOT)";
parent.document.title="Enhanced (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/Enhances.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>Enhances (Grails 6.0.1-SNAPSHOT)</title>
<title>Enhances (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Enhances (Grails 6.0.1-SNAPSHOT)";
parent.document.title="Enhances (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/Interceptor.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>Interceptor (Grails 6.0.1-SNAPSHOT)</title>
<title>Interceptor (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Interceptor (Grails 6.0.1-SNAPSHOT)";
parent.document.title="Interceptor (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/controller/RestResponder.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>RestResponder (Grails 6.0.1-SNAPSHOT)</title>
<title>RestResponder (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RestResponder (Grails 6.0.1-SNAPSHOT)";
parent.document.title="RestResponder (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/artefact/controller/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<html>
<head>

<title>grails.artefact.controller (Grails 6.0.1-SNAPSHOT)</title>
<title>grails.artefact.controller (Grails 6.2.1-SNAPSHOT)</title>
<meta name="keywords" content="grails.artefact.controller package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" title="Style">
Expand All @@ -31,7 +31,7 @@
<script type="text/javascript">
function windowTitle()
{
parent.document.title="grails.artefact.controller (Grails 6.0.1-SNAPSHOT)";
parent.document.title="grails.artefact.controller (Grails 6.2.1-SNAPSHOT)";
}
</script>
<noscript>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>AllowedMethodsHelper (Grails 6.0.1-SNAPSHOT)</title>
<title>AllowedMethodsHelper (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AllowedMethodsHelper (Grails 6.0.1-SNAPSHOT)";
parent.document.title="AllowedMethodsHelper (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>RequestForwarder (Grails 6.0.1-SNAPSHOT)</title>
<title>RequestForwarder (Grails 6.2.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RequestForwarder (Grails 6.0.1-SNAPSHOT)";
parent.document.title="RequestForwarder (Grails 6.2.1-SNAPSHOT)";
}
//-->
</script>
Expand Down
Loading

0 comments on commit 6b58bf4

Please sign in to comment.