com.liferay.taglib.ui
Class ErrorTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.liferay.taglib.ui.ErrorTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class ErrorTag
- extends javax.servlet.jsp.tagext.TagSupport
View Source
- Author:
- Brian Wing Shun Chan
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorTag
public ErrorTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
getStartPage
public java.lang.String getStartPage()
setStartPage
public void setStartPage(java.lang.String startPage)
getEndPage
public java.lang.String getEndPage()
setEndPage
public void setEndPage(java.lang.String endPage)
setException
public void setException(java.lang.Class exception)
setKey
public void setKey(java.lang.String key)
setMessage
public void setMessage(java.lang.String message)
setTranslateMessage
public void setTranslateMessage(boolean translateMessage)
setRowBreak
public void setRowBreak(java.lang.String rowBreak)