Module org.refcodes.rest
Package org.refcodes.rest
Interface HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator
- All Known Subinterfaces:
HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty
,RestfulHttpRegistryServer<DESC,
,B> RestfulHttpServer
- All Known Implementing Classes:
AbstractRestfulHttpRegistryServerDecorator
,AbstractRestfulHttpServerDecorator
,HttpRestServer
,HttpRestServerSingleton
- Enclosing interface:
- HttpExceptionHandlingAccessor
public static interface HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator
Extends the
HttpExceptionHandlingAccessor
with a setter method.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setHttpExceptionHandling
(HttpExceptionHandling aHttpExceptionHandling) Sets theHttpExceptionHandling
for theHttpExceptionHandling
property.
-
Method Details
-
setHttpExceptionHandling
Sets theHttpExceptionHandling
for theHttpExceptionHandling
property.- Parameters:
aHttpExceptionHandling
- TheHttpExceptionHandling
to be stored by theHttpExceptionHandling
property.
-