public class Option.Status extends BaseTagStatus implements RootTagReceptor
cancelTag, childTMLContext, directOutput, evalBody, id, iteration, pageContext, parentTag, result, sourceLine, tagClass, tmlContext, trimResultString, writeVars| Constructor and Description |
|---|
Option.Status() |
| Modifier and Type | Method and Description |
|---|---|
TMLContext |
getChildTagContext() |
java.util.Map<java.lang.String,java.lang.Object> |
getLocalVarsToInherit() |
AjaxInfo |
getPortletAJAXInfo() |
Root.Status |
getRootTagStatus() |
long |
getStartTime() |
boolean |
isPortletInclude() |
void |
setRootTagStatus(Root.Status root) |
void |
setStartTime(long currentTimeMillis) |
addSubtags, addWarning, addWarning, appendResult, appendResult, clearResult, determineOutputType, getAncestorIncludeTag, getAncestorTag, getAncestorTag, getCore, getDesignDBKey, getLocalOptions, getLocalVar, getOption, getOptionNames, getOptionObject, getParentTag, getParentTag, getRelevantForm, getRequestURL, getResultString, getRootTag, getTagIds, getTagInfo, getTagOptions, getTagStatusById, getTagStatusById, getTMLModuleMediaKey, getTMLModuleName, getWarnings, getWGPPath, hasLocalVar, initAttributeDelegates, isBrowserInterface4, isStatusDirectOutputCapable, removeLocalVar, removeOption, retrieveParentTag, setLocalVar, setOptionpublic void setRootTagStatus(Root.Status root)
setRootTagStatus in interface RootTagReceptorpublic TMLContext getChildTagContext()
getChildTagContext in interface RootTagReceptorpublic boolean isPortletInclude()
isPortletInclude in interface RootTagReceptorpublic AjaxInfo getPortletAJAXInfo()
getPortletAJAXInfo in interface RootTagReceptorpublic Root.Status getRootTagStatus()
getRootTagStatus in interface RootTagReceptorpublic void setStartTime(long currentTimeMillis)
setStartTime in interface RootTagReceptorpublic long getStartTime()
getStartTime in interface RootTagReceptorpublic java.util.Map<java.lang.String,java.lang.Object> getLocalVarsToInherit()
getLocalVarsToInherit in interface RootTagReceptor