|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.deploy.App
public class App
The information about an App that is managed by the DeploymentManager
| 构造方法摘要 | |
|---|---|
App(DeploymentManager manager,
AppProvider provider,
String originId)
Create an App with specified Origin ID and archivePath |
|
App(DeploymentManager manager,
AppProvider provider,
String originId,
ContextHandler context)
Create an App with specified Origin ID and archivePath |
|
| 方法摘要 | |
|---|---|
AppProvider |
getAppProvider()
|
ContextHandler |
getContextHandler()
Get ContextHandler for the App. |
String |
getContextId()
已过时。 Use getContextPath instead. |
String |
getContextPath()
The context path App relating to how it is installed on the
jetty server side. |
DeploymentManager |
getDeploymentManager()
|
String |
getOriginId()
The origin of this App as specified by the AppProvider |
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public App(DeploymentManager manager,
AppProvider provider,
String originId)
originId - the origin ID (The ID that the AppProvider knows
about)getOriginId(),
getContextPath()
public App(DeploymentManager manager,
AppProvider provider,
String originId,
ContextHandler context)
originId - the origin ID (The ID that the AppProvider knows
about)context - Some implementations of AppProvider might have to use an
already created ContextHandler.getOriginId(),
getContextPath()| 方法详细信息 |
|---|
public DeploymentManager getDeploymentManager()
public AppProvider getAppProvider()
public ContextHandler getContextHandler()
throws Exception
ContextHandler to use for the App when fully started.
(Portions of which might be ignored when App is not yet
AppLifeCycle.DEPLOYED or AppLifeCycle.STARTED)
Exceptionpublic String getContextId()
App relating to how it is installed on the
jetty server side.
NOTE that although the method name indicates that this is a unique
identifier, it is not, as many contexts may have the same contextPath,
yet different virtual hosts.
public String getContextPath()
App relating to how it is installed on the
jetty server side.
public String getOriginId()
App as specified by the AppProvider
public String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||