java.lang.Object | ||
↳ | TagSupport | |
↳ | com.microstrategy.web.app.taglibs.taskproc.AdminContextTag |
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AdminContextTag() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
doEndTag()
Called after the JSP engine finished processing the tag.
| ||||||||||
int |
doStartTag()
Process the start tag for this instance.
| ||||||||||
abstract AdminContextTagHelper |
getHelper()
Method for retrieving the helper related with the tag.
| ||||||||||
void |
release()
Utility method for cleaning up the properties on the custom tag
instance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Called after the JSP engine finished processing the tag. It's only objective is to clear up the tag after it has been rendered. If overwritten by a child instance, it should itself take care of calling the releaseTag() method.
if an error is risen when displaying the custom tag contents | |
DOCUMENT ME! | |
JspException | |
JspException |
Process the start tag for this instance. The doStartTag() method assumes that all setter methods have been invoked before.
if an error is risen when displaying the custom tag contents | |
JspException |
Method for retrieving the helper related with the tag.
AdminContextTagHelper
which
takes care of processing and rendering the HTML contents related
with this tag.
Utility method for cleaning up the properties on the custom tag instance.