public class HTMLTag extends BaseHTMLTag
_ATTRIBUTE_NAMESPACE| Constructor and Description |
|---|
HTMLTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
protected com.liferay.dynamic.data.mapping.model.DDMForm |
getDDMForm() |
protected com.liferay.dynamic.data.mapping.storage.DDMFormValues |
getDDMFormValuesFromRequest() |
protected java.lang.String |
getDDMFormValuesInputName() |
protected com.liferay.dynamic.data.mapping.storage.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, setParentpublic 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 com.liferay.dynamic.data.mapping.model.DDMForm getDDMForm()
protected com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValuesFromRequest()
protected java.lang.String getDDMFormValuesInputName()
protected com.liferay.dynamic.data.mapping.storage.Fields getFields()
protected java.lang.String getLogMessage()
protected java.lang.String getMode()
protected int processEndTag()
throws java.lang.Exception
processEndTag in class com.liferay.taglib.util.IncludeTagjava.lang.Exceptionprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class BaseHTMLTag