Uses of Class
org.glassfish.appclient.server.core.jws.servedcontent.FixedContent
-
Packages that use FixedContent Package Description org.glassfish.appclient.server.core org.glassfish.appclient.server.core.jws.servedcontent -
-
Uses of FixedContent in org.glassfish.appclient.server.core
Methods in org.glassfish.appclient.server.core that return FixedContent Modifier and Type Method Description abstract FixedContentAppClientDeployerHelper. fixedContentWithinEAR(String uriString)Returns a FixedContent object for the file, within the EAR, at the specified relative location.FixedContentNestedAppClientDeployerHelper. fixedContentWithinEAR(String uriString)FixedContentStandaloneAppClientDeployerHelper. fixedContentWithinEAR(String uriString) -
Uses of FixedContent in org.glassfish.appclient.server.core.jws.servedcontent
Subclasses of FixedContent in org.glassfish.appclient.server.core.jws.servedcontent 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.classStreamedAutoSignedStaticContentAuto-signed content that is delivered not as an on-disk file but as an output stream.
-