public class Root extends Base
| Modifier and Type | Class and Description |
|---|---|
static class |
Root.Status |
Base.DynamicAttribute, Base.DynamicAttributeValueType, Base.MixedAttributeResolver, Base.ResultInterceptorAJAX_MODE_NO_PORTLET_REFRESH, ATTRIB_INCLUDEPARENT, DEBUG_TIMESTAMP_FORMAT, OPTION_CURRENT_MEDIAKEY, OPTION_DEFAULT_LABELCONTAINER, OPTION_DEFAULT_LABELFILE, OPTION_DEFAULT_XPLANGUAGE, OPTION_DESIGNDB, OPTION_IMAGE_DERIVATES, OPTION_INCLUDELEVEL, OPTION_INNER_LAYOUT, OPTION_ITEM_MAPPINGS, OPTION_LINK_ACTION, OPTION_LINK_MEDIUM, OPTION_META_MAPPINGS, OPTION_MODULE_CONTROLLER, OPTION_PORTLET_EVENT_STARTINDEX, OPTION_PORTLET_NAMESPACE, OPTION_RESULT_INTERCEPTORS, OPTION_TMLMODULE_MEDIAKEY, OPTION_TMLMODULE_NAME, OPTION_WEBTML_SCOPE, SYSTEMOPTION_PREFIX, TAGVALUE_DYNAMIC_ATTRIBUTES, TAGVALUE_STATUS, UNRECOVERABLE_OPTIONS, URL_VERSION_PARAMETER| Constructor and Description |
|---|
Root() |
| Modifier and Type | Method and Description |
|---|---|
BaseTagStatus |
createTagStatus() |
java.lang.String |
getModulemediakey() |
java.lang.String |
getModulename() |
java.lang.String |
getRef()
Returns the db.
|
java.lang.String |
getResource()
Gets the resource
|
void |
handleAjaxSuffix(Root.Status status) |
void |
handlePortletSuffixes() |
void |
setModulemediakey(java.lang.String modulemediakey) |
void |
setModulename(java.lang.String modulename) |
void |
setRef(java.lang.String db)
Sets the db.
|
void |
setResource(java.lang.String resource)
Sets the resource
|
void |
tmlEndTag() |
void |
tmlStartTag() |
addResultInterceptor, addWarning, addWarning, buildHTMLHead, buildNamedActionParameters, clearWarnings, defaultSetDynamicAttribute, doAfterBody, doEndTag, doStartTag, getAppendvar, getCancelTag, getChildTagContext, getContext, getCore, getDebugNode, getDefaultExpressionLanguage, getDesignDBKey, getDispatcher, getDivider, getEncode, getFormat, getId, getIf, getIteration, getIterationDebugNode, getLevel, getMainContext, getMimeType, getOption, getOutput, getOutputStream, getPageContext, getParentTag, getPrefix, getPrivatecontext, getPsessionvar, getPvar, getResponse, getResultString, getResultString, getSessionvar, getSourceline, getStatus, getSuffix, getTagDescription, getTagName, getTagStatusById, getTagStatusById, getTMLContext, getTMLContextForDocument, getTrim, getUid, getUnless, getUserProfile, getUserProfile, getVar, getWGPPath, includeScript, isAjaxRequest, isCollectionsShowReleasedOnly, isEvalBody, isKeepParamsOnAJAX, isKeepParamsOnNonAJAX, isResultOutput, isVarWritten, isWriteVars, iterationIncrement, openContentDB, openDesignDB, release, setAppendvar, setCancelTag, setChildTagContext, setContext, setDivider, setDynamicAttribute, setEncode, setEvalBody, setFormat, setIf, setIteration, setOutput, setPrefix, setPrivatecontext, setPsessionvar, setPvar, setResult, setResultOutput, setSessionvar, setSourceline, setSuffix, setTMLContext, setTrim, setUid, setUnless, setVar, setWriteVars, stringToBoolean, stringToInteger, tmlAfterBody, tmlInitBody, writePortletEventRegistrationdoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic BaseTagStatus createTagStatus()
public void tmlStartTag()
throws TMLException,
de.innovationgate.webgate.api.WGException
tmlStartTag in class BaseTMLExceptionde.innovationgate.webgate.api.WGExceptionpublic void tmlEndTag()
throws de.innovationgate.webgate.api.WGException
tmlEndTag in class Basede.innovationgate.webgate.api.WGAPIExceptionde.innovationgate.webgate.api.WGExceptionBase.tmlEndTag()public void handleAjaxSuffix(Root.Status status) throws TMLException
TMLExceptionpublic java.lang.String getResource()
public void setResource(java.lang.String resource)
resource - The resource to setpublic java.lang.String getRef()
public void setRef(java.lang.String db)
db - The db to setpublic java.lang.String getModulename()
public void setModulename(java.lang.String modulename)
modulename - The modulename to set.public java.lang.String getModulemediakey()
public void setModulemediakey(java.lang.String modulemediakey)
modulemediakey - The modulemediakey to set.public void handlePortletSuffixes()
throws de.innovationgate.webgate.api.WGAPIException
de.innovationgate.webgate.api.WGAPIException