com.ideo.sweetdev.presentation.struts.tag.error.drawer
Interface IErrorDrawer

All Known Implementing Classes:
ErrorDrawer

public interface IErrorDrawer

 

Field Summary
static int IMAGE
           
static int STYLE
           
 
Method Summary
 java.lang.String drawError(ErrorTag _tag, java.util.Collection _errors)
           
 java.lang.String drawError(javax.servlet.jsp.PageContext _pageContext, java.util.Collection _errors)
          Deprecated. use IErrorDrawer.drawError(ErrorTag, Collection) instead
 

Field Detail

IMAGE

public static final int IMAGE
See Also:
Constant Field Values

STYLE

public static final int STYLE
See Also:
Constant Field Values
Method Detail

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