Uses of Interface
org.glassfish.appclient.server.core.jws.servedcontent.Content
-
Packages that use Content Package Description org.glassfish.appclient.server.core.jws org.glassfish.appclient.server.core.jws.servedcontent -
-
Uses of Content in org.glassfish.appclient.server.core.jws
Methods in org.glassfish.appclient.server.core.jws with parameters of type Content Modifier and Type Method Description protected intRestrictedContentAdapter. contentStateToResponseStatus(Content content, URI requestURI) -
Uses of Content in org.glassfish.appclient.server.core.jws.servedcontent
Subinterfaces of Content in org.glassfish.appclient.server.core.jws.servedcontent Modifier and Type Interface Description interfaceDynamicContentPrescribes the contract for dynamic content.interfaceStaticContentRepresents all static content served for Java Web Start app client launches.Classes in org.glassfish.appclient.server.core.jws.servedcontent that implement Content Modifier and Type Class Description classAutoSignedContentRepresents 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.classCachingDynamicContentImplRepresents dynamic content in template form.static classContent.AdapterclassFixedContentRepresents static content that is fixed in location and content over time.classSimpleDynamicContentImplclassStreamedAutoSignedStaticContentAuto-signed content that is delivered not as an on-disk file but as an output stream.
-