java.lang.Object | |||
↳ | TagSupport | ||
↳ | com.microstrategy.web.app.taglibs.taskproc.ResponseContextTag | ||
↳ | com.microstrategy.web.app.taglibs.taskproc.ContentTag |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContentTag() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ResponseContextTagHelper |
getHelper()
Method for retrieving the helper related with the tag.
| ||||||||||
void | setDefaultValue(String defaultValue) | ||||||||||
void |
setKey(String key)
The key of the Task content to return.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Method for retrieving the helper related with the tag.
ResponseContextTagHelper
which
takes care of processing and rendering the HTML contents related
with this tag.
The key of the Task content to return. If omitted, the "primary" content is returned. Otherwise, this attribute defines the key of the "secondary" content to return.
key | The key of the secondary content. |
---|