This commit is contained in:
Redkale
2016-07-02 20:47:51 +08:00
parent ed7c1419bf
commit 16462fc4fd
530 changed files with 11179 additions and 4591 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_71) on Wed Feb 17 10:31:24 CST 2016 -->
<!-- Generated by javadoc (1.8.0_91) on Sat Jul 02 20:37:40 CST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>类分层结构</title>
<meta name="date" content="2016-02-17">
<title>类分层结构 (Redkale API文档)</title>
<meta name="date" content="2016-07-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="\u7C7B\u5206\u5C42\u7ED3\u6784";
parent.document.title="\u7C7B\u5206\u5C42\u7ED3\u6784 (Redkale API\u6587\u6863)";
}
}
catch(err) {
@@ -143,13 +143,15 @@
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/EnMember.html" title="org.redkale.convert中的类"><span class="typeNameLink">EnMember</span></a>&lt;W,T,F&gt; (implements java.lang.Comparable&lt;T&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/EntityCache.html" title="org.redkale.source中的类"><span class="typeNameLink">EntityCache</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/EntityInfo.html" title="org.redkale.source中的类"><span class="typeNameLink">EntityInfo</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterKey.html" title="org.redkale.source中的类"><span class="typeNameLink">FilterKey</span></a> (implements java.io.Serializable)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterNode.html" title="org.redkale.source中的类"><span class="typeNameLink">FilterNode</span></a>
<ul>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterJoinNode.html" title="org.redkale.source中的类"><span class="typeNameLink">FilterJoinNode</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterNodeBean.html" title="org.redkale.source中的类"><span class="typeNameLink">FilterNodeBean</span></a>&lt;T&gt; (implements java.lang.Comparable&lt;T&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Flipper.html" title="org.redkale.source中的类"><span class="typeNameLink">Flipper</span></a> (implements java.io.Serializable)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterValue.html" title="org.redkale.source中的类"><span class="typeNameLink">FilterValue</span></a> (implements java.io.Serializable)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Flipper.html" title="org.redkale.source中的类"><span class="typeNameLink">Flipper</span></a> (implements java.lang.Cloneable, java.io.Serializable)</li>
<li type="circle">java.util.logging.Formatter
<ul>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/LogFileHandler.LoggingFormater.html" title="org.redkale.boot中的类"><span class="typeNameLink">LogFileHandler.LoggingFormater</span></a></li>
@@ -171,6 +173,8 @@
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/MimeType.html" title="org.redkale.net.http中的类"><span class="typeNameLink">MimeType</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/MultiContext.html" title="org.redkale.net.http中的类"><span class="typeNameLink">MultiContext</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/MultiPart.html" title="org.redkale.net.http中的类"><span class="typeNameLink">MultiPart</span></a></li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/NodeInterceptor.html" title="org.redkale.boot中的类"><span class="typeNameLink">NodeInterceptor</span></a></li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/NodeInterceptor.InterceptorServiceWrapper.html" title="org.redkale.boot中的类"><span class="typeNameLink">NodeInterceptor.InterceptorServiceWrapper</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/NodeServer.html" title="org.redkale.boot中的类"><span class="typeNameLink">NodeServer</span></a>
<ul>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/NodeHttpServer.html" title="org.redkale.boot中的类"><span class="typeNameLink">NodeHttpServer</span></a></li>
@@ -232,7 +236,7 @@
</ul>
</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/SelectColumn.html" title="org.redkale.util中的类"><span class="typeNameLink">SelectColumn</span></a> (implements java.util.function.Predicate&lt;T&gt;)</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/Server.html" title="org.redkale.net中的类"><span class="typeNameLink">Server</span></a>
<li type="circle">org.redkale.net.<a href="org/redkale/net/Server.html" title="org.redkale.net中的类"><span class="typeNameLink">Server</span></a>&lt;K,C,R,P,S&gt;
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpServer.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpServer</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpServer.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpServer</span></a></li>
@@ -248,7 +252,7 @@
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocketServlet.html" title="org.redkale.net.http中的类"><span class="typeNameLink">WebSocketServlet</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/PrepareServlet.html" title="org.redkale.net中的类"><span class="typeNameLink">PrepareServlet</span></a>&lt;C,R,P&gt;
<li type="circle">org.redkale.net.<a href="org/redkale/net/PrepareServlet.html" title="org.redkale.net中的类"><span class="typeNameLink">PrepareServlet</span></a>&lt;K,C,R,P,S&gt;
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpPrepareServlet.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpPrepareServlet</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpPrepareServlet.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpPrepareServlet</span></a></li>
@@ -261,7 +265,7 @@
</li>
</ul>
</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/Sheet.html" title="org.redkale.util中的类"><span class="typeNameLink">Sheet</span></a>&lt;T&gt; (implements java.io.Serializable)</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/Sheet.html" title="org.redkale.util中的类"><span class="typeNameLink">Sheet</span></a>&lt;T&gt; (implements java.lang.Iterable&lt;T&gt;, java.io.Serializable)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/SimpledCoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">SimpledCoder</span></a>&lt;R,W,T&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Decodeable.html" title="org.redkale.convert中的接口">Decodeable</a>&lt;R,T&gt;, org.redkale.convert.<a href="org/redkale/convert/Encodeable.html" title="org.redkale.convert中的接口">Encodeable</a>&lt;W,T&gt;)
<ul>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/BigIntegerSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">BigIntegerSimpledCoder</span></a>&lt;R,W&gt;</li>
@@ -299,6 +303,8 @@
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/StringArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">StringArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/StringSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">StringSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/TypeSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">TypeSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/URISimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">URISimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/URLSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">URLSimpledCoder</span></a>&lt;R,W&gt;</li>
</ul>
</li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/Sncp.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">Sncp</span></a></li>