public abstract class TokenHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AppClientDeployerHelper |
dHelper |
| Modifier | Constructor and Description |
|---|---|
protected |
TokenHelper(AppClientDeployerHelper dHelper) |
| Modifier and Type | Method and Description |
|---|---|
String |
agentJar() |
protected abstract String |
anchorSubpath()
Returns the relative path from the app's context root to its
anchor.
|
String |
appCodebasePath() |
abstract String |
appLibraryExtensions() |
String |
clientFacadeJARPath() |
String |
clientFacadeJNLP() |
String |
clientJNLP() |
protected AppClientDeployerHelper |
dHelper() |
String |
dyn() |
String |
imageURIFromDescriptor() |
String |
mainJNLP() |
static TokenHelper |
newInstance(AppClientDeployerHelper dHelper,
JavaWebStartInfo.VendorInfo vendorInfo) |
Object |
setProperty(String propName,
String propValue) |
String |
splashScreenURIFromDescriptor() |
String |
systemContextRoot() |
String |
systemJNLP() |
Properties |
tokens() |
protected final AppClientDeployerHelper dHelper
protected TokenHelper(AppClientDeployerHelper dHelper)
public static TokenHelper newInstance(AppClientDeployerHelper dHelper, JavaWebStartInfo.VendorInfo vendorInfo)
public Properties tokens()
public String imageURIFromDescriptor()
public String splashScreenURIFromDescriptor()
public String appCodebasePath()
public String systemContextRoot()
public String agentJar()
public String systemJNLP()
public abstract String appLibraryExtensions()
protected abstract String anchorSubpath()
public String mainJNLP()
public String clientJNLP()
public String clientFacadeJNLP()
public String dyn()
protected AppClientDeployerHelper dHelper()
public String clientFacadeJARPath()
Copyright © 2017. All rights reserved.