Package | Description |
---|---|
com.caucho.server.cluster | |
com.caucho.server.host | |
com.caucho.server.http | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
ErrorPageManager |
ServletService.getErrorPageManager() |
Modifier and Type | Method and Description |
---|---|
ErrorPageManager |
Host.getErrorPageManager() |
Modifier and Type | Method and Description |
---|---|
protected ErrorPageManager |
AbstractHttpRequest.getErrorManager()
Returns the default error manager
|
Modifier and Type | Method and Description |
---|---|
ErrorPageManager |
WebAppContainer.getErrorPageManager()
Returns the error page manager
|
ErrorPageManager |
WebApp.getErrorPageManager()
Gets the error page manager.
|
ErrorPageManager |
ErrorPageManager.getParent()
Gets the manager parent.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextFilterChain.setErrorPageManager(ErrorPageManager errorPageManager)
Sets the error page manager.
|
void |
ErrorPageManager.setParent(ErrorPageManager parent)
Sets the manager parent.
|
Constructor and Description |
---|
ErrorPageFilter(ErrorPageManager manager)
Create error page filter.
|