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
 
Method Summary
 java.lang.String drawException(ExceptionTag _tag)
           
 java.lang.String drawException(javax.servlet.jsp.PageContext _pageContext)
          Deprecated. use IExceptionDrawer.drawException(ExceptionTag) instead.
 

Field Detail

DEFAUT_LOCALE

public static final java.util.Locale DEFAUT_LOCALE
default locale

Method Detail

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