| Package | Description |
|---|---|
| org.glassfish.appclient.server.core.jws | |
| org.glassfish.appclient.server.core.jws.servedcontent |
| Modifier and Type | Method and Description |
|---|---|
protected int |
RestrictedContentAdapter.contentStateToResponseStatus(Content content,
URI requestURI) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicContent
Prescribes the contract for dynamic content.
|
interface |
StaticContent
Represents all static content served for Java Web Start app client launches.
|
| 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 |
CachingDynamicContentImpl
Represents dynamic content in template form.
|
static class |
Content.Adapter |
class |
FixedContent
Represents static content that is fixed in location and content over
time.
|
class |
SimpleDynamicContentImpl |
class |
StreamedAutoSignedStaticContent
Auto-signed content that is delivered not as an on-disk file but as an
output stream.
|
Copyright © 2019. All rights reserved.