public class HtmlErrorResolution
extends net.sourceforge.stripes.action.StreamingResolution
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_CONTENT_TYPE |
| Constructor and Description |
|---|
HtmlErrorResolution(Exception e) |
HtmlErrorResolution(Exception e,
boolean printStackTrace) |
HtmlErrorResolution(String htmlMessage) |
HtmlErrorResolution(String htmlMessage,
Exception e) |
HtmlErrorResolution(String htmlMessage,
Exception e,
boolean printStackTrace) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
stream(javax.servlet.http.HttpServletResponse response) |
protected static final String DEFAULT_CONTENT_TYPE
Copyright © 2015. All rights reserved.