Uses of Interface
org.glassfish.appclient.server.core.jws.servedcontent.DynamicContent.Instance
-
Packages that use DynamicContent.Instance Package Description org.glassfish.appclient.server.core.jws.servedcontent -
-
Uses of DynamicContent.Instance in org.glassfish.appclient.server.core.jws.servedcontent
Classes in org.glassfish.appclient.server.core.jws.servedcontent that implement DynamicContent.Instance Modifier and Type Class Description static classDynamicContent.InstanceAdapterConvenience implementation of Instance.Methods in org.glassfish.appclient.server.core.jws.servedcontent that return DynamicContent.Instance Modifier and Type Method Description DynamicContent.InstanceCachingDynamicContentImpl. getExistingInstance(Properties tokenValues)Returns the CachingDynamicContentImpl.InstanceImpl for this template corresponding to the specified substitution token values.DynamicContent.InstanceDynamicContent. getExistingInstance(Properties tokenValues)Retrieves an "instance" of this dynamic content, with placeholders substituted using the provided properties.DynamicContent.InstanceSimpleDynamicContentImpl. getExistingInstance(Properties tokenValues)DynamicContent.InstanceCachingDynamicContentImpl. getOrCreateInstance(Properties tokenValues)DynamicContent.InstanceDynamicContent. getOrCreateInstance(Properties tokenValues)Retrieves an existing "instance" of this dynamic content, with placeholders substituted, creating a new one if none already exists.DynamicContent.InstanceSimpleDynamicContentImpl. getOrCreateInstance(Properties tokenValues)
-