552 lines
21 KiB
HTML
552 lines
21 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
<!-- NewPage -->
|
||
<html lang="zh">
|
||
<head>
|
||
<!-- Generated by javadoc (1.8.0_101) on Fri Nov 25 14:21:39 CST 2016 -->
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>Application</title>
|
||
<meta name="date" content="2016-11-25">
|
||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||
<script type="text/javascript" src="../../../script.js"></script>
|
||
</head>
|
||
<body>
|
||
<script type="text/javascript"><!--
|
||
try {
|
||
if (location.href.indexOf('is-external=true') == -1) {
|
||
parent.document.title="Application";
|
||
}
|
||
}
|
||
catch(err) {
|
||
}
|
||
//-->
|
||
var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":9,"i7":9,"i8":9,"i9":10};
|
||
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],2:["t2","实例方法"],8:["t4","具体方法"]};
|
||
var altColor = "altColor";
|
||
var rowColor = "rowColor";
|
||
var tableTab = "tableTab";
|
||
var activeTableTab = "activeTableTab";
|
||
</script>
|
||
<noscript>
|
||
<div>您的浏览器已禁用 JavaScript。</div>
|
||
</noscript>
|
||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||
<div class="topNav"><a name="navbar.top">
|
||
<!-- -->
|
||
</a>
|
||
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
||
<a name="navbar.top.firstrow">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="navList" title="导航">
|
||
<li><a href="../../../overview-summary.html">概览</a></li>
|
||
<li><a href="package-summary.html">程序包</a></li>
|
||
<li class="navBarCell1Rev">类</li>
|
||
<li><a href="class-use/Application.html">使用</a></li>
|
||
<li><a href="package-tree.html">树</a></li>
|
||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||
<li><a href="../../../index-files/index-1.html">索引</a></li>
|
||
<li><a href="../../../help-doc.html">帮助</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="subNav">
|
||
<ul class="navList">
|
||
<li><a href="../../../org/redkale/boot/ApiDocs.html" title="org.redkale.boot中的类"><span class="typeNameLink">上一个类</span></a></li>
|
||
<li><a href="../../../org/redkale/boot/ClassFilter.html" title="org.redkale.boot中的类"><span class="typeNameLink">下一个类</span></a></li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="../../../index.html?org/redkale/boot/Application.html" target="_top">框架</a></li>
|
||
<li><a href="Application.html" target="_top">无框架</a></li>
|
||
</ul>
|
||
<ul class="navList" id="allclasses_navbar_top">
|
||
<li><a href="../../../allclasses-noframe.html">所有类</a></li>
|
||
</ul>
|
||
<div>
|
||
<script type="text/javascript"><!--
|
||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||
if(window==top) {
|
||
allClassesLink.style.display = "block";
|
||
}
|
||
else {
|
||
allClassesLink.style.display = "none";
|
||
}
|
||
//-->
|
||
</script>
|
||
</div>
|
||
<div>
|
||
<ul class="subNavList">
|
||
<li>概要: </li>
|
||
<li>嵌套 | </li>
|
||
<li><a href="#field.summary">字段</a> | </li>
|
||
<li>构造器 | </li>
|
||
<li><a href="#method.summary">方法</a></li>
|
||
</ul>
|
||
<ul class="subNavList">
|
||
<li>详细资料: </li>
|
||
<li><a href="#field.detail">字段</a> | </li>
|
||
<li>构造器 | </li>
|
||
<li><a href="#method.detail">方法</a></li>
|
||
</ul>
|
||
</div>
|
||
<a name="skip.navbar.top">
|
||
<!-- -->
|
||
</a></div>
|
||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||
<!-- ======== START OF CLASS DATA ======== -->
|
||
<div class="header">
|
||
<div class="subTitle">org.redkale.boot</div>
|
||
<h2 title="类 Application" class="title">类 Application</h2>
|
||
</div>
|
||
<div class="contentContainer">
|
||
<ul class="inheritance">
|
||
<li>java.lang.Object</li>
|
||
<li>
|
||
<ul class="inheritance">
|
||
<li>org.redkale.boot.Application</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<div class="description">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<hr>
|
||
<br>
|
||
<pre>public final class <span class="typeNameLabel">Application</span>
|
||
extends java.lang.Object</pre>
|
||
<div class="block">编译时需要加入: -XDignore.symbol.file=true
|
||
<p>
|
||
进程启动类,程序启动后读取application.xml,进行classpath扫描动态加载Service与Servlet 优先加载所有SNCP协议的服务, 再加载其他协议服务, 最后进行Service、Servlet与其他资源之间的依赖注入。
|
||
<p>
|
||
详情见: https://redkale.org</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="summary">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<!-- =========== FIELD SUMMARY =========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="field.summary">
|
||
<!-- -->
|
||
</a>
|
||
<h3>字段概要</h3>
|
||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="字段概要表, 列表字段和解释">
|
||
<caption><span>字段</span><span class="tabEnd"> </span></caption>
|
||
<tr>
|
||
<th class="colFirst" scope="col">限定符和类型</th>
|
||
<th class="colLast" scope="col">字段和说明</th>
|
||
</tr>
|
||
<tr class="altColor">
|
||
<td class="colFirst"><code>static java.lang.String</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#RESNAME_APP_ADDR">RESNAME_APP_ADDR</a></span></code> </td>
|
||
</tr>
|
||
<tr class="rowColor">
|
||
<td class="colFirst"><code>static java.lang.String</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#RESNAME_APP_GRES">RESNAME_APP_GRES</a></span></code> </td>
|
||
</tr>
|
||
<tr class="altColor">
|
||
<td class="colFirst"><code>static java.lang.String</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#RESNAME_APP_HOME">RESNAME_APP_HOME</a></span></code> </td>
|
||
</tr>
|
||
<tr class="rowColor">
|
||
<td class="colFirst"><code>static java.lang.String</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#RESNAME_APP_NODE">RESNAME_APP_NODE</a></span></code> </td>
|
||
</tr>
|
||
<tr class="altColor">
|
||
<td class="colFirst"><code>static java.lang.String</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#RESNAME_APP_TIME">RESNAME_APP_TIME</a></span></code> </td>
|
||
</tr>
|
||
<tr class="rowColor">
|
||
<td class="colFirst"><code>static java.lang.String</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#RESNAME_SERVER_ADDR">RESNAME_SERVER_ADDR</a></span></code> </td>
|
||
</tr>
|
||
<tr class="altColor">
|
||
<td class="colFirst"><code>static java.lang.String</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#RESNAME_SERVER_GROUP">RESNAME_SERVER_GROUP</a></span></code> </td>
|
||
</tr>
|
||
<tr class="rowColor">
|
||
<td class="colFirst"><code>static java.lang.String</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#RESNAME_SERVER_ROOT">RESNAME_SERVER_ROOT</a></span></code> </td>
|
||
</tr>
|
||
</table>
|
||
</li>
|
||
</ul>
|
||
<!-- ========== METHOD SUMMARY =========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="method.summary">
|
||
<!-- -->
|
||
</a>
|
||
<h3>方法概要</h3>
|
||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
|
||
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">实例方法</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd"> </span></span></caption>
|
||
<tr>
|
||
<th class="colFirst" scope="col">限定符和类型</th>
|
||
<th class="colLast" scope="col">方法和说明</th>
|
||
</tr>
|
||
<tr id="i0" class="altColor">
|
||
<td class="colFirst"><code>static <a href="../../../org/redkale/boot/Application.html" title="org.redkale.boot中的类">Application</a></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#create-boolean-">create</a></span>(boolean singleton)</code> </td>
|
||
</tr>
|
||
<tr id="i1" class="rowColor">
|
||
<td class="colFirst"><code>java.io.File</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#getHome--">getHome</a></span>()</code> </td>
|
||
</tr>
|
||
<tr id="i2" class="altColor">
|
||
<td class="colFirst"><code><a href="../../../org/redkale/util/ResourceFactory.html" title="org.redkale.util中的类">ResourceFactory</a></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#getResourceFactory--">getResourceFactory</a></span>()</code> </td>
|
||
</tr>
|
||
<tr id="i3" class="rowColor">
|
||
<td class="colFirst"><code>long</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#getStartTime--">getStartTime</a></span>()</code> </td>
|
||
</tr>
|
||
<tr id="i4" class="altColor">
|
||
<td class="colFirst"><code><a href="../../../org/redkale/watch/WatchFactory.html" title="org.redkale.watch中的类">WatchFactory</a></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#getWatchFactory--">getWatchFactory</a></span>()</code> </td>
|
||
</tr>
|
||
<tr id="i5" class="rowColor">
|
||
<td class="colFirst"><code>void</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#init--">init</a></span>()</code> </td>
|
||
</tr>
|
||
<tr id="i6" class="altColor">
|
||
<td class="colFirst"><code>static void</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#main-java.lang.String:A-">main</a></span>(java.lang.String[] args)</code> </td>
|
||
</tr>
|
||
<tr id="i7" class="rowColor">
|
||
<td class="colFirst"><code>static <T extends <a href="../../../org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a>><br>T</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#singleton-java.lang.Class-">singleton</a></span>(java.lang.Class<T> serviceClass)</code> </td>
|
||
</tr>
|
||
<tr id="i8" class="altColor">
|
||
<td class="colFirst"><code>static <T extends <a href="../../../org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a>><br>T</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#singleton-java.lang.String-java.lang.Class-">singleton</a></span>(java.lang.String name,
|
||
java.lang.Class<T> serviceClass)</code> </td>
|
||
</tr>
|
||
<tr id="i9" class="rowColor">
|
||
<td class="colFirst"><code>void</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/redkale/boot/Application.html#start--">start</a></span>()</code> </td>
|
||
</tr>
|
||
</table>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||
<!-- -->
|
||
</a>
|
||
<h3>从类继承的方法 java.lang.Object</h3>
|
||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="details">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<!-- ============ FIELD DETAIL =========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="field.detail">
|
||
<!-- -->
|
||
</a>
|
||
<h3>字段详细资料</h3>
|
||
<a name="RESNAME_APP_TIME">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>RESNAME_APP_TIME</h4>
|
||
<pre>public static final java.lang.String RESNAME_APP_TIME</pre>
|
||
<dl>
|
||
<dt><span class="seeLabel">另请参阅:</span></dt>
|
||
<dd><a href="../../../constant-values.html#org.redkale.boot.Application.RESNAME_APP_TIME">常量字段值</a></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="RESNAME_APP_HOME">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>RESNAME_APP_HOME</h4>
|
||
<pre>public static final java.lang.String RESNAME_APP_HOME</pre>
|
||
<dl>
|
||
<dt><span class="seeLabel">另请参阅:</span></dt>
|
||
<dd><a href="../../../constant-values.html#org.redkale.boot.Application.RESNAME_APP_HOME">常量字段值</a></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="RESNAME_APP_GRES">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>RESNAME_APP_GRES</h4>
|
||
<pre>public static final java.lang.String RESNAME_APP_GRES</pre>
|
||
<dl>
|
||
<dt><span class="seeLabel">另请参阅:</span></dt>
|
||
<dd><a href="../../../constant-values.html#org.redkale.boot.Application.RESNAME_APP_GRES">常量字段值</a></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="RESNAME_APP_NODE">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>RESNAME_APP_NODE</h4>
|
||
<pre>public static final java.lang.String RESNAME_APP_NODE</pre>
|
||
<dl>
|
||
<dt><span class="seeLabel">另请参阅:</span></dt>
|
||
<dd><a href="../../../constant-values.html#org.redkale.boot.Application.RESNAME_APP_NODE">常量字段值</a></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="RESNAME_APP_ADDR">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>RESNAME_APP_ADDR</h4>
|
||
<pre>public static final java.lang.String RESNAME_APP_ADDR</pre>
|
||
<dl>
|
||
<dt><span class="seeLabel">另请参阅:</span></dt>
|
||
<dd><a href="../../../constant-values.html#org.redkale.boot.Application.RESNAME_APP_ADDR">常量字段值</a></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="RESNAME_SERVER_ADDR">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>RESNAME_SERVER_ADDR</h4>
|
||
<pre>public static final java.lang.String RESNAME_SERVER_ADDR</pre>
|
||
<dl>
|
||
<dt><span class="seeLabel">另请参阅:</span></dt>
|
||
<dd><a href="../../../constant-values.html#org.redkale.boot.Application.RESNAME_SERVER_ADDR">常量字段值</a></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="RESNAME_SERVER_GROUP">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>RESNAME_SERVER_GROUP</h4>
|
||
<pre>public static final java.lang.String RESNAME_SERVER_GROUP</pre>
|
||
<dl>
|
||
<dt><span class="seeLabel">另请参阅:</span></dt>
|
||
<dd><a href="../../../constant-values.html#org.redkale.boot.Application.RESNAME_SERVER_GROUP">常量字段值</a></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="RESNAME_SERVER_ROOT">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockListLast">
|
||
<li class="blockList">
|
||
<h4>RESNAME_SERVER_ROOT</h4>
|
||
<pre>public static final java.lang.String RESNAME_SERVER_ROOT</pre>
|
||
<dl>
|
||
<dt><span class="seeLabel">另请参阅:</span></dt>
|
||
<dd><a href="../../../constant-values.html#org.redkale.boot.Application.RESNAME_SERVER_ROOT">常量字段值</a></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<!-- ============ METHOD DETAIL ========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="method.detail">
|
||
<!-- -->
|
||
</a>
|
||
<h3>方法详细资料</h3>
|
||
<a name="getResourceFactory--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getResourceFactory</h4>
|
||
<pre>public <a href="../../../org/redkale/util/ResourceFactory.html" title="org.redkale.util中的类">ResourceFactory</a> getResourceFactory()</pre>
|
||
</li>
|
||
</ul>
|
||
<a name="getWatchFactory--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getWatchFactory</h4>
|
||
<pre>public <a href="../../../org/redkale/watch/WatchFactory.html" title="org.redkale.watch中的类">WatchFactory</a> getWatchFactory()</pre>
|
||
</li>
|
||
</ul>
|
||
<a name="getHome--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getHome</h4>
|
||
<pre>public java.io.File getHome()</pre>
|
||
</li>
|
||
</ul>
|
||
<a name="getStartTime--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getStartTime</h4>
|
||
<pre>public long getStartTime()</pre>
|
||
</li>
|
||
</ul>
|
||
<a name="init--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>init</h4>
|
||
<pre>public void init()
|
||
throws java.lang.Exception</pre>
|
||
<dl>
|
||
<dt><span class="throwsLabel">抛出:</span></dt>
|
||
<dd><code>java.lang.Exception</code></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="start--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>start</h4>
|
||
<pre>public void start()
|
||
throws java.lang.Exception</pre>
|
||
<dl>
|
||
<dt><span class="throwsLabel">抛出:</span></dt>
|
||
<dd><code>java.lang.Exception</code></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="singleton-java.lang.Class-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>singleton</h4>
|
||
<pre>public static <T extends <a href="../../../org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a>> T singleton(java.lang.Class<T> serviceClass)
|
||
throws java.lang.Exception</pre>
|
||
<dl>
|
||
<dt><span class="throwsLabel">抛出:</span></dt>
|
||
<dd><code>java.lang.Exception</code></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="singleton-java.lang.String-java.lang.Class-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>singleton</h4>
|
||
<pre>public static <T extends <a href="../../../org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a>> T singleton(java.lang.String name,
|
||
java.lang.Class<T> serviceClass)
|
||
throws java.lang.Exception</pre>
|
||
<dl>
|
||
<dt><span class="throwsLabel">抛出:</span></dt>
|
||
<dd><code>java.lang.Exception</code></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="create-boolean-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>create</h4>
|
||
<pre>public static <a href="../../../org/redkale/boot/Application.html" title="org.redkale.boot中的类">Application</a> create(boolean singleton)
|
||
throws java.io.IOException</pre>
|
||
<dl>
|
||
<dt><span class="throwsLabel">抛出:</span></dt>
|
||
<dd><code>java.io.IOException</code></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="main-java.lang.String:A-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockListLast">
|
||
<li class="blockList">
|
||
<h4>main</h4>
|
||
<pre>public static void main(java.lang.String[] args)
|
||
throws java.lang.Exception</pre>
|
||
<dl>
|
||
<dt><span class="throwsLabel">抛出:</span></dt>
|
||
<dd><code>java.lang.Exception</code></dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<!-- ========= END OF CLASS DATA ========= -->
|
||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||
<div class="bottomNav"><a name="navbar.bottom">
|
||
<!-- -->
|
||
</a>
|
||
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
||
<a name="navbar.bottom.firstrow">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="navList" title="导航">
|
||
<li><a href="../../../overview-summary.html">概览</a></li>
|
||
<li><a href="package-summary.html">程序包</a></li>
|
||
<li class="navBarCell1Rev">类</li>
|
||
<li><a href="class-use/Application.html">使用</a></li>
|
||
<li><a href="package-tree.html">树</a></li>
|
||
<li><a href="../../../deprecated-list.html">已过时</a></li>
|
||
<li><a href="../../../index-files/index-1.html">索引</a></li>
|
||
<li><a href="../../../help-doc.html">帮助</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="subNav">
|
||
<ul class="navList">
|
||
<li><a href="../../../org/redkale/boot/ApiDocs.html" title="org.redkale.boot中的类"><span class="typeNameLink">上一个类</span></a></li>
|
||
<li><a href="../../../org/redkale/boot/ClassFilter.html" title="org.redkale.boot中的类"><span class="typeNameLink">下一个类</span></a></li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="../../../index.html?org/redkale/boot/Application.html" target="_top">框架</a></li>
|
||
<li><a href="Application.html" target="_top">无框架</a></li>
|
||
</ul>
|
||
<ul class="navList" id="allclasses_navbar_bottom">
|
||
<li><a href="../../../allclasses-noframe.html">所有类</a></li>
|
||
</ul>
|
||
<div>
|
||
<script type="text/javascript"><!--
|
||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||
if(window==top) {
|
||
allClassesLink.style.display = "block";
|
||
}
|
||
else {
|
||
allClassesLink.style.display = "none";
|
||
}
|
||
//-->
|
||
</script>
|
||
</div>
|
||
<div>
|
||
<ul class="subNavList">
|
||
<li>概要: </li>
|
||
<li>嵌套 | </li>
|
||
<li><a href="#field.summary">字段</a> | </li>
|
||
<li>构造器 | </li>
|
||
<li><a href="#method.summary">方法</a></li>
|
||
</ul>
|
||
<ul class="subNavList">
|
||
<li>详细资料: </li>
|
||
<li><a href="#field.detail">字段</a> | </li>
|
||
<li>构造器 | </li>
|
||
<li><a href="#method.detail">方法</a></li>
|
||
</ul>
|
||
</div>
|
||
<a name="skip.navbar.bottom">
|
||
<!-- -->
|
||
</a></div>
|
||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||
</body>
|
||
</html>
|