com.ideo.sweetdev.presentation.struts.tag.error.drawer
Interface IErrorDrawer
- All Known Implementing Classes:
- ErrorDrawer
- public interface IErrorDrawer
-
IMAGE
public static final int IMAGE
- See Also:
- Constant Field Values
STYLE
public static final int STYLE
- See Also:
- Constant Field Values
drawError
public java.lang.String drawError(javax.servlet.jsp.PageContext _pageContext,
java.util.Collection _errors)
throws javax.servlet.jsp.JspException
- Deprecated. use
IErrorDrawer.drawError(ErrorTag, Collection) instead
- Throws:
javax.servlet.jsp.JspException - exception- Parameters:
_pageContext - PageContext_errors - Collection
- Returns:
- String
drawError
public java.lang.String drawError(ErrorTag _tag,
java.util.Collection _errors)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException - exception- Parameters:
_errors - Collection_tag - the tag who call this method
- Returns:
- String