이미지 전달 response
@GET 2 @Path("/images/{image}") 3 @Produces("image/*") 4 public Response getImage(@PathParam("image") String image) { 5 File f = new File(image); 6 7 if (!f.exists()) { 8 throw new WebApplicationException(404); 9 } 10 11 String mt = new MimetypesFileTypeMap().getContentType(f); 12 return Response.ok(f, mt).build(); 13 }
웹 개발자로써/webservice
2010. 9. 10. 11:26
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 뷰 크기 조절
- LocationManager
- 다 수
- java
- php
- 단어
- 일본어 공부
- Multi MapActivity
- 아이디 텍스트 박스 보안
- 일본어
- searchManager
- 안드로이드
- Ruby on Rails
- MapActivity
- 소스
- 공부
- 예제
- 홈페이지 작성
- 일본
- 자리 지정
- 자바
- php공부
- menifast.xml
- Rails
- visualforce
- 실수형
- Salesforce
- error
- 세일즈포스
- Android
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함