public class ContentInclude extends BasicContentItem
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
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, setType
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
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 © 2013, Oracle and/or its affiliates. All rights reserved.