@ConfigurationProperties(prefix="holon.jersey") public class JerseyConfigurationProperties extends Object
| Constructor and Description |
|---|
JerseyConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isForwardOn404()
Get the value of the
jersey.config.servlet.filter.forwardOn404 property. |
void |
setForwardOn404(boolean forwardOn404)
Set the value for the
jersey.config.servlet.filter.forwardOn404 property. |
public boolean isForwardOn404()
jersey.config.servlet.filter.forwardOn404 property.public void setForwardOn404(boolean forwardOn404)
jersey.config.servlet.filter.forwardOn404 property.forwardOn404 - the property value to setCopyright © 2019 The Holon Platform. All rights reserved.