public interface GetContentCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright statement.
|
static java.lang.String | defaultCommandClassName
The default implementation class name.
|
static java.lang.String | NAME
The full class name for this interface file.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getContent()
Return the content text.
|
void | setIncludeHostName(boolean includeHostName)
Indicates that URLs in the embedded content must be a fully qualified URLs that includes the scheme, host name and port.
|
void | setPreview(boolean preview)
Indicates that the content URL is to be retrieved for preview mode.
|
void | setURL(java.lang.String url)
Set the content URL.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setURL(java.lang.String url)
void setPreview(boolean preview)
void setIncludeHostName(boolean includeHostName)
java.lang.String getContent()