protected static class LocalURIResolver.URIInfo extends Object
Modifier and Type | Field and Description |
---|---|
private Content |
_content
The resolved content, if any.
|
private String |
_contentId
The content id.
|
private String |
_contentVersion
The content version, if any.
|
private String |
_metadata
The relevant attribute
|
private String |
_path
The path to the resource
|
Modifier | Constructor and Description |
---|---|
protected |
URIInfo() |
Modifier and Type | Method and Description |
---|---|
Content |
getContent()
Returns the resolved content, if any.
|
String |
getContentId()
Returns the content id.
|
String |
getContentVersion()
Returns the content version, if any.
|
String |
getMetadata()
Returns the metadata.
|
String |
getPath()
Returns the resource path.
|
void |
setContent(Content content)
Set the content.
|
void |
setContentId(String contentId)
Set the content id.
|
void |
setContentVersion(String contentVersion)
Set the content version.
|
void |
setMetadata(String metadata)
Set the metadata.
|
void |
setPath(String path)
Set the resource path.
|
private String _contentId
private String _contentVersion
protected URIInfo()
public String getContentId()
public void setContentId(String contentId)
contentId
- the content id.public String getMetadata()
public void setMetadata(String metadata)
metadata
- the metadata.public String getContentVersion()
public void setContentVersion(String contentVersion)
contentVersion
- the content version.public Content getContent()
public void setContent(Content content)
content
- the content.