| Package | Description |
|---|---|
| org.glassfish.appclient.server.core | |
| org.glassfish.appclient.server.core.jws | |
| org.glassfish.appclient.server.core.jws.servedcontent |
| Modifier and Type | Method and Description |
|---|---|
StaticContent |
ApplicationSignedJARManager.staticContent(URI jarURIRelativeToApp) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<URI,StaticContent>> |
ApplicationSignedJARManager.aliasToContent() |
Map<String,Map<URI,StaticContent>> |
AppClientDeployerHelper.signingAliasToJar() |
Map<String,Map<URI,StaticContent>> |
NestedAppClientDeployerHelper.signingAliasToJar() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictedContentAdapter.addContentIfAbsent(String relativeURIString,
StaticContent newContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
JWSAdapterManager.addContentForAppClient(String appName,
String clientURIWithinEAR,
AppClientServerApplication contributor,
Properties tokens,
Map<String,StaticContent> staticContent,
Map<String,DynamicContent> dynamicContent)
Adds content on behalf of a single app client to the HTTP adapters
for the client and/or the containing EAR.
|
void |
RestrictedContentAdapter.addContentIfAbsent(Map<String,StaticContent> staticContent) |
void |
AppClientHTTPAdapter.addContentIfAbsent(Map<String,StaticContent> staticAdditions,
Map<String,DynamicContent> dynamicAdditions) |
void |
DeveloperContentHandler.init(ClassLoader loader,
TokenHelper tHelper,
File appRootDir,
ReadableArchive appClientArchive,
Map<String,StaticContent> staticContent,
Map<String,DynamicContent> dynamicContent,
AppClientDeployerHelper helper) |
| Constructor and Description |
|---|
AppClientHTTPAdapter(String contextRoot,
Map<String,StaticContent> staticContent,
Map<String,DynamicContent> dynamicContent,
Properties tokens,
File domainDir,
File installDir,
IiopService iiopService,
GlassFishORBFactory orbFactory) |
RestrictedContentAdapter(String contextRoot,
Map<String,StaticContent> content) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoSignedContent
Represents otherwise fixed content that must be automatically signed
if it does not yet exist or if the underlying unsigned file has changed
since the signed version was created.
|
class |
FixedContent
Represents static content that is fixed in location and content over
time.
|
class |
StreamedAutoSignedStaticContent
Auto-signed content that is delivered not as an on-disk file but as an
output stream.
|
Copyright © 2019. All rights reserved.