public interface WebExportable extends Nameable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMimeType()
Return the Mime type of the content (for example, text/html).
|
boolean |
isOverwriteable()
Returns true if the content in the WebExporter for this object should
be overwritten; false if the original content should be kept.
|
void |
provideContent(WebExporter exporter)
Provide content to the specified web exporter.
|
description, getContainer, getDisplayName, getFullName, getName, getName, setName
java.lang.String getMimeType()
boolean isOverwriteable()
void provideContent(WebExporter exporter) throws IllegalActionException
exporter
- The web exporter to be usedIllegalActionException
- If something is wrong with the web
content.