Package net.anwiba.commons.http
Interface IApplicableHttpResponseExceptionFactory
-
- All Superinterfaces:
IApplicable<java.lang.String>,IHttpResponseExceptionFactory
public interface IApplicableHttpResponseExceptionFactory extends IApplicable<java.lang.String>, IHttpResponseExceptionFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisApplicable(java.lang.String contentType)-
Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable
and, not, or
-
Methods inherited from interface net.anwiba.commons.http.IHttpResponseExceptionFactory
create
-
-
-
-
Method Detail
-
isApplicable
boolean isApplicable(java.lang.String contentType)
- Specified by:
isApplicablein interfaceIApplicable<java.lang.String>
-
-