public class Element extends Base implements PreferredOptionReceiverTag
| Modifier and Type | Class and Description |
|---|---|
static class |
Element.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 |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
BaseTagStatus |
createTagStatus() |
Body |
getBodyTag()
Gets the bodyTag
|
java.lang.String |
getClassname()
Gets the classname
|
java.lang.String |
getName()
Gets the name
|
java.lang.String |
getSource()
Gets the source
|
Element.Status |
getStatus() |
void |
setClassname(java.lang.String classname)
Sets the classname
|
void |
setName(java.lang.String name)
Sets the name
|
void |
setSource(java.lang.String source)
Sets the source
|
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, 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 Element.Status getStatus()
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to setpublic void tmlStartTag()
throws TMLException
tmlStartTag in class BaseTMLExceptionBase.tmlStartTag()public java.lang.String getSource()
public void setSource(java.lang.String source)
source - The source to setpublic void tmlEndTag()
throws TMLException,
de.innovationgate.webgate.api.WGAPIException
tmlEndTag in class BaseTMLExceptionde.innovationgate.webgate.api.WGAPIExceptionBase.tmlEndTag()public Body getBodyTag()
public java.lang.String getClassname()
public void setClassname(java.lang.String classname)
classname - The classname to set