Modifier and Type | Method and Description |
---|---|
static LinkedResource |
LinkedResource.createLinkedResourceFromString(String content)
Creates the linked resource from string.
|
static LinkedResource |
LinkedResource.createLinkedResourceFromString(String content,
Charset contentEncoding,
String mediaType)
Creates the linked resource from string.
|
static LinkedResource |
LinkedResource.createLinkedResourceFromString(String content,
ContentType contentType)
Creates the linked resource from string.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkedResourceCollection.insertItem(int index,
LinkedResource item)
Inserts an element into the
System.Collections.ObjectModel.Collection`1 at the specified index. |
protected void |
LinkedResourceCollection.setItem(int index,
LinkedResource item)
Replaces the element at the specified index.
|