public class ExceptionHandlerImpl
extends javax.faces.context.ExceptionHandlerWrapper
Constructor and Description |
---|
ExceptionHandlerImpl(javax.faces.context.ExceptionHandler wrappedHandler,
Annotation[] localeControllerClassifiers,
String beanManagerAttrName)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.dejava.component.i18n.message.handler.ApplicationMessageHandler |
getAppMessageHandler(javax.faces.context.FacesContext facesContext)
Gets the application message handler.
|
String |
getBeanManagerAttrName()
Gets the bean manager attribute name in the Servlet context.
|
Annotation[] |
getLocaleControllerClassifiers()
Gets the classifiers to be used in order to get the locale controller.
|
javax.faces.context.ExceptionHandler |
getWrapped() |
void |
handle() |
public ExceptionHandlerImpl(javax.faces.context.ExceptionHandler wrappedHandler, Annotation[] localeControllerClassifiers, String beanManagerAttrName)
wrappedHandler
- The original handler to be injected.localeControllerClassifiers
- The classifiers to be used in order to get the locale controller.beanManagerAttrName
- The bean manager attribute name in the Servlet context.public javax.faces.context.ExceptionHandler getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.context.ExceptionHandler>
getWrapped
in class javax.faces.context.ExceptionHandlerWrapper
ExceptionHandlerWrapper.getWrapped()
public Annotation[] getLocaleControllerClassifiers()
public String getBeanManagerAttrName()
protected org.dejava.component.i18n.message.handler.ApplicationMessageHandler getAppMessageHandler(javax.faces.context.FacesContext facesContext)
facesContext
- The faces context for the request.public void handle() throws javax.faces.FacesException
handle
in class javax.faces.context.ExceptionHandlerWrapper
javax.faces.FacesException
ExceptionHandlerWrapper.handle()
Copyright © 2013. All Rights Reserved.