com.ideo.sweetdev.presentation.struts.tag.exception.drawer
Interface IExceptionDrawer
- All Known Implementing Classes:
- ExceptionDrawer
- public interface IExceptionDrawer
-
|
Field Summary |
static java.util.Locale |
DEFAUT_LOCALE
default locale |
DEFAUT_LOCALE
public static final java.util.Locale DEFAUT_LOCALE
- default locale
drawException
public java.lang.String drawException(javax.servlet.jsp.PageContext _pageContext)
throws javax.servlet.jsp.JspException
- Deprecated. use
IExceptionDrawer.drawException(ExceptionTag) instead.
- Throws:
javax.servlet.jsp.JspException - exception- Parameters:
_pageContext - PageContext
- Returns:
- String
drawException
public java.lang.String drawException(ExceptionTag _tag)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException