Uses of Interface
org.glassfish.appclient.server.core.jws.servedcontent.DynamicContent
-
Packages that use DynamicContent Package Description org.glassfish.appclient.server.core org.glassfish.appclient.server.core.jws org.glassfish.appclient.server.core.jws.servedcontent -
-
Uses of DynamicContent in org.glassfish.appclient.server.core
Method parameters in org.glassfish.appclient.server.core with type arguments of type DynamicContent Modifier and Type Method Description abstract voidAppClientDeployerHelper. createAndAddLibraryJNLPs(AppClientDeployerHelper helper, TokenHelper tHelper, Map<String,DynamicContent> dynamicContent)voidNestedAppClientDeployerHelper. createAndAddLibraryJNLPs(AppClientDeployerHelper helper, TokenHelper tHelper, Map<String,DynamicContent> dynamicContent)voidStandaloneAppClientDeployerHelper. createAndAddLibraryJNLPs(AppClientDeployerHelper helper, TokenHelper tHelper, Map<String,DynamicContent> dynamicContent) -
Uses of DynamicContent in org.glassfish.appclient.server.core.jws
Method parameters in org.glassfish.appclient.server.core.jws with type arguments of type DynamicContent Modifier and Type Method Description static voidJavaWebStartInfo. createAndAddDynamicContent(TokenHelper tHelper, Map<String,DynamicContent> content, String uriStringForContent, String uriStringForTemplate)protected StringAppClientHTTPAdapter. dumpContent(Map<String,DynamicContent> dc) -
Uses of DynamicContent in org.glassfish.appclient.server.core.jws.servedcontent
Classes in org.glassfish.appclient.server.core.jws.servedcontent that implement DynamicContent Modifier and Type Class Description classCachingDynamicContentImplRepresents dynamic content in template form.classSimpleDynamicContentImpl
-