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

G

get(String) - Static method in class org.sam.server.common.ServerProperties
서버 설정을 가져온다.
get(String) - Static method in enum org.sam.server.constant.ContentType
 
GET - org.sam.server.constant.HttpMethod
 
getAccessTime() - Method in class org.sam.server.http.Session
마지막으로 세션에 접근한 시간을 반환한다.
getAfterTime(int) - Method in class org.sam.server.http.Cookie
쿠키의 유효 날짜 및 시간을 반환한다.
getAttribute(String) - Method in class org.sam.server.http.Session
세션에 담긴 요소를 반환한다.
getBean(String, Class<?>) - Method in class org.sam.server.context.BeanFactory
인자로 받은 이름과, 타입에 해당하는 빈을 반환한다.
getBeanInfoList(Class<?>) - Method in class org.sam.server.context.BeanContainer
 
getBeanInfoMap() - Method in class org.sam.server.context.BeanContainer
빈 목록을 반환한다.
getBeanInstance() - Method in class org.sam.server.context.BeanInfo
빈을 반환한다.
getBeanList(Class<?>) - Method in class org.sam.server.context.BeanFactory
인자로 받은 타입에 해당하는 빈 목록을 반환한다.
getBeanName() - Method in class org.sam.server.context.BeanInfo
빈의 이름을 반환한다.
getCode() - Method in enum org.sam.server.constant.HttpStatus
 
getCookies() - Static method in class org.sam.server.http.CookieStore
쿠키의 목록을 반환한다.
getCookies() - Method in class org.sam.server.http.web.request.HttpRequest
 
getCookies() - Method in interface org.sam.server.http.web.request.Request
쿠키 목록을 반환한다.
getCreationTime() - Method in class org.sam.server.http.Session
세션의 생성 시간을 반환한다.
getDomain() - Method in class org.sam.server.http.Cookie
쿠키가 적용되어야 하는 호스트를 반환한다.
getDoubleArray(byte[]) - Static method in class org.sam.server.common.ArrayUtils
입력받은 배열의 길이의 두배인 배열을 생성하고 카피 후 반환한다.
getExpired() - Method in class org.sam.server.http.Session
세션 만료 시간을 반환한다.
getExpires() - Method in class org.sam.server.http.Cookie
쿠키의 만료 시간 반환한다.
getFileName() - Method in class org.sam.server.http.web.request.MultipartFile
파일의 이름을 반환한다.
getHandleInstance() - Method in class org.sam.server.context.Handler
핸들러 인스턴스를 반환한다.
getHandlerBeans() - Method in class org.sam.server.context.BeanContainer
핸들러 빈 목록을 반환한다.
getHeader(String) - Method in class org.sam.server.http.web.request.HttpRequest
 
getHeader(String) - Method in interface org.sam.server.http.web.request.Request
이름에 해당하는 헤더 값을 반환한다.
getHeader(String) - Method in class org.sam.server.http.web.response.HttpResponse
 
getHeader(String) - Method in interface org.sam.server.http.web.response.Response
헤더 정보를 반환한다.
getHeaderNames() - Method in class org.sam.server.http.web.request.HttpRequest
 
getHeaderNames() - Method in interface org.sam.server.http.web.request.Request
모든 헤더의 이름을 반환한다.
getHeaderNames() - Method in class org.sam.server.http.web.response.HttpResponse
 
getHeaderNames() - Method in interface org.sam.server.http.web.response.Response
모든 헤더의 이름을 반환한다.
getHttpStatus() - Method in class org.sam.server.http.web.response.ResponseEntity
 
getId() - Method in class org.sam.server.http.Session
세션의 아이디를 반환한다.
getInstance() - Static method in class org.sam.server.context.BeanClassLoader
 
getInstance() - Static method in class org.sam.server.context.BeanContainer
 
getInstance() - Static method in class org.sam.server.context.BeanFactory
 
getInterceptors() - Method in class org.sam.server.context.BeanContainer
인터셉터 구현체 인스턴스 목록을 반환한다.
getJson() - Method in class org.sam.server.http.web.request.HttpRequest
 
getJson() - Method in interface org.sam.server.http.web.request.Request
JSON을 반환한다.
GetMapping - Annotation Type in org.sam.server.annotation.handle
핸들러 클래스의 메소드에 선언하여 HTTP Method 중 GET 요청을 처리한다.
getMaxAge() - Method in class org.sam.server.http.Cookie
쿠키의 유효 시간을 반환한다.
getMessage() - Method in enum org.sam.server.constant.HttpStatus
 
getMessage() - Method in exception org.sam.server.http.context.HttpException
 
getMethod() - Method in class org.sam.server.context.Handler
핸들러 메서드를 반환한다.
getMethod() - Method in class org.sam.server.http.web.request.HttpRequest
 
getMethod() - Method in interface org.sam.server.http.web.request.Request
HTTP Method를 반환한다.
getMimeType() - Method in class org.sam.server.http.web.request.MultipartFile
파일의 미디어 타입을 반환한다.
getMultipartFile(String) - Method in class org.sam.server.http.web.request.HttpMultipartRequest
해당 이름에 대한 MultipartFile을 반환한다.
getMultipartFiles(String) - Method in class org.sam.server.http.web.request.HttpMultipartRequest
해당 이름에 대한 MultipartFile 목록을 반환한다.
getName() - Method in class org.sam.server.http.Cookie
쿠키의 이름을 반환한다.
getParameter(String) - Method in class org.sam.server.http.web.request.HttpRequest
 
getParameter(String) - Method in interface org.sam.server.http.web.request.Request
이름에 해당하는 파라미터의 값을 반환한다.
getParameterNames() - Method in class org.sam.server.http.web.request.HttpRequest
 
getParameterNames() - Method in interface org.sam.server.http.web.request.Request
모든 파라미터의 이름을 반환한다.
getParameters() - Method in class org.sam.server.http.web.request.HttpRequest
 
getParameters() - Method in interface org.sam.server.http.web.request.Request
모든 파라미터를 반환한다.
getPath() - Method in class org.sam.server.http.Cookie
Path를 반환한다
getProtocol() - Method in class org.sam.server.http.web.request.HttpRequest
 
getProtocol() - Method in interface org.sam.server.http.web.request.Request
프로토콜을 반환한다.
getSession() - Method in class org.sam.server.http.web.request.HttpRequest
 
getSession() - Method in interface org.sam.server.http.web.request.Request
세션을 반환한다.
getSession(String) - Static method in class org.sam.server.http.SessionManager
세션을 반환한다.
getStatus() - Method in exception org.sam.server.http.context.HttpException
 
getTimeout() - Method in class org.sam.server.http.Session
세션의 유효 시간을 가져온다.
getType(String) - Static method in class org.sam.server.util.PrimitiveWrapper
원시 타입에 해당하는 박스 타입을 반환한다.
getUrl() - Method in class org.sam.server.http.web.request.HttpRequest
 
getUrl() - Method in interface org.sam.server.http.web.request.Request
요청 URL을 반환한다.
getValue() - Method in enum org.sam.server.constant.ContentType
 
getValue() - Method in class org.sam.server.http.Cookie
쿠키의 값을 반환한다.
getValue() - Method in class org.sam.server.http.web.response.ResponseEntity
 
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