java.lang.Object | |
↳ | com.microstrategy.web.app.gui.MetaContentType |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MetaContentType() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String |
renderMetaContentTag(Messages messages)
This method is deprecated.
Use renderMetaContentTag(MarkupOutput, Messages) instead.
| ||||||||||
static void |
renderMetaContentTag(MarkupOutput out, Messages messages)
Generates a tag for text/html content types including the
char-set according to the user's locale
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is deprecated.
Use renderMetaContentTag(MarkupOutput, Messages) instead.
Generates a tag for text/html content types including the char-set according to the user's locale
messages | Messages intance to obtain the locale from. |
---|
Generates a tag for text/html content types including the char-set according to the user's locale
out | MarkupOutput to write the tag into |
---|---|
messages | Messages intance to obtain the locale from. |