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

P

parameterToObject(Map<String, String>, Class<?>) - Static method in class org.sam.server.util.Converter
파라미터를 받아 인스턴스에 값을 넣어주고 인스턴스를 반환한다.
parseCookie(String) - Static method in class org.sam.server.http.CookieStore
HTTP 요청 헤더에서 쿠키 부분을 읽어 파싱한다.
PATCH - org.sam.server.constant.HttpMethod
 
PathValue - Annotation Type in org.sam.server.annotation.handle
URL안에 파라미터가 존재할 때, 핸들러의 파라미터에 선언하면 이름이 같은 변수에 값을 할당해준다.
PNG - org.sam.server.constant.ContentType
 
POST - org.sam.server.constant.HttpMethod
 
postHandler(Request, Response) - Method in interface org.sam.server.http.Interceptor
핸들러 호출 후 실행
PostMapping - Annotation Type in org.sam.server.annotation.handle
핸들러 클래스의 메소드에 선언하여 HTTP Method 중 POST 요청을 처리한다.
preHandler(Request, Response) - Method in interface org.sam.server.http.Interceptor
핸들러 호출 전 실행
PrimitiveWrapper - Class in org.sam.server.util
원시 타입을 박스 타입으로 변환해주는 클래스
PrimitiveWrapper() - Constructor for class org.sam.server.util.PrimitiveWrapper
 
PUT - org.sam.server.constant.HttpMethod
 
PutMapping - Annotation Type in org.sam.server.annotation.handle
핸들러 클래스의 메소드에 선언하여 HTTP Method 중 PUT 요청을 처리한다.
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