public class ContentInclude extends BasicContentItem
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ContentInclude()
This empty constructor is used if content path is expected in site state.
|
ContentInclude(ContentItem pContentItem)
Constructor that requires a ContentItem to describe the requested content.
|
ContentInclude(String pContentUri)
Constructor that requires a URI to get the desired content.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentUri()
The URI to retrieve content from a configured ContentSource.
|
void |
setContentUri(String uri)
Sets the URI to retrieve content from a configured ContentSource.
|
getBooleanProperty, getIntProperty, getLongProperty, getType, getTypedProperty, setTypeclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic ContentInclude()
public ContentInclude(String pContentUri)
pContentUri - The URI for the content. The string should be properly url-encoded.public ContentInclude(ContentItem pContentItem)
pContentItem - Defines the requested content.Copyright © 2015, Oracle and/or its affiliates. All rights reserved.