| java.lang.Object | |||
| ↳ | javax.servlet.jsp.tagext.TagSupport | ||
| ↳ | com.microstrategy.web.app.taglibs.AbstractNoBodyTag | ||
| ↳ | com.microstrategy.web.app.taglibs.ValueTag | ||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
javax.servlet.jsp.tagext.IterationTag
| |||||||||||
From interface
javax.servlet.jsp.tagext.Tag
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.servlet.jsp.tagext.TagSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ValueTag() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractNoBodyTagHelper |
getHelper()
Method for retrieving the helper associated with the tag.
| ||||||||||
| void |
setAttribute(String value)
Sets the value assigned to the attribute attribute of the custom tag instance that uses this helper
| ||||||||||
| void |
setName(String value)
Indicates the name of the variable whose value we are supposed to render.
| ||||||||||
| void |
setPostContent(String value)
Sets the value assigned to appear after the value of this tag
| ||||||||||
| void |
setPreContent(String value)
Sets the value assigned to appear before the value of this tag
| ||||||||||
| void |
setType(String value)
Indicates the type of the variable whose value we are supposed to render.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microstrategy.web.app.taglibs.AbstractNoBodyTag
| |||||||||||
From class
javax.servlet.jsp.tagext.TagSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
javax.servlet.jsp.tagext.IterationTag
| |||||||||||
From interface
javax.servlet.jsp.tagext.Tag
| |||||||||||
Method for retrieving the helper associated with the tag.
AbstractNoBodyTagHelper which will take care of processing and rendering the
HTML contents associated with this tag.
Sets the value assigned to the attribute attribute of the custom tag instance that uses this helper
| value | String to which we will assign the value of this tag.
|
|---|
Indicates the name of the variable whose value we are supposed to render.
If the type attribute is set to 'misc', the valid values for this attribute include:
| value | The name of the variable whose value we are supposed to render. |
|---|
Sets the value assigned to appear after the value of this tag
| value | String that will appear after the value of this tag. |
|---|
Sets the value assigned to appear before the value of this tag
| value | String that will appear before the value of this tag. |
|---|
Indicates the type of the variable whose value we are supposed to render.
The list of valid values for this attribute include:
RequestKeys instance available
BrowserSettings instance available
Preferences instance available for System Preferences
Preferences instance available for User Preferences
| value | The type of the variable whose value we are supposed to render. |
|---|