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, getLayoutSelectorURL, getLocalizable, getReadOnly, getRepeatable, getRequestedLocale, getShowEmptyFieldLabel, getShowLanguageSelector, getStartPage, getSynchronousFormSubmission, setCheckRequired, setClassNameId, setClassPK, setDdmFormValues, setDefaultEditLocale, setDefaultLocale, setDocumentLibrarySelectorURL, setFieldsNamespace, setGroupId, setIgnoreRequestValue, setImageSelectorURL, setLayoutSelectorURL, setLocalizable, setReadOnly, setRepeatable, setRequestedLocale, setShowEmptyFieldLabel, setShowLanguageSelector, setSynchronousFormSubmission
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContext
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContent
findAncestorWithClass, getParent, setParent
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class BaseHTMLTag
javax.servlet.jsp.JspException
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class BaseHTMLTag
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() throws java.lang.Exception
processEndTag
in class com.liferay.taglib.util.IncludeTag
java.lang.Exception
protected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes
in class BaseHTMLTag