public class ModalContentTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
ModalContentTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doEndTag() |
int |
doStartTag() |
java.lang.String |
getContentCssClasses() |
protected java.lang.String |
getEndPage() |
java.lang.String |
getModalId() |
boolean |
getShowCancelButton() |
boolean |
getShowSubmitButton() |
protected java.lang.String |
getStartPage() |
java.lang.String |
getSubmitButtonLabel() |
java.lang.String |
getTitle() |
void |
setContentCssClasses(java.lang.String contentCssClasses) |
void |
setModalId(java.lang.String modalId) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setShowCancelButton(boolean showCancelButton) |
void |
setShowSubmitButton(boolean showSubmitButton) |
void |
setSubmitButtonLabel(java.lang.String submitButtonLabel) |
void |
setTitle(java.lang.String title) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getOriginalServletRequest, getPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setAttributes, 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 doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class com.liferay.taglib.util.IncludeTagjavax.servlet.jsp.JspExceptionpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class com.liferay.taglib.util.IncludeTagjavax.servlet.jsp.JspExceptionpublic java.lang.String getContentCssClasses()
public java.lang.String getModalId()
public boolean getShowCancelButton()
public boolean getShowSubmitButton()
public java.lang.String getSubmitButtonLabel()
public java.lang.String getTitle()
public void setContentCssClasses(java.lang.String contentCssClasses)
public void setModalId(java.lang.String modalId)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setShowCancelButton(boolean showCancelButton)
public void setShowSubmitButton(boolean showSubmitButton)
public void setSubmitButtonLabel(java.lang.String submitButtonLabel)
public void setTitle(java.lang.String title)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getEndPage()
getEndPage in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getStartPage()
getStartPage in class com.liferay.taglib.util.IncludeTag