public class HTMLTag extends BaseHTMLTag
_ATTRIBUTE_NAMESPACErequest, servletContextbodyContentpageContext| Constructor and Description |
|---|
HTMLTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
protected DDMForm |
getDDMForm() |
protected DDMFormValues |
getDDMFormValuesFromRequest() |
protected java.lang.String |
getDDMFormValuesInputName() |
protected Fields |
getFields() |
protected java.lang.String |
getLogMessage() |
protected java.lang.String |
getMode() |
protected int |
processEndTag() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
cleanUp, getCheckRequired, getClassNameId, getClassPK, getDdmFormValues, getDefaultEditLocale, getDefaultLocale, getDocumentLibrarySelectorURL, getFieldsNamespace, getGroupId, getIgnoreRequestValue, getImageSelectorURL, getLocalizable, getReadOnly, getRepeatable, getRequestedLocale, getShowEmptyFieldLabel, getShowLanguageSelector, getStartPage, getSynchronousFormSubmission, setCheckRequired, setClassNameId, setClassPK, setDdmFormValues, setDefaultEditLocale, setDefaultLocale, setDocumentLibrarySelectorURL, setFieldsNamespace, setGroupId, setIgnoreRequestValue, setImageSelectorURL, setLocalizable, setReadOnly, setRepeatable, setRequestedLocale, setShowEmptyFieldLabel, setShowLanguageSelector, setSynchronousFormSubmissioncallSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class BaseHTMLTagjavax.servlet.jsp.JspExceptionpublic void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class BaseHTMLTagprotected DDMForm getDDMForm()
protected DDMFormValues getDDMFormValuesFromRequest()
protected java.lang.String getDDMFormValuesInputName()
protected Fields getFields()
protected java.lang.String getLogMessage()
protected java.lang.String getMode()
protected int processEndTag()
throws java.lang.Exception
processEndTag in class IncludeTagjava.lang.Exceptionprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class BaseHTMLTag