public class ImageResourceHandler extends DefaultResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetImageParameter,DefaultParameter>
Constructor and Description |
---|
ImageResourceHandler() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
handleGetInternally(GetImageParameter getImageParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Returns the image of a user.
|
handleCreateInternally, handleDeleteInternally, handleEditInternally, handleListInternally
handleCreate, handleDelete, handleEdit, handleGet, handleList, setValidator
public javax.ws.rs.core.Response handleGetInternally(GetImageParameter getImageParameter, String requestedMimeType, javax.ws.rs.core.UriInfo uriInfo, String requestSessionId, javax.ws.rs.core.Request request)
handleGetInternally
in class DefaultResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetImageParameter,DefaultParameter>
getImageParameter
- the parameters of the attachmentrequestedMimeType
- MIME type requested by clienturiInfo
- additional information about requestrequestSessionId
- the session idrequest
- - javax requestCopyright © 2019 Communote team. All rights reserved.