public class NuxeoExceptionHandlerParameters extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
bundleName |
protected String |
defaultErrorPage |
protected org.apache.commons.logging.Log |
errorLog |
protected List<ErrorHandler> |
handlers |
protected ExceptionHandlingListener |
listener |
protected RequestDumper |
requestDumper |
Constructor and Description |
---|
NuxeoExceptionHandlerParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getBundleName() |
String |
getDefaultErrorPage() |
List<ErrorHandler> |
getHandlers() |
ExceptionHandlingListener |
getListener() |
org.apache.commons.logging.Log |
getLogger() |
RequestDumper |
getRequestDumper() |
void |
setBundleName(String bundleName) |
void |
setDefaultErrorPage(String defaultErrorPage) |
void |
setHandlers(List<ErrorHandler> handlers) |
void |
setListener(ExceptionHandlingListener listener) |
void |
setLoggerName(String loggerName) |
void |
setRequestDumper(RequestDumper requestDumper) |
protected String bundleName
protected String defaultErrorPage
protected RequestDumper requestDumper
protected org.apache.commons.logging.Log errorLog
protected List<ErrorHandler> handlers
protected ExceptionHandlingListener listener
public NuxeoExceptionHandlerParameters()
public String getBundleName()
public void setBundleName(String bundleName)
public RequestDumper getRequestDumper()
public void setRequestDumper(RequestDumper requestDumper)
public ExceptionHandlingListener getListener()
public void setListener(ExceptionHandlingListener listener)
public org.apache.commons.logging.Log getLogger()
public void setLoggerName(String loggerName)
public List<ErrorHandler> getHandlers()
public void setHandlers(List<ErrorHandler> handlers)
public String getDefaultErrorPage()
public void setDefaultErrorPage(String defaultErrorPage)
Copyright © 2016 Nuxeo SA. All rights reserved.