|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageErrorHandler
PageErrorHandler
When a valve meets component errors, error handling can be delegated to a PageErrorHandler.
Nested Class Summary | |
---|---|
static class |
PageErrorHandler.Status
Processing status of page error handler. |
Method Summary | |
---|---|
PageErrorHandler.Status |
handleComponentExceptions(PageErrors pageErrors,
HstRequest hstRequest,
HstResponse hstResponse)
Handles the exceptions generated by page or components. |
Method Detail |
---|
PageErrorHandler.Status handleComponentExceptions(PageErrors pageErrors, HstRequest hstRequest, HstResponse hstResponse)
An implementation should be aware of the current lifecycle phase by invoking HstRequest.getLifecyclePhase()
method
if it wants to invoke some lifecycle dependent operations such as HstResponse.forward(String)
or HstResponse.sendRedirect(String)
.
pageErrors
- hstRequest
- hstResponse
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |