A B C D E F G H I J M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
M
- method() - Method in annotation type org.sam.server.annotation.handle.DeleteMapping
-
받을 수 있는 HTTP Method
- method() - Method in annotation type org.sam.server.annotation.handle.GetMapping
-
받을 수 있는 HTTP Method
- method() - Method in annotation type org.sam.server.annotation.handle.PostMapping
-
받을 수 있는 HTTP Method
- method() - Method in annotation type org.sam.server.annotation.handle.PutMapping
-
받을 수 있는 HTTP Method
- METHOD_NOT_ALLOWED - org.sam.server.constant.HttpStatus
- METHOD_NOT_ALLOWED_PAGE - Static variable in interface org.sam.server.http.web.response.Response
- methodNotAllowed() - Method in class org.sam.server.http.web.response.HttpResponse
- methodNotAllowed() - Method in interface org.sam.server.http.web.response.Response
-
요청한 URL이 일치하는 핸들러는 있지만 HTTP Method가 일치하지 않을 때에 대한 처리를 한다.
- ModelMapper - Class in org.sam.server.util
-
인스턴스를 다른 인스턴스로 변환할 수 있게 하는 클래스
- ModelMapper() - Constructor for class org.sam.server.util.ModelMapper
- MULTIPART_FORM_DATA - org.sam.server.constant.ContentType
- MultipartFile - Class in org.sam.server.http.web.request
-
multipart/form-data 요청으로 온 파일을 저장하는 클래스
- MultipartFile(String, String, byte[]) - Constructor for class org.sam.server.http.web.request.MultipartFile
All Classes All Packages