public abstract class ExceptionHandlerFactory extends Object implements FacesWrapper<ExceptionHandlerFactory>
Constructor and Description |
---|
ExceptionHandlerFactory()
Deprecated.
|
ExceptionHandlerFactory(ExceptionHandlerFactory delegate) |
Modifier and Type | Method and Description |
---|---|
abstract ExceptionHandler |
getExceptionHandler() |
ExceptionHandlerFactory |
getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
|
@Deprecated public ExceptionHandlerFactory()
public ExceptionHandlerFactory(ExceptionHandlerFactory delegate)
public abstract ExceptionHandler getExceptionHandler()
public ExceptionHandlerFactory getWrapped()
null
.getWrapped
in interface FacesWrapper<ExceptionHandlerFactory>
DiscoveryHandlerFactory
if this factory decorates another, or
null
otherwiseCopyright © 2019 The Apache Software Foundation. All rights reserved.