java.lang.Object | |
↳ | com.microstrategy.web.blocks.ContentTypes.ContentType |
This class class defines a ContentType object. It holds any number of properties defined in the resource bundle file.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PROP_NAME_BLOCK_RENDERER_FQCN | The name of the property that holds Block Renderer Fully Qualified Class name. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContentTypes.ContentType() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getMimeType()
Gets the MIME Type for this content type.
| ||||||||||
String |
getProperty(String propertyName)
Gets a named property.
| ||||||||||
String |
getRendererFQCN()
Gets the Fully Qualified Class Name of the Block Renderer for this content type.
| ||||||||||
void |
setProperty(String propertyName, String propertyValue)
Sets a named property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The name of the property that holds Block Renderer Fully Qualified Class name.
Gets the MIME Type for this content type.
Gets a named property.
propertyName | The name of the property to inspect. |
---|
Gets the Fully Qualified Class Name of the Block Renderer for this content type.
Sets a named property.
propertyName | The name of the property to set. |
---|---|
propertyValue | The value of the property. |