|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IErrorResponseFormatter
IErrorResponseFormatter is the interface for formatting an ErrorResponseInfo object.
| Method Summary | |
|---|---|
void |
formatError(ErrorResponseInfo errorInfo,
PortletRequest request,
PortletResponse response,
ViewCommandExecutionContext executionContext)
Formats the error information, using all the execution information available. |
void |
formatError(ErrorResponseInfo errorInfo,
java.io.PrintWriter outWriter)
Formats the error information in the request and response objects. |
| Method Detail |
|---|
void formatError(ErrorResponseInfo errorInfo,
PortletRequest request,
PortletResponse response,
ViewCommandExecutionContext executionContext)
errorInfo - the ErrorResponseInfo objectrequest - The request objectresponse - The response objectexecutionContext - the execution context object
void formatError(ErrorResponseInfo errorInfo,
java.io.PrintWriter outWriter)
errorInfo - the ErrorResponseInfo objectoutWriter - the PrintWriter to write to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||