Uses of Interface
org.glassfish.appclient.server.core.jws.servedcontent.StaticContent
-
Packages that use StaticContent Package Description org.glassfish.appclient.server.core org.glassfish.appclient.server.core.jws org.glassfish.appclient.server.core.jws.servedcontent -
-
Uses of StaticContent in org.glassfish.appclient.server.core
Methods in org.glassfish.appclient.server.core that return StaticContent Modifier and Type Method Description StaticContentApplicationSignedJARManager. staticContent(URI jarURIRelativeToApp)Methods in org.glassfish.appclient.server.core that return types with arguments of type StaticContent Modifier and Type Method Description Map<String,Map<URI,StaticContent>>ApplicationSignedJARManager. aliasToContent()Map<String,Map<URI,StaticContent>>AppClientDeployerHelper. signingAliasToJar()Map<String,Map<URI,StaticContent>>NestedAppClientDeployerHelper. signingAliasToJar() -
Uses of StaticContent in org.glassfish.appclient.server.core.jws
Methods in org.glassfish.appclient.server.core.jws with parameters of type StaticContent Modifier and Type Method Description voidRestrictedContentAdapter. addContentIfAbsent(String relativeURIString, StaticContent newContent)Method parameters in org.glassfish.appclient.server.core.jws with type arguments of type StaticContent Modifier and Type Method Description voidJWSAdapterManager. 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.voidAppClientHTTPAdapter. addContentIfAbsent(Map<String,StaticContent> staticAdditions, Map<String,DynamicContent> dynamicAdditions)voidRestrictedContentAdapter. addContentIfAbsent(Map<String,StaticContent> staticContent)voidDeveloperContentHandler. init(ClassLoader loader, TokenHelper tHelper, File appRootDir, ReadableArchive appClientArchive, Map<String,StaticContent> staticContent, Map<String,DynamicContent> dynamicContent, AppClientDeployerHelper helper)Constructor parameters in org.glassfish.appclient.server.core.jws with type arguments of type StaticContent Constructor 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) -
Uses of StaticContent in org.glassfish.appclient.server.core.jws.servedcontent
Classes in org.glassfish.appclient.server.core.jws.servedcontent that implement StaticContent 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.classFixedContentRepresents static content that is fixed in location and content over time.classStreamedAutoSignedStaticContentAuto-signed content that is delivered not as an on-disk file but as an output stream.
-