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
B
- BAD_REQUEST - org.sam.server.constant.HttpStatus
- BAD_REQUEST_PAGE - Static variable in interface org.sam.server.http.web.response.Response
- badRequest() - Method in class org.sam.server.http.web.response.HttpResponse
- badRequest() - Method in interface org.sam.server.http.web.response.Response
-
잘못된 요청에 대한 처리를 한다.
- badRequest() - Static method in class org.sam.server.http.web.response.ResponseEntity
- badRequest(T) - Static method in class org.sam.server.http.web.response.ResponseEntity
- Bean - Annotation Type in org.sam.server.annotation.component
-
컴포넌트 클래스 안의 메서드에 선언하여 해당 메서드의 반환 값을 빈으로 만든다.
- BeanAccessModifierException - Exception in org.sam.server.context
-
컴포넌트 안에 있는 메서드 빈 생성시 접근 제어자가 public이 아닐 경우 발생한다.
- BeanAccessModifierException() - Constructor for exception org.sam.server.context.BeanAccessModifierException
- BeanClassLoader - Class in org.sam.server.context
-
루트 패키지로 부터 클래스 파일을 읽어 클래스 정보를 저장하는 클래스
- BeanContainer - Class in org.sam.server.context
-
빈을 생성하고 관리하는 클래스
- BeanCreationException - Exception in org.sam.server.context
-
해당 빈을 생성할 수 없을 때 발생한다.
- BeanCreationException(Class<?>) - Constructor for exception org.sam.server.context.BeanCreationException
- BeanFactory - Class in org.sam.server.context
-
빈을 관리하는 클래스 BeanContainer는 이미 선언 된 클래스를 기반으로 빈을 생성하지만 BeanFactory는 런타임시 동적으로 빈을 관리한다.
- BeanInfo - Class in org.sam.server.context
-
빈의 정보를 저장하는 클래스
- BeanNotFoundException - Exception in org.sam.server.context
-
해당 빈을 찾을 수 없을 때 발생한다.
- BeanNotFoundException(String) - Constructor for exception org.sam.server.context.BeanNotFoundException
- BUFFER_SIZE_PROPERTY - Static variable in interface org.sam.server.http.web.response.Response
All Classes All Packages