com.supermap.services.rest
类 ScNotModifiedExceptionMapper
- java.lang.Object
-
- com.supermap.services.rest.ScNotModifiedExceptionMapper
-
- 所有已实现的接口:
- javax.ws.rs.ext.ExceptionMapper<ScNotModifiedException>
public class ScNotModifiedExceptionMapper extends java.lang.Object implements javax.ws.rs.ext.ExceptionMapper<ScNotModifiedException>
-
-
构造器概要
构造器 构造器和说明 ScNotModifiedExceptionMapper(HttpServletRequest request)
-
方法概要
方法 限定符和类型 方法和说明 javax.ws.rs.core.Response
toResponse(ScNotModifiedException e)
-
-
-
构造器详细资料
-
ScNotModifiedExceptionMapper
public ScNotModifiedExceptionMapper(@Context HttpServletRequest request)
-
-
方法详细资料
-
toResponse
public javax.ws.rs.core.Response toResponse(ScNotModifiedException e)
- 指定者:
toResponse
在接口中javax.ws.rs.ext.ExceptionMapper<ScNotModifiedException>
-
-