| Package | Description |
|---|---|
| org.glassfish.appclient.server.core.jws.servedcontent |
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicContent.InstanceAdapter
Convenience implementation of Instance.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicContent.Instance |
DynamicContent.getExistingInstance(Properties tokenValues)
Retrieves an "instance" of this dynamic content, with placeholders
substituted using the provided properties.
|
DynamicContent.Instance |
CachingDynamicContentImpl.getExistingInstance(Properties tokenValues)
Returns the CachingDynamicContentImpl.InstanceImpl for this template corresponding to
the specified substitution token values.
|
DynamicContent.Instance |
SimpleDynamicContentImpl.getExistingInstance(Properties tokenValues) |
DynamicContent.Instance |
DynamicContent.getOrCreateInstance(Properties tokenValues)
Retrieves an existing "instance" of this dynamic content, with placeholders
substituted, creating a new one if none already exists.
|
DynamicContent.Instance |
CachingDynamicContentImpl.getOrCreateInstance(Properties tokenValues) |
DynamicContent.Instance |
SimpleDynamicContentImpl.getOrCreateInstance(Properties tokenValues) |
Copyright © 2019. All rights reserved.