public class AjaxExceptionHandlerVisitCallback extends Object implements javax.faces.component.visit.VisitCallback
VisitCallback
which collects all AjaxExceptionHandler
s.Constructor and Description |
---|
AjaxExceptionHandlerVisitCallback(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Map<String,AjaxExceptionHandler> |
getHandlers() |
javax.faces.component.visit.VisitResult |
visit(javax.faces.component.visit.VisitContext context,
javax.faces.component.UIComponent target) |
public AjaxExceptionHandlerVisitCallback(Throwable throwable)
public javax.faces.component.visit.VisitResult visit(javax.faces.component.visit.VisitContext context, javax.faces.component.UIComponent target)
visit
in interface javax.faces.component.visit.VisitCallback
public Map<String,AjaxExceptionHandler> getHandlers()
Copyright © 2019. All rights reserved.