- abbreviateFromLeft(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
substring the leftmost len characters of a String with ellipsis. ex)
abbreviateFromLeft("12345678", 3) ≥ "123..."
- abbreviateFromRight(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
substring the rightmost len characters of a String with ellipsis. ex)
abbreviateFromRight("12345678", 3) ≥ "...678"
- AbleOrder(String) - Constructor for class blue.hive.spring.web.rest.jsonview.BHiveSort.AbleOrder
-
- AbleOrder(Sort.Direction, String) - Constructor for class blue.hive.spring.web.rest.jsonview.BHiveSort.AbleOrder
-
- AbleOrder(Sort.Direction, String, Sort.NullHandling) - Constructor for class blue.hive.spring.web.rest.jsonview.BHiveSort.AbleOrder
-
- accept(File) - Method in class blue.hive.fileio.filter.ExcludeDirFileFilter
-
- accept(File) - Method in class blue.hive.fileio.filter.ExcludeDirFilter
-
- accept(File) - Method in class blue.hive.fileio.filter.ExcludeExtensionInDirFileFilter
-
- accept(File) - Method in class blue.hive.fileio.filter.ExcludeFileDirFileFilter
-
- accept(File) - Method in class blue.hive.fileio.filter.FailFastFileFilter
-
- add(String, Object) - Method in class blue.hive.vo.SearchMap
-
- addCodeMap(String, List, String, String) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
출력용 필드 코드표를 추가
- addCodeMap(String, Map<String, String>) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
출력용 필드 코드표를 추가
- additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class blue.hive.security.authentication.BHiveDaoAuthenticationProvider
-
- addPartConverter(HttpMessageConverter<?>) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
Add a message body converter.
- addSpace(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
Appends spaces to Stringwidth the input length.
- addStringToArray(String[], String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Appends a string to string array.
- AES256Crypto - Class in blue.hive.crypto
-
암호화 처리기 (AES256)
- AES256Crypto() - Constructor for class blue.hive.crypto.AES256Crypto
-
- AES256Crypto(String) - Constructor for class blue.hive.crypto.AES256Crypto
-
- AES256Crypto(String, String) - Constructor for class blue.hive.crypto.AES256Crypto
-
- AES256Crypto(String, String, byte[]) - Constructor for class blue.hive.crypto.AES256Crypto
-
- AES256CryptoHolder - Class in blue.hive.crypto
-
암호화 처리기 기본 인스턴스 Holder
- AES256CryptoHolder() - Constructor for class blue.hive.crypto.AES256CryptoHolder
-
- afterControllerMethod(JoinPoint, Object) - Method in class blue.hive.spring.web.log.BHiveControllerLoggingAspect
-
- afterPropertiesSet() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
- afterPropertiesSet() - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- afterPropertiesSet() - Method in class blue.hive.spring.job.BHiveBatchBeanJob
-
- afterPropertiesSet() - Method in class blue.hive.spring.job.BHiveMyBatisProcedureJob
-
- afterPropertiesSet() - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
빈 초기화 - 설정값 검사
- afterPropertiesSet() - Method in class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- afterRequest(HttpServletRequest, String) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
Writes a log message after the request is processed.
- afterServiceMethod(JoinPoint, Object) - Method in class blue.hive.spring.web.log.BHiveRepositoryLoggingAspect
-
- afterServiceMethod(JoinPoint, Object) - Method in class blue.hive.spring.web.log.BHiveServiceLoggingAspect
-
- afterThrowing(JoinPoint, Throwable) - Method in class blue.hive.spring.web.log.BHiveControllerLoggingAspect
-
- afterThrowing(JoinPoint, Throwable) - Method in class blue.hive.spring.web.log.BHiveRepositoryLoggingAspect
-
- afterThrowing(JoinPoint, Throwable) - Method in class blue.hive.spring.web.log.BHiveServiceLoggingAspect
-
- allowExtensions - Variable in class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForListOfMultipartFile
-
- allowExtensions - Variable in class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForMultipartFile
-
- allowExtensionsString - Variable in class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForListOfMultipartFile
-
- allowExtensionsString - Variable in class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForMultipartFile
-
- allowSize - Variable in class blue.hive.validation.constraints.impl.BHiveAllowFileSizeForListOfMultipartFile
-
- allowSize - Variable in class blue.hive.validation.constraints.impl.BHiveAllowFileSizeForMultipartFile
-
- anntationMap - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
Excel 출력 ExcelColumn Annotation 맵
- API_PRODUCES - Static variable in class blue.hive.constant.BHiveConstant
-
Spring REST API RequestMapping의 Produces 기본 값
- API_PRODUCES_MEDIATYPE - Static variable in class blue.hive.constant.BHiveConstant
-
Spring REST API RequestMapping의 Produces MediaType 기본 값
- API_TYPE - Enum in blue.hive.spring.client
-
레거시 호출을 위한 RestTemplate을 사용할 때 Legacy의 통신방식
- APPLICATION_JSON - Static variable in class blue.hive.constant.BHiveConstant
-
- APPLICATION_JSON_VALUE - Static variable in class blue.hive.constant.BHiveConstant
-
- ApplicationContextHolder - Class in blue.hive.spring.context
-
Application Context Holder: 스프링 Root ApplicationContext를 정적으로 보관하고 코드 어디서나 접근하기 위한 Bean
- ApplicationContextHolder() - Constructor for class blue.hive.spring.context.ApplicationContextHolder
-
- applyColumnHidden(HSSFSheet) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
컬럼 숨김적용
- applyColumnWidth(HSSFSheet) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
컬럼폭 적용 (기본: 자동폭 계산)
- applyDataCellMergeMode(HSSFSheet, int, int) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
Merge Mode에 따른 Data Cell 병합
- applyInitialLaw(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Apply initial law to String.
- around(ProceedingJoinPoint) - Method in class blue.hive.spring.web.log.BHiveControllerLoggingAspect
-
- around(ProceedingJoinPoint) - Method in class blue.hive.spring.web.log.BHiveRepositoryLoggingAspect
-
- around(ProceedingJoinPoint) - Method in class blue.hive.spring.web.log.BHiveServiceLoggingAspect
-
- arrayToCommaDelimitedString(Object[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- arrayToDelimitedString(Object[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
Joins the elements of the provided array into a single String containing
the provided list of elements. ex) String[] test = {"aaa", "bbb", "ccc"};
arrayToDelimitedString(test) ≥ "aaa,bbb,ccc"
- arrayToDelimitedString(Object[], String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Joins the elements of the provided array into a single String containing
the provided list of elements.
- asteriskToSpace(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts asterisk to space in a String.
- batchBean - Variable in class blue.hive.spring.job.BHiveBatchBeanJob
-
주기적으로 Job을 처리하는 빈객체
- beforeControllerMethod(JoinPoint) - Method in class blue.hive.spring.web.log.BHiveControllerLoggingAspect
-
- beforeRequest(HttpServletRequest, String) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
Writes a log message before the request is processed.
- beforeServiceMethod(JoinPoint) - Method in class blue.hive.spring.web.log.BHiveRepositoryLoggingAspect
-
- beforeServiceMethod(JoinPoint) - Method in class blue.hive.spring.web.log.BHiveServiceLoggingAspect
-
- BHiveAllowExtensions - Annotation Type in blue.hive.validation.constraints
-
어노테이션된 멀티파트 파일의 확장자를 제한 (null or empty인 경우 검사안함)
- BHiveAllowExtensions.List - Annotation Type in blue.hive.validation.constraints
-
- BHiveAllowExtensionsForListOfMultipartFile - Class in blue.hive.validation.constraints.impl
-
BHiveAllowExtensions Validator
- BHiveAllowExtensionsForListOfMultipartFile() - Constructor for class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForListOfMultipartFile
-
- BHiveAllowExtensionsForMultipartFile - Class in blue.hive.validation.constraints.impl
-
BHiveAllowExtensions Validator
- BHiveAllowExtensionsForMultipartFile() - Constructor for class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForMultipartFile
-
- BHiveAllowFileSize - Annotation Type in blue.hive.validation.constraints
-
어노테이션된 문자열의 길이를 제한 (null or empty인 경우 검사안함)
- BHiveAllowFileSize.List - Annotation Type in blue.hive.validation.constraints
-
- BHiveAllowFileSizeForListOfMultipartFile - Class in blue.hive.validation.constraints.impl
-
BHiveAllowFileSize Validator
- BHiveAllowFileSizeForListOfMultipartFile() - Constructor for class blue.hive.validation.constraints.impl.BHiveAllowFileSizeForListOfMultipartFile
-
- BHiveAllowFileSizeForMultipartFile - Class in blue.hive.validation.constraints.impl
-
BHiveAllowFileSize Validator
- BHiveAllowFileSizeForMultipartFile() - Constructor for class blue.hive.validation.constraints.impl.BHiveAllowFileSizeForMultipartFile
-
- BHiveApplicationContextInitializer - Class in blue.hive.spring.context
-
Spring Application Context Initializer
서버기동시 재기동 기록 WARN 로깅
서버기동시 Spring.Profile등 환경변수 INFO 로깅
spring.profiles.active를 Properties로 설정한 경우와 Environment로 설정한 경우에 대해 모두 지원하기 위한 Sync 작업
- BHiveApplicationContextInitializer() - Constructor for class blue.hive.spring.context.BHiveApplicationContextInitializer
-
- BHiveBase64InputStream - Class in blue.hive.io
-
Base64InputStream의 MIME_CHUNK_SIZE마다 CHUNK_SEPARATOR를 삽입하는 동작의 설정을 바꾼 AbleBase64InputStream
그냥 암호화시 사용하기 위해 한줄로 쭉 출력
- BHiveBase64InputStream(InputStream) - Constructor for class blue.hive.io.BHiveBase64InputStream
-
- BHiveBase64OutputStream - Class in blue.hive.io
-
Base64OutputStream의 MIME_CHUNK_SIZE마다 CHUNK_SEPARATOR를 삽입하는 동작의 설정을 바꾼 BHiveBase64OutputStream
그냥 암호화시 사용하기 위해 한줄로 쭉 출력
- BHiveBase64OutputStream(OutputStream) - Constructor for class blue.hive.io.BHiveBase64OutputStream
-
BHiveBase64OutputStream instantiation
- BHiveBatchBeanJob - Class in blue.hive.spring.job
-
Batch Bean을 주기적으로 호출하기 위한 Job
[사용방법]
<bean id="taskBatchJob1" class="bhive.spring.job.BHiveBatchBeanJob">
<constructor-arg index="0" value="was1"/>
<constructor-arg index="1" ref="jobBeanName"/>
<constructor-arg index="2" ref="executor"/>
</bean>
- BHiveBatchBeanJob(String, BHiveJobCallable, TaskExecutor) - Constructor for class blue.hive.spring.job.BHiveBatchBeanJob
-
생성자
- BHiveCollectionUtil - Class in blue.hive.util
-
Collection관련 Util
- BHiveCollectionUtil() - Constructor for class blue.hive.util.BHiveCollectionUtil
-
- BHiveCommonsRequestLoggingFilter - Class in blue.hive.servlet.filter
-
Spring의 CommonsRequestLoggingFilter를
Apache Common Logging 대신 Slf4J 로거를 이용하여 출력하도록 변경
Servlet Filter Matching 보다 자세한 AntPathMatcher지원.
- BHiveCommonsRequestLoggingFilter() - Constructor for class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- BHiveConfigurationException - Exception in blue.hive.exception
-
설정관련 오류
- BHiveConfigurationException() - Constructor for exception blue.hive.exception.BHiveConfigurationException
-
- BHiveConfigurationException(String, Throwable) - Constructor for exception blue.hive.exception.BHiveConfigurationException
-
- BHiveConfigurationException(String) - Constructor for exception blue.hive.exception.BHiveConfigurationException
-
- BHiveConfigurationException(Throwable) - Constructor for exception blue.hive.exception.BHiveConfigurationException
-
- BHiveConstant - Class in blue.hive.constant
-
- BHiveConstant() - Constructor for class blue.hive.constant.BHiveConstant
-
- BHiveConstraintValidator<A extends Annotation,T> - Class in blue.hive.validation.constraints.impl
-
Constraint Validator Base Class
- BHiveConstraintValidator() - Constructor for class blue.hive.validation.constraints.impl.BHiveConstraintValidator
-
- BHiveControllerLoggingAspect - Class in blue.hive.spring.web.log
-
Logging Aspect for every invokation @RequestMapping annotated methods in @Controller annotated beans
- BHiveControllerLoggingAspect() - Constructor for class blue.hive.spring.web.log.BHiveControllerLoggingAspect
-
- BHiveConvertException - Exception in blue.hive.exception
-
변환 관련 오류
- BHiveConvertException() - Constructor for exception blue.hive.exception.BHiveConvertException
-
- BHiveConvertException(String, Throwable) - Constructor for exception blue.hive.exception.BHiveConvertException
-
- BHiveConvertException(String) - Constructor for exception blue.hive.exception.BHiveConvertException
-
- BHiveConvertException(Throwable) - Constructor for exception blue.hive.exception.BHiveConvertException
-
- BHiveConvertUtil - Class in blue.hive.util
-
형변환 관련 유틸
- BHiveConvertUtil() - Constructor for class blue.hive.util.BHiveConvertUtil
-
- BHiveCORSFilter - Class in blue.hive.servlet.filter
-
CORS 정책 필터
- BHiveCORSFilter() - Constructor for class blue.hive.servlet.filter.BHiveCORSFilter
-
- BHiveCryptoUtil - Class in blue.hive.util
-
암복호화 관련 유틸
- BHiveCryptoUtil() - Constructor for class blue.hive.util.BHiveCryptoUtil
-
- BHiveDaoAuthenticationProvider - Class in blue.hive.security.authentication
-
DAO를 통한 인증 프로바이더
org.springframework.security.authentication.dao.DaoAuthenticationProvider을 수정
- deprecated된 org.springframework.security.authentication.encoding.PasswordEncoder를
org.springframework.security.crypto.password.PasswordEncoder 계열로 변경
- 기본 인코더를 PlaintextPasswordEncoder에서 NoOpPasswordEncoder로 변경
- 불필요 Salt 관리 제거
필요시 additionalAuthenticationChecks에 추가로직 구현 원하는 추가 예외를 Throw 처리 가능
An AuthenticationProvider implementation that retrieves user details from a
UserDetailsService.
- BHiveDaoAuthenticationProvider() - Constructor for class blue.hive.security.authentication.BHiveDaoAuthenticationProvider
-
- BHiveDateUtil - Class in blue.hive.util
-
Joda DateTime, Java Date 관련 유틸
- BHiveDateUtil() - Constructor for class blue.hive.util.BHiveDateUtil
-
- BHiveDelegatingMultipartResolver - Class in blue.hive.spring.web.multipart
-
특정 URL패턴을 제외하는 Delegating Multipart Resolver
- BHiveDelegatingMultipartResolver() - Constructor for class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
기본 생성자
- BHiveDelegatingMultipartResolver(MultipartResolver) - Constructor for class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
생성자
- BHiveEnumTypeHandler<E extends Enum<E>> - Class in blue.hive.mybatis.typehandler
-
MyBatis Enum Type Handler
- BHiveEnumTypeHandler(Class<E>) - Constructor for class blue.hive.mybatis.typehandler.BHiveEnumTypeHandler
-
- BHiveEnumUtil - Class in blue.hive.util
-
Enum Util
- BHiveEnumUtil() - Constructor for class blue.hive.util.BHiveEnumUtil
-
- BHiveExcelCommand - Class in blue.hive.spring.web.view
-
WideExcelView에 Excel의 출력을 위한 정보 Command DT
뷰명칭: 뷰클래스
- ableExcelView: intelliwframe.spring.web.view.AbleExcelView
- ableXlsxExcelView: intelliwframe.spring.web.view.AbleXlsxExcelView
- ableStreamingExcelView: intelliwframe.spring.web.view.AbleStreamingExcelView
- ableCsvView: intelliwframe.spring.web.view.AbleCsvView
- BHiveExcelCommand(List, Class<?>, MessageSource) - Constructor for class blue.hive.spring.web.view.BHiveExcelCommand
-
생성자
- BHiveExcelMergeMode - Enum in blue.hive.spring.web.view
-
Excel 출력시 Cell의 Merge처리 방식
- BHiveExcelView - Class in blue.hive.spring.web.view
-
support excel view
- BHiveExcelView() - Constructor for class blue.hive.spring.web.view.BHiveExcelView
-
- BHiveFieldError - Class in blue.hive.spring.validation
-
org.springframework.validation.FieldError의 응답용 Wrapper DT
- BHiveFieldError(FieldError) - Constructor for class blue.hive.spring.validation.BHiveFieldError
-
- BHiveFieldError(FieldError, MessageSource) - Constructor for class blue.hive.spring.validation.BHiveFieldError
-
- BHiveFieldError(FieldError, MessageSource, String) - Constructor for class blue.hive.spring.validation.BHiveFieldError
-
- BHiveHostingUtil - Class in blue.hive.util
-
WAS Hosting 환경관련 Util
- BHiveHostingUtil() - Constructor for class blue.hive.util.BHiveHostingUtil
-
- BHiveHttpInputMessage - Class in blue.hive.spring.http
-
HttpInputMessage의 Body를 래핑 처리할 수 있는 클래스
- BHiveHttpInputMessage(HttpInputMessage, InputStream) - Constructor for class blue.hive.spring.http.BHiveHttpInputMessage
-
생성자
- BHiveHttpOutputMessage - Class in blue.hive.spring.http
-
HttpOutputMessage의 Body를 래핑 처리할 수 있는 클래스
- BHiveHttpOutputMessage(HttpOutputMessage, OutputStream) - Constructor for class blue.hive.spring.http.BHiveHttpOutputMessage
-
생성자
- BHiveIntervalCallable - Interface in blue.hive.spring.core.task
-
Interval Job 프로세스 인터페이스
- BHiveIntervalTask - Class in blue.hive.spring.core.task
-
Interval 프로세스를 실행하는 Runnable Task
- BHiveIntervalTask(BHiveIntervalCallable) - Constructor for class blue.hive.spring.core.task.BHiveIntervalTask
-
생성자
- BHiveInvalidFormatException - Exception in blue.hive.exception
-
입력형식의 Format이 올바르지 않은 경우의 예외
- BHiveInvalidFormatException() - Constructor for exception blue.hive.exception.BHiveInvalidFormatException
-
- BHiveInvalidFormatException(String, Throwable) - Constructor for exception blue.hive.exception.BHiveInvalidFormatException
-
- BHiveInvalidFormatException(String) - Constructor for exception blue.hive.exception.BHiveInvalidFormatException
-
- BHiveInvalidFormatException(Throwable) - Constructor for exception blue.hive.exception.BHiveInvalidFormatException
-
- BHiveIOException - Exception in blue.hive.exception
-
IO 처리 관련 예외
- BHiveIOException() - Constructor for exception blue.hive.exception.BHiveIOException
-
- BHiveIOException(String, Throwable) - Constructor for exception blue.hive.exception.BHiveIOException
-
- BHiveIOException(String) - Constructor for exception blue.hive.exception.BHiveIOException
-
- BHiveIOException(Throwable) - Constructor for exception blue.hive.exception.BHiveIOException
-
- BHiveIOUtil - Class in blue.hive.util
-
IO 관련 유틸
- BHiveIOUtil() - Constructor for class blue.hive.util.BHiveIOUtil
-
- BHiveJobCallable - Interface in blue.hive.spring.core.task
-
Job을 호출 할 수 있는 인터페이스
- BHiveJsonHtmlXssSerializer - Class in blue.hive.jackson.databind
-
fasterxml jackson JsonSerializer
Html에 String을 내려줄때 XSS 처리 (현재 미사용)
- BHiveJsonHtmlXssSerializer() - Constructor for class blue.hive.jackson.databind.BHiveJsonHtmlXssSerializer
-
- BHiveJSPRequestLoggingFilter - Class in blue.hive.servlet.filter
-
Logging Filter for all JSP request
- BHiveJSPRequestLoggingFilter() - Constructor for class blue.hive.servlet.filter.BHiveJSPRequestLoggingFilter
-
- BHiveLegacyExcelView - Class in blue.hive.spring.web.view
-
이전 ExcelView - 필요시 최신 Spring 소스를 참고하여 새로 구현필요
- BHiveLegacyExcelView() - Constructor for class blue.hive.spring.web.view.BHiveLegacyExcelView
-
- BHiveLocalDateTimeDeserialiser - Class in blue.hive.jackson.datatype.joda
-
Ablecoms Joda LocalDateTime Deserializer
http://wiki.fasterxml.com/JacksonFAQDateHandling
http://www.baeldung.com/jackson-serialize-dates
https://raymondhlee.wordpress.com/2015/01/24/custom-json-serializer-and-deserializer-for-joda-datetime-objects/
https://dzone.com/articles/how-serialize-javautildate
http://stackoverflow.com/questions/3269459/how-to-serialize-joda-datetime-with-jackson-json-processer
- BHiveLocalDateTimeDeserialiser() - Constructor for class blue.hive.jackson.datatype.joda.BHiveLocalDateTimeDeserialiser
-
- BHiveLoggingClientHttpRequestInterceptor - Class in blue.hive.spring.client
-
Request Interceptor for logging (request info)
- BHiveLoggingClientHttpRequestInterceptor() - Constructor for class blue.hive.spring.client.BHiveLoggingClientHttpRequestInterceptor
-
- BHiveLoginUrlAuthenticationEntryPoint - Class in blue.hive.security.web
-
LoginUrlAuthenticationEntryPoint의 동작 수정
RedirectStrategy를 EslAjaxRedirectStrategy 사용.
- BHiveLoginUrlAuthenticationEntryPoint(String) - Constructor for class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- BHiveLogMDCInsertingFilter - Class in blue.hive.servlet.filter
-
slf4j MDC로 주요 관심사를 처리할 수 있게 연동하는 Servlet Filter
client.accessIP: 요청 Client IP (X-FORWARDED-FOR 대응, Localhost IPv6대응)
client.accessIP.prefix: client.accessIP IPv4의 맨앞쪽 Segment (127.0.0.1 ≥ 127)
client.httpMethod: 요청 HTTP METHOD
- BHiveLogMDCInsertingFilter() - Constructor for class blue.hive.servlet.filter.BHiveLogMDCInsertingFilter
-
- BHiveLogUtil - Class in blue.hive.util
-
로그관련 유틸
SLF4J, Logback classic, 로깅 헬퍼
- BHiveLogUtil() - Constructor for class blue.hive.util.BHiveLogUtil
-
- BHiveMapHttpMessageConverter - Class in blue.hive.spring.http.converter
-
Spring의 기본 FormHttpMessageConverter 계열이 MultiValueMap<String, ?
- BHiveMapHttpMessageConverter() - Constructor for class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
- BHiveMaxLength - Annotation Type in blue.hive.validation.constraints
-
어노테이션된 문자열의 길이를 제한 (null or empty인 경우 검사안함)
- BHiveMaxLength.List - Annotation Type in blue.hive.validation.constraints
-
- BHiveMaxLengthValidatorForCharSequence - Class in blue.hive.validation.constraints.impl
-
BHiveMaxLength Validator
- BHiveMaxLengthValidatorForCharSequence() - Constructor for class blue.hive.validation.constraints.impl.BHiveMaxLengthValidatorForCharSequence
-
- BHiveMaxLengthValidatorForInteger - Class in blue.hive.validation.constraints.impl
-
BHiveMaxLength Validator
- BHiveMaxLengthValidatorForInteger() - Constructor for class blue.hive.validation.constraints.impl.BHiveMaxLengthValidatorForInteger
-
- BHiveMaxLengthValidatorForLong - Class in blue.hive.validation.constraints.impl
-
BHiveMaxLength Validator
- BHiveMaxLengthValidatorForLong() - Constructor for class blue.hive.validation.constraints.impl.BHiveMaxLengthValidatorForLong
-
- BHiveMyBatisProcedureJob - Class in blue.hive.spring.job
-
MyBatis의 프로시져를 주기적으로 호출하기 위한 Job
[실행방법]
특정 MyBatis 구문을 주기적으로 실행.
- BHiveMyBatisProcedureJob(String, String, TaskExecutor) - Constructor for class blue.hive.spring.job.BHiveMyBatisProcedureJob
-
생성자
- BHiveObjectError - Class in blue.hive.spring.validation
-
org.springframework.validation.ObjectError의 응답용 Wrapper DT
- BHiveObjectError() - Constructor for class blue.hive.spring.validation.BHiveObjectError
-
- BHiveObjectError(ObjectError) - Constructor for class blue.hive.spring.validation.BHiveObjectError
-
- BHiveObjectMapper - Class in blue.hive.jackson
-
공통 Jackson2 ObjectMapper
- JodaModule을 등록
- BHiveObjectMapper() - Constructor for class blue.hive.jackson.BHiveObjectMapper
-
- BHiveObjectMapper(ApplicationContext) - Constructor for class blue.hive.jackson.BHiveObjectMapper
-
- BHiveObjectMapper(String) - Constructor for class blue.hive.jackson.BHiveObjectMapper
-
- BHiveObjectMapper(ApplicationContext, String) - Constructor for class blue.hive.jackson.BHiveObjectMapper
-
- BHivePageImpl<T> - Class in blue.hive.spring.web.rest.jsonview
-
Page의 구현체인 PageImpl이
JsonView Annotaion을 처리할 수 없어서 옮겨 담기 위한 Page 구현체
- BHivePageImpl(Page<T>) - Constructor for class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- BHivePageImpl(List<T>, Pageable, long) - Constructor for class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- BHiveRedirectStrategy - Class in blue.hive.security.web
-
DefaultRedirectStrategy와 동일
요청이 Ajax인경우에는 REST 응답으로 Redirect 처리
- BHiveRedirectStrategy() - Constructor for class blue.hive.security.web.BHiveRedirectStrategy
-
- BHiveRefreshCheckable - Interface in blue.hive.spring.core.task
-
Refresh Check를 지원하는 Interface
- BHiveRefreshCheckTask - Class in blue.hive.spring.core.task
-
Refresh를 체크하는 Runnable.
- BHiveRefreshCheckTask(BHiveRefreshCheckable) - Constructor for class blue.hive.spring.core.task.BHiveRefreshCheckTask
-
생성자
- BHiveRepositoryLoggingAspect - Class in blue.hive.spring.web.log
-
Logging Aspect for every invokation annotated methods in @Repository annotated beans
- BHiveRepositoryLoggingAspect() - Constructor for class blue.hive.spring.web.log.BHiveRepositoryLoggingAspect
-
- BHiveResourceNotFoundException - Exception in blue.hive.exception
-
- BHiveResourceNotFoundException() - Constructor for exception blue.hive.exception.BHiveResourceNotFoundException
-
- BHiveResourceNotFoundException(String, Throwable) - Constructor for exception blue.hive.exception.BHiveResourceNotFoundException
-
- BHiveResourceNotFoundException(String) - Constructor for exception blue.hive.exception.BHiveResourceNotFoundException
-
- BHiveResourceNotFoundException(Throwable) - Constructor for exception blue.hive.exception.BHiveResourceNotFoundException
-
- BHiveResponseEntity<T> - Class in blue.hive.spring.web.rest
-
Framework REST 공통 메시지
- BHiveResponseEntity() - Constructor for class blue.hive.spring.web.rest.BHiveResponseEntity
-
성공 응답 생성
- BHiveResponseEntity(T) - Constructor for class blue.hive.spring.web.rest.BHiveResponseEntity
-
성공 응답 생성 with Body
- BHiveResponseEntity(String, String, BHiveResponseEntity.REST_CALLBACK_CMD, Object) - Constructor for class blue.hive.spring.web.rest.BHiveResponseEntity
-
응답 생성 with Status, Msg, cbCmd, cbParam
- BHiveResponseEntity(String, String, BHiveResponseEntity.REST_CALLBACK_CMD, Object, List<BHiveFieldError>) - Constructor for class blue.hive.spring.web.rest.BHiveResponseEntity
-
생성자
- BHiveResponseEntity(String, String, BHiveResponseEntity.REST_CALLBACK_CMD, Object, T, List<BHiveFieldError>) - Constructor for class blue.hive.spring.web.rest.BHiveResponseEntity
-
생성자
- BHiveResponseEntity.REST_CALLBACK_CMD - Enum in blue.hive.spring.web.rest
-
- BHiveResponseEntity.REST_RESPONSE_STATUS - Enum in blue.hive.spring.web.rest
-
- BHiveResponseEntityBuilder - Class in blue.hive.spring.web.rest
-
Framework REST 공통 메시지 Builder
- BHiveResponseEntityBuilder() - Constructor for class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- BHiveResponseEntityBuilder(String) - Constructor for class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- BHiveRestTemplate - Class in blue.hive.spring.client
-
HTTP API 연동을 위한 RestTemplate 확장
- BHiveRestTemplate() - Constructor for class blue.hive.spring.client.BHiveRestTemplate
-
- BHiveRestTemplate(ClientHttpRequestFactory) - Constructor for class blue.hive.spring.client.BHiveRestTemplate
-
- BHiveRestTemplate(List<HttpMessageConverter<?>>) - Constructor for class blue.hive.spring.client.BHiveRestTemplate
-
- BHiveRestTemplateBuilder - Class in blue.hive.spring.client
-
BHiveRestTemplate의 Builder
- BHiveRestTemplateBuilder() - Constructor for class blue.hive.spring.client.BHiveRestTemplateBuilder
-
- BHiveRuntimeException - Exception in blue.hive.exception
-
Framework Runtime Exception
- BHiveRuntimeException() - Constructor for exception blue.hive.exception.BHiveRuntimeException
-
- BHiveRuntimeException(String, Throwable) - Constructor for exception blue.hive.exception.BHiveRuntimeException
-
- BHiveRuntimeException(String) - Constructor for exception blue.hive.exception.BHiveRuntimeException
-
- BHiveRuntimeException(Throwable) - Constructor for exception blue.hive.exception.BHiveRuntimeException
-
- BHiveSecuredHttpMessageConverter<T> - Class in blue.hive.spring.http.converter
-
HttpMessageConverter에 암호화 기능을 추가하는 Generic Converter
- BHiveSecuredHttpMessageConverter(AES256Crypto, HttpMessageConverter<T>) - Constructor for class blue.hive.spring.http.converter.BHiveSecuredHttpMessageConverter
-
생성자
- BHiveSecuredRequestResponseBodyMethodProcessor - Class in blue.hive.spring.web.servlet.mvc.method.annotation
-
- BHiveSecuredRequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- BHiveSecuredRequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- BHiveSecuredRequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - Constructor for class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- BHiveServiceLoggingAspect - Class in blue.hive.spring.web.log
-
Logging Aspect for every invokation annotated methods in @Service annotated beans
- BHiveServiceLoggingAspect() - Constructor for class blue.hive.spring.web.log.BHiveServiceLoggingAspect
-
- BHiveSimpleMappingExceptionResolver - Class in blue.hive.spring.web.servlet.handler
-
SimpleMappingExceptionResolver의 확장 클래스
로깅 기능 추가
- BHiveSimpleMappingExceptionResolver() - Constructor for class blue.hive.spring.web.servlet.handler.BHiveSimpleMappingExceptionResolver
-
- BHiveSort - Class in blue.hive.spring.web.rest.jsonview
-
org.springframework.data.domain.Sort 와 내부의 Order 구현체가
JsonView Annotaion을 처리할 수 없어서 옮겨 담기 위한 Sort 구현체
- BHiveSort(List<Sort.Order>) - Constructor for class blue.hive.spring.web.rest.jsonview.BHiveSort
-
- BHiveSort.AbleOrder - Class in blue.hive.spring.web.rest.jsonview
-
- BHiveSqlSessionDaoSupport - Class in blue.hive.mybatis.support
-
SqlSessionDaoSupport를 참조하여 sqlSession이 Autowired되게 만든 기본 DAO 클래스
DAO 작성시 MyBatis 관련 공통기능 자동 제공
- BHiveSqlSessionDaoSupport() - Constructor for class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
- BHiveStringToJodaDateTimeConverter - Class in blue.hive.spring.core.convert
-
문자열과 Joda DateTime형의 변환
여러 DateTime형의 문자열을 DateTime으로 변환
- BHiveStringToJodaDateTimeConverter() - Constructor for class blue.hive.spring.core.convert.BHiveStringToJodaDateTimeConverter
-
- BHiveStringToJodaLocalDateTimeConverter - Class in blue.hive.spring.core.convert
-
문자열과 Joda DateTime형의 변환
여러 DateTime형의 문자열을 DateTime으로 변환
- BHiveStringToJodaLocalDateTimeConverter() - Constructor for class blue.hive.spring.core.convert.BHiveStringToJodaLocalDateTimeConverter
-
- BHiveStringUtil - Class in blue.hive.util
-
String 관련 유틸
- BHiveStringUtil() - Constructor for class blue.hive.util.BHiveStringUtil
-
- BHiveTeeHttpInputMessage - Class in blue.hive.spring.http
-
HttpInputMessage을 Tee처리하여 입력내용을
내부 ByteArray에 저장하여 출력등에 사용할 수 있는 유틸 클래스
- BHiveTeeHttpInputMessage(HttpInputMessage) - Constructor for class blue.hive.spring.http.BHiveTeeHttpInputMessage
-
- BHiveTeeHttpMessageConverter<T> - Class in blue.hive.spring.http.converter
-
HttpMessageConverter를 래핑하여 입출력 내용을 Tee하여 로깅하는 클래스
- BHiveTeeHttpMessageConverter(HttpMessageConverter<T>) - Constructor for class blue.hive.spring.http.converter.BHiveTeeHttpMessageConverter
-
- BHiveTeeHttpOutputMessage - Class in blue.hive.spring.http
-
HttpOutputMessage을 Tee처리하여 출력내용을
내부 ByteArray에 저장하여 출력등에 사용할 수 있는 유틸 클래스
- BHiveTeeHttpOutputMessage(HttpOutputMessage) - Constructor for class blue.hive.spring.http.BHiveTeeHttpOutputMessage
-
- BHiveTeeHttpServletResponse - Class in blue.hive.servlet.filter.wrap
-
Ablecoms TeeHttpServletResponse.
- BHiveTeeHttpServletResponse(HttpServletResponse) - Constructor for class blue.hive.servlet.filter.wrap.BHiveTeeHttpServletResponse
-
- BHiveTeeInputStreamWrapper - Class in blue.hive.io
-
TeeInputStream을 이용하여 InputStream의 읽은 내용을 Tee처리하는 Wrapper
- BHiveTeeInputStreamWrapper(InputStream) - Constructor for class blue.hive.io.BHiveTeeInputStreamWrapper
-
- BHiveTeeOutputStreamWrapper - Class in blue.hive.io
-
TeeOutputStream을 이용하여 OutputStream의 쓴 내용을 Tee처리하는 Wrapper
- BHiveTeeOutputStreamWrapper(OutputStream) - Constructor for class blue.hive.io.BHiveTeeOutputStreamWrapper
-
- BHiveTeeServletOutputStream - Class in blue.hive.servlet.filter.wrap
-
Ablecoms TeeServletOutputStream.
- BHiveUtil - Class in blue.hive.util
-
Common Helper Class
주요 오픈소스의 Helper에서 제공되지 않는 일반적인 공통 함수 모음
- BHiveUtil() - Constructor for class blue.hive.util.BHiveUtil
-
- BHiveValidationException - Exception in blue.hive.exception
-
ablecoms framework validation exception
BindingResult Error로 예외 발생을 위한 클래스
- BHiveValidationException(Errors) - Constructor for exception blue.hive.exception.BHiveValidationException
-
- BHiveValidationException(String) - Constructor for exception blue.hive.exception.BHiveValidationException
-
- BHiveValidationException(String, Errors) - Constructor for exception blue.hive.exception.BHiveValidationException
-
- BHiveValueEnum<T> - Interface in blue.hive.type
-
내부값을 가지는 Labeled Enum이 지원할 기본 인터페이스
- BHiveView - Class in blue.hive.spring.web.rest
-
사이트 전체 공용 기본 JsonView
추가적인 Json Serialization View를 만들려면 내려주려는 DT에 직접 View interface를 선언.
- BHiveView() - Constructor for class blue.hive.spring.web.rest.BHiveView
-
- BHiveView.BaseAction - Interface in blue.hive.spring.web.rest
-
최상위 기본 공통 요청
- BHiveView.BaseView - Interface in blue.hive.spring.web.rest
-
최상위 JsonView (REST 공통 전문 필드들에 사용) - 다른 JsonView들을 이 View를 extend하여 구현 필요
- BHiveVOUtil - Class in blue.hive.util
-
VO관련 Util 클래스
- BHiveVOUtil() - Constructor for class blue.hive.util.BHiveVOUtil
-
- BHiveXmlMapper - Class in blue.hive.jackson
-
Jackson2의 ObjectMapper
스프링에서는 ObjectMapper를 Jackson2ObjectMapperBuilder등을 통해 설정해서 받을 수 있지만,
그냥 Pojo에서 사용시에도 같은 설정을 받기 위해 ObjectMapper 내부에 설정을 적용
- BHiveXmlMapper() - Constructor for class blue.hive.jackson.BHiveXmlMapper
-
- BHiveXmlMapper(ApplicationContext) - Constructor for class blue.hive.jackson.BHiveXmlMapper
-
- BHiveXmlMapper(String) - Constructor for class blue.hive.jackson.BHiveXmlMapper
-
- BHiveXmlMapper(ApplicationContext, String) - Constructor for class blue.hive.jackson.BHiveXmlMapper
-
- blue.hive.annotation - package blue.hive.annotation
-
- blue.hive.constant - package blue.hive.constant
-
- blue.hive.crypto - package blue.hive.crypto
-
- blue.hive.exception - package blue.hive.exception
-
- blue.hive.fileio.filter - package blue.hive.fileio.filter
-
- blue.hive.io - package blue.hive.io
-
- blue.hive.jackson - package blue.hive.jackson
-
- blue.hive.jackson.databind - package blue.hive.jackson.databind
-
- blue.hive.jackson.datatype.joda - package blue.hive.jackson.datatype.joda
-
- blue.hive.mybatis.plugin - package blue.hive.mybatis.plugin
-
- blue.hive.mybatis.support - package blue.hive.mybatis.support
-
- blue.hive.mybatis.typehandler - package blue.hive.mybatis.typehandler
-
- blue.hive.security.authentication - package blue.hive.security.authentication
-
- blue.hive.security.mysql - package blue.hive.security.mysql
-
- blue.hive.security.web - package blue.hive.security.web
-
- blue.hive.servlet.filter - package blue.hive.servlet.filter
-
- blue.hive.servlet.filter.wrap - package blue.hive.servlet.filter.wrap
-
- blue.hive.spring.client - package blue.hive.spring.client
-
- blue.hive.spring.context - package blue.hive.spring.context
-
- blue.hive.spring.core.convert - package blue.hive.spring.core.convert
-
- blue.hive.spring.core.task - package blue.hive.spring.core.task
-
- blue.hive.spring.http - package blue.hive.spring.http
-
- blue.hive.spring.http.converter - package blue.hive.spring.http.converter
-
- blue.hive.spring.job - package blue.hive.spring.job
-
- blue.hive.spring.validation - package blue.hive.spring.validation
-
- blue.hive.spring.web.bind.annotation - package blue.hive.spring.web.bind.annotation
-
- blue.hive.spring.web.log - package blue.hive.spring.web.log
-
- blue.hive.spring.web.multipart - package blue.hive.spring.web.multipart
-
- blue.hive.spring.web.rest - package blue.hive.spring.web.rest
-
- blue.hive.spring.web.rest.jsonview - package blue.hive.spring.web.rest.jsonview
-
- blue.hive.spring.web.servlet.handler - package blue.hive.spring.web.servlet.handler
-
- blue.hive.spring.web.servlet.mvc.method.annotation - package blue.hive.spring.web.servlet.mvc.method.annotation
-
- blue.hive.spring.web.view - package blue.hive.spring.web.view
-
- blue.hive.type - package blue.hive.type
-
- blue.hive.util - package blue.hive.util
-
- blue.hive.util.anyframe - package blue.hive.util.anyframe
-
- blue.hive.validation.constraints - package blue.hive.validation.constraints
-
- blue.hive.validation.constraints.impl - package blue.hive.validation.constraints.impl
-
- blue.hive.vo - package blue.hive.vo
-
- body - Variable in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- body - Variable in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- body(T) - Method in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- BooleanYNTypeHandler - Class in blue.hive.mybatis.typehandler
-
MyBatis Type Handler
Java boolean - DB Y/N
[설정방법]
sqlSessionFactory 빈에 typeHandlersPackage 프라퍼티등으로 설정
- BooleanYNTypeHandler() - Constructor for class blue.hive.mybatis.typehandler.BooleanYNTypeHandler
-
- build() - Method in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- buildCsvDocument(Map<String, Object>, ICsvBeanWriter, HttpServletRequest, HttpServletResponse) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
CSV 생성.
- buildErrorMessage(Errors, MessageSource, String) - Static method in class blue.hive.util.BHiveUtil
-
에러 메시지 획득
- buildExcelDocument(HSSFWorkbook, HttpServletRequest, HttpServletResponse) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
엑셀 생성 (MAIN Start Method)
- buildExcelDocument(Map<String, Object>, HSSFWorkbook, HttpServletRequest, HttpServletResponse) - Method in class blue.hive.spring.web.view.BHiveExcelView
-
- buildExcelDocument(Map<String, Object>, HSSFWorkbook, HttpServletRequest, HttpServletResponse) - Method in class blue.hive.spring.web.view.BHiveLegacyExcelView
-
- buildFormApiTemplate() - Static method in class blue.hive.spring.client.BHiveRestTemplateBuilder
-
BHiveRestTemplate를 생성 (FORM API방식, 암호화 미적용) - POST(application/x-www-form-urlencoded)
- buildFrom(Sort) - Static method in class blue.hive.spring.web.rest.jsonview.BHiveSort
-
- buildFrom(Map<? extends String, ? extends Object>) - Static method in class blue.hive.vo.SearchMap
-
- buildFrom(ServletRequest) - Static method in class blue.hive.vo.SearchMap
-
- buildHttpsRedirectUrlForRequest(HttpServletRequest) - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
Builds a URL to redirect the supplied request to HTTPS.
- buildRedirectUrlToLoginPage(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- buildRestApiTemplate() - Static method in class blue.hive.spring.client.BHiveRestTemplateBuilder
-
BHiveRestTemplate를 생성 (REST API방식, 암호화 미적용) - POST(application/json)
- buildSecureRestApiTemplate(String) - Static method in class blue.hive.spring.client.BHiveRestTemplateBuilder
-
BHiveRestTemplate를 생성 (REST API방식, 암호화 적용, 파라미터에 따라 실서버용/개발용 암호화키 사용) - POST(application/json)
- callback(BHiveResponseEntity.REST_CALLBACK_CMD, String) - Method in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- canRead(Class<?>, MediaType) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class blue.hive.spring.http.converter.BHiveSecuredHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class blue.hive.spring.http.converter.BHiveTeeHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class blue.hive.spring.http.converter.BHiveSecuredHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class blue.hive.spring.http.converter.BHiveTeeHttpMessageConverter
-
- cbCmd - Variable in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- cbCmd - Variable in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- cbParam - Variable in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- cbParam - Variable in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- checkDaoConfig() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Abstract subclasses can override this to check their configuration.
- checkDataItemTypeWithMetadataClass() - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
오류발생시 Metadata의 클래스 호환성 확인
- checkTargetBean - Variable in class blue.hive.spring.core.task.BHiveRefreshCheckTask
-
refresh를 체크할 객체
- children - Variable in class blue.hive.fileio.filter.FailFastFileFilter
-
- cleanupMultipart(MultipartHttpServletRequest) - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
Cleanup any resources used for the multipart handling,
like a storage for the uploaded files.
- clearCache() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Clears local session cache
- close() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Closes the session
- close() - Method in class blue.hive.servlet.filter.wrap.BHiveTeeServletOutputStream
-
- code - Variable in class blue.hive.spring.validation.BHiveObjectError
-
- collectionToCommaDelimitedString(Collection<String>) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- collectionToDelimitedString(Collection<String>) - Static method in class blue.hive.util.anyframe.StringUtil
-
Joins the elements of the provided collection into a single String
containing the provided list of elements with comma delimeter.
- collectionToDelimitedString(Collection<String>, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Joins the elements of the provided collection into a single String
containing the provided list of elements with delimeter.
- columnAlignMap - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
Excel 출력 컬럼 정렬 Map
- columnOrderMap - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
Excel 출력 컬럼 순서 Map.
- commaDelimitedStringToSet(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts a single String with comma delimiter to Set of String.
- commaDelimitedStringToStringArray(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
Performs the redirect (or forward) to the login form URL.
- commit() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Flushes batch statements and commits database connection.
- commit(boolean) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Flushes batch statements and commits database connection.
- compareTo(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Compare two words in lexicographical order. if the input string or string
to compare with is null, return -1.
- compareToIgnoreCase(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Compare two words in lexicographical order. if the input string or string
to compare with is null, return -1.
- containsAny(String, char[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
Checks that the String contains certain characters.
- containsAny(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Checks that the String contains certain characters.
- containsInvalidChars(String, char[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
- containsInvalidChars(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- containsMaxOccurences(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
It returns true if string contains a sequence of the same character.
- containsMaxSequence(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- controller() - Method in class blue.hive.spring.web.log.BHiveControllerLoggingAspect
-
- convert(String) - Method in class blue.hive.spring.core.convert.BHiveStringToJodaDateTimeConverter
-
- convert(String) - Method in class blue.hive.spring.core.convert.BHiveStringToJodaLocalDateTimeConverter
-
- convertLocalDateTimeToString(LocalDateTime) - Static method in class blue.hive.util.BHiveDateUtil
-
LocalDateTime을 yyyy-MM-dd HH:mm:ss 포맷의 문자열로 반환
- convertLocalDateTimeToString(LocalDateTime, String) - Static method in class blue.hive.util.BHiveDateUtil
-
LocalDateTime을 포맷의 문자열로 반환
- convertStringCharset(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts this String into a sequence of bytes using the named charset,
storing the result into a new String
- convertToCamelCase(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Convert a string that may contain underscores to camel case.
- convertToCamelCase(String, char) - Static method in class blue.hive.util.anyframe.StringUtil
-
Convert a camel case string to underscore representation.
- convertToCodeKeyString(Class<E>, T) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 value 값을 얻는다
(예: [MyEnum.Blue:1, MyEnum.Red:2]일때: 2, "2", "Red" > "Red" 반환)
- convertToCodeValue(Class<E>, T) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 value 값을 얻는다
(예: [MyEnum.Blue:1, MyEnum.Red:2]일때: 2, "2", "Red" > "2" 반환)
- convertToEnumKeyStrings(Iterable<? extends E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum, FmsEnum의 값문자열 목록을 얻어온다.
- convertToEnumKeyStringValueMap(Iterable<? extends E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열-값 Map을 얻는다.
- convertToEnumKeyStringValueStringMap(Iterable<? extends E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열-값 Map을 얻는다.
- convertToEnumKeyValueEntrySet(Iterable<? extends E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열-값문자열 keyValue EntrySet Array을 얻는다.
- convertToEnumKeyValueMap(Iterable<? extends E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키-값 Map을 얻는다.
- convertToEnumValues(Iterable<? extends E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum, FmsEnum의 값 목록을 얻어온다.
- convertToEnumValueStrings(Iterable<? extends E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum, FmsEnum의 값문자열 목록을 얻어온다.
- convertToMultiValueMap(Map<String, ?>) - Static method in class blue.hive.util.BHiveConvertUtil
-
일반 Map을 RestTemplate의 FormHttpMessageConverter가 변환할 수 있는 MultiValueMap으로 변환
- convertToString(byte[]) - Static method in class blue.hive.util.BHiveConvertUtil
-
버퍼를 UTF-8 문자열로 변환 (Trim처리)
- convertToUnderScore(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Convert a camel case string to underscore representation.
- countMatches(String, char[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
For given string, return number that includes related characters.
- countMatches(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
For the given string, return the number that includes the related string.
- countMatchesIgnoreCase(String, char[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
For given string regardless of upper case or lower case letters, return
number that includes related characters.
- countMatchesIgnoreCase(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
For the given string, return the number that includes related string,
regardless of upper case or lower case letters.
- countPattern(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- createCustomCellStyle(short, HorizontalAlignment, VerticalAlignment, HSSFFont) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
출력용 CellStyle 생성 (폰트 적용)
- createCustomCellStyle(short, HorizontalAlignment, VerticalAlignment, short, short, boolean, byte) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
출력용 CellStyle 생성 (폰트 속성 적용)
- createCustomCellStyle(short, HorizontalAlignment, VerticalAlignment) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
출력용 CellStyle 생성
- createDataCellStyle(HorizontalAlignment) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
Data 출력용 Style
- createHeaderCellStyle() - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
헤더 출력용 Style
- createMessage(HttpServletRequest, HttpServletResponse, String, String) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- createOutputMessage(NativeWebRequest) - Method in class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- createSubTitleCellStyle() - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
부제목 출력용 Style
- createTitleCellStyle() - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
제목 출력용 Style
- createTitleCellStyle(short, short, byte, boolean) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
- createTitleCellStyle(short, boolean) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
- csvWriter - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
CSV Writer
- dataList - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
출력할 데이터셋
- decode(String, String, String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Compare the first and second string.
- decode(byte[], String) - Static method in class blue.hive.util.BHiveCryptoUtil
-
- decodeBase64(String) - Static method in class blue.hive.util.anyframe.DigestUtil
-
Decode a string using Base64 encoding.
- decodeCharset(String, String) - Static method in class blue.hive.util.anyframe.DigestUtil
-
- decryptBase64String(String) - Method in class blue.hive.crypto.AES256Crypto
-
주어진 암호화된 바이트배열을 Base64Encoding된 문자열을 Base64Decoding과 복호화하여 기본(UTF-8)인코딩 문자열로 획득
- decryptBase64String(String, Charset) - Method in class blue.hive.crypto.AES256Crypto
-
주어진 암호화된 바이트배열을 Base64Encoding된 문자열을 Base64Decoding과 복호화하여 charset 인코딩 문자열로 획득
- decryptBytes(byte[]) - Method in class blue.hive.crypto.AES256Crypto
-
주어진 암호화된 바이트배열을 복호화하여 기본(UTF-8)인코딩의 문자열로 획득
- decryptBytes(byte[], Charset) - Method in class blue.hive.crypto.AES256Crypto
-
주어진 암호화된 바이트배열을 복호화하여 주어진 인코딩의 문자열로 획득
- DEFAULT_CHARSET - Static variable in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
- DEFAULT_EMPTY_STRING - Static variable in class blue.hive.util.anyframe.StringUtil
-
- delete(String) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Execute a delete statement.
- delete(String, Object) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Execute a delete statement.
- deleteAny(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
For input strings, remove all strings to be deleted.
- deleteAny(String, char[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
Removes all occurrences of given chars from within the source string.
- deleteAny(String, char) - Static method in class blue.hive.util.anyframe.StringUtil
-
Removes all occurrences of a character from within the source string. ex)
deleteAny("ABBBBBC", 'B') ≥ "AC"
- deleteChars(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- deleteFirstMatches(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
For input strings, remove matched strings to be deleted.
- deleteMatches(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
For input strings, remove matched strings to be deleted.
- deletePattern(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- delimitedStringToStringArray(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- deserialize(JsonParser, DeserializationContext) - Method in class blue.hive.jackson.datatype.joda.BHiveLocalDateTimeDeserialiser
-
- destroy() - Method in class blue.hive.servlet.filter.BHiveJSPRequestLoggingFilter
-
- destroy() - Method in class blue.hive.servlet.filter.BHiveLogMDCInsertingFilter
-
- determineUrlToUseForThisRequest(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
Allows subclasses to modify the login form URL that should be applicable for a given request.
- diffDate(LocalDateTime, LocalDateTime) - Static method in class blue.hive.util.BHiveDateUtil
-
두 날짜 사이 차이
- DigestUtil - Class in blue.hive.util.anyframe
-
Digest Utility Class
Based on string-specific character set or base64, provide functions such as
encode/decode function and string convert function by using digest algorithm
of MD5 or SHA.
- Display - Annotation Type in blue.hive.annotation
-
특정 속성에 대한 필드명 Annotation
- doAfterPropertiesSet() - Method in class blue.hive.security.authentication.BHiveDaoAuthenticationProvider
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class blue.hive.servlet.filter.BHiveJSPRequestLoggingFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class blue.hive.servlet.filter.BHiveLogMDCInsertingFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class blue.hive.servlet.filter.BHiveCORSFilter
-
- doIntervalProcess() - Method in interface blue.hive.spring.core.task.BHiveIntervalCallable
-
Interval 로직 처리
- doIntervalProcess() - Method in interface blue.hive.spring.core.task.BHiveJobCallable
-
Interval 로직 처리
- doIntervalProcess() - Method in class blue.hive.spring.job.BHiveBatchBeanJob
-
주기적으로 배치 Bean의 Job을 실행
- doIntervalProcess() - Method in class blue.hive.spring.job.BHiveMyBatisProcedureJob
-
설정된 MyBatis statement를 실행
- generateMultipartBoundary() - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
Generate a multipart boundary.
- get(Object) - Method in class blue.hive.vo.SearchMap
-
- getActiveProfiles() - Static method in class blue.hive.util.BHiveUtil
-
Spring Active Profiles 획득
- getActiveServerProfile() - Static method in class blue.hive.util.BHiveUtil
-
Spring Active Profiles 획득 - 서버환경: local, dev, stage, real 중의 한개 값
- getAntPatterns() - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- getAppenders(boolean) - Static method in class blue.hive.util.BHiveLogUtil
-
전체 Appender 목록 획득
- getApplicationContext() - Static method in class blue.hive.spring.context.ApplicationContextHolder
-
- getBody() - Method in class blue.hive.spring.http.BHiveHttpInputMessage
-
- getBody() - Method in class blue.hive.spring.http.BHiveHttpOutputMessage
-
- getBody() - Method in class blue.hive.spring.http.BHiveTeeHttpInputMessage
-
- getBody() - Method in class blue.hive.spring.http.BHiveTeeHttpOutputMessage
-
- getBody() - Method in class blue.hive.spring.http.converter.MultipartHttpOutputMessage
-
- getBody() - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- getByteLength(char) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return byte length for each letter of related character
- getByteLength(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return total length of related string calculated in byte unit.
- getCbCmd() - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- getCbParam() - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- getClientIP(HttpServletRequest) - Static method in class blue.hive.util.BHiveHostingUtil
-
Client의 IP를 출력
- getCode() - Method in class blue.hive.spring.validation.BHiveObjectError
-
- getConfiguration() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieves current configuration
- getConnection() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieves inner database connection
- getConsoleAppenders(boolean) - Static method in class blue.hive.util.BHiveLogUtil
-
전체 Appender 목록 획득
- getContainsCount(String, char[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- getContainsCount(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- getContainsCountIgnoreCase(String, char[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
- getContainsCountIgnoreCase(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- getContent() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- getCrypto() - Static method in class blue.hive.crypto.AES256CryptoHolder
-
- getCurrentMethodName() - Static method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieves current method name
- getCurrentMethodName() - Static method in class blue.hive.util.BHiveUtil
-
현재메소드명 획득
- getCutString(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
- getDecryptChiper() - Method in class blue.hive.crypto.AES256Crypto
-
- getDecryptChiperInputStream(InputStream) - Method in class blue.hive.crypto.AES256Crypto
-
주어진 InputStream을 복호화하는 InputStream 생성 (Base64Decoding 적용)
- getDecryptChiperInputStream(InputStream, boolean) - Method in class blue.hive.crypto.AES256Crypto
-
주어진 InputStream을 복호화하는 InputStream 생성 (Base64Decoding 옵션)
- getDirection() - Method in class blue.hive.spring.web.rest.jsonview.BHiveSort.AbleOrder
-
- getDisplayName(Class<?>, String) - Static method in class blue.hive.util.BHiveVOUtil
-
Display Annotation의 name 속성으로 필드명을 획득 (기본로케일)
- getDisplayName(Class<?>, String, MessageSource, String, Locale) - Static method in class blue.hive.util.BHiveVOUtil
-
Display Annotation의 name 속성으로 필드명을 획득
- getDisplayNameMap(Class<?>) - Static method in class blue.hive.util.BHiveVOUtil
-
Display Annotation의 name 속성으로 필드-필드명 맵을 획득 (기본로케일)
- getDisplayNameMap(Class<?>, MessageSource, String, Locale) - Static method in class blue.hive.util.BHiveVOUtil
-
Display Annotation의 name 속성으로 필드-필드명 맵을 획득
- getDisplayOrderMap(Class<?>) - Static method in class blue.hive.util.BHiveVOUtil
-
Display Annotation의 order 속성으로 정렬된 필드-순서 맵을 획득
- getEncryptChiper() - Method in class blue.hive.crypto.AES256Crypto
-
- getEncryptChiperOutputStream(OutputStream) - Method in class blue.hive.crypto.AES256Crypto
-
주어진 OutputStream을 암호화하는 OutputStream을 생성 (Base64Encoding 적용)
- getEncryptChiperOutputStream(OutputStream, boolean) - Method in class blue.hive.crypto.AES256Crypto
-
주어진 OutputStream을 암호화하는 OutputStream을 생성 (Base64Encoding 옵션 적용)
- getEnumKeys(Class<E>) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키 목록을 얻어온다.
- getEnumKeys(Class<E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키 목록을 얻어온다.
- getEnumKeyStrings(Class<E>) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열 목록을 얻어온다.
- getEnumKeyStrings(Class<E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열 목록을 얻어온다.
- getEnumKeyStringValueMap(Class<E>) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열-값 Map을 얻는다.
- getEnumKeyStringValueMap(Class<E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열-값 Map을 얻는다.
- getEnumKeyStringValueStringMap(Class<E>) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열-값문자열 Map을 얻는다.
- getEnumKeyStringValueStringMap(Class<E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열-값 Map을 얻는다.
- getEnumKeyValueEntrySet(Class<E>) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 keyValue EntrySet Array을 얻는다.
- getEnumKeyValueEntrySet(Class<E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키문자열-값문자열 keyValue EntrySet Array을 얻는다.
- getEnumKeyValueMap(Class<E>) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키-값 Map을 얻는다.
- getEnumKeyValueMap(Class<E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum의 키-값 Map을 얻는다.
- getEnumValues(Class<E>) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum, FmsEnum의 값 목록을 얻어온다.
- getEnumValues(Class<E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum, FmsEnum의 값 목록을 얻어온다.
- getEnumValueStrings(Class<E>) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum, FmsEnum의 값문자열 목록을 얻어온다.
- getEnumValueStrings(Class<E>, Boolean) - Static method in class blue.hive.util.BHiveEnumUtil
-
Enum, FmsEnum의 값문자열 목록을 얻어온다.
- getErrors() - Method in exception blue.hive.exception.BHiveValidationException
-
- getExcelColumnAnnotation(Class<?>, PropertyDescriptor) - Static method in class blue.hive.util.BHiveVOUtil
-
VO클래스에서 PropertyDescriptor의 Name과 같은 Field나 getter의 ExcelColumn Annotaion 획득
- getExcelColumnAnnotationMap(Class<?>) - Static method in class blue.hive.util.BHiveVOUtil
-
ExcelColumn Annotation의 필드-Annotation 맵을 획득
- getExcelColumnGroupNameMap(Class<?>) - Static method in class blue.hive.util.BHiveVOUtil
-
ExcelColumn Annotation의 groupname 속성으로 필드-필드그룹명 맵을 획득 (기본로케일)
- getExcelColumnGroupNameMap(Class<?>, MessageSource, String, Locale) - Static method in class blue.hive.util.BHiveVOUtil
-
ExcelColumn Annotation의 groupname 속성으로 필드-필드그룹명 맵을 획득
- getExcelColumnNameMap(Class<?>) - Static method in class blue.hive.util.BHiveVOUtil
-
ExcelColumn Annotation의 name 속성으로 필드-필드명 맵을 획득 (기본로케일)
- getExcelColumnNameMap(Class<?>, MessageSource, String, Locale) - Static method in class blue.hive.util.BHiveVOUtil
-
ExcelColumn Annotation의 name 속성으로 필드-필드명 맵을 획득
- getExcelColumnOrderMap(Class<?>) - Static method in class blue.hive.util.BHiveVOUtil
-
ExcelColumn Annotation의 order 속성으로 정렬된 필드-순서 맵을 획득
- getExcludePatterns() - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
Multipart 처리에서 제외할 패턴 목록
- getField() - Method in class blue.hive.spring.validation.BHiveFieldError
-
- getFieldError() - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- getFieldName() - Method in class blue.hive.spring.validation.BHiveFieldError
-
- getFilename(Object) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
Return the filename of the given multipart part.
- getHeaders() - Method in class blue.hive.spring.http.BHiveHttpInputMessage
-
- getHeaders() - Method in class blue.hive.spring.http.BHiveHttpOutputMessage
-
- getHeaders() - Method in class blue.hive.spring.http.BHiveTeeHttpInputMessage
-
- getHeaders() - Method in class blue.hive.spring.http.BHiveTeeHttpOutputMessage
-
- getHeaders() - Method in class blue.hive.spring.http.converter.MultipartHttpOutputMessage
-
- getHttpEntity(Object) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
Return an HttpEntity for the given part Object.
- getInputStream() - Method in class blue.hive.io.BHiveTeeInputStreamWrapper
-
- getLastString(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Break a string into specific tokens and return a String of last location.
- getLength(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return length of related string.
- getLoggableRequestMap(ServletRequest) - Static method in class blue.hive.servlet.filter.BHiveJSPRequestLoggingFilter
-
요청객체의 파라미터를 로깅이 가능하도록 Map<String, String> 형태로 반환
request.getParameterMap()은 Map<String, String[]>인데 Map<String, String>으로 로깅이 가능하게 변환하여 반환
- getLoggableRequestMap(ServletRequest) - Static method in class blue.hive.util.BHiveLogUtil
-
요청객체의 파라미터를 로깅이 가능하도록 Map<String, String> 형태로 반환
request.getParameterMap()은 Map<String, String[]>인데 Map<String, String>으로 로깅이 가능하게 변환하여 반환
- getLoginFormUrl() - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- getMapper(Class<T>) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieves a mapper.
- getMergeMode() - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
- getMessage() - Method in class blue.hive.spring.validation.BHiveObjectError
-
- getMessageOfException(Throwable, boolean, boolean) - Static method in class blue.hive.util.BHiveUtil
-
예외 메시지를 획득 (옵션에 따라 Throwable의 Cause의 메시지도 포함)
- getModelAndView(String, Exception, HttpServletRequest) - Method in class blue.hive.spring.web.servlet.handler.BHiveSimpleMappingExceptionResolver
-
- getMsg() - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- getMultipartResolver() - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
위임할 원본 Multipart Resolver
- getNullableResult(ResultSet, String) - Method in class blue.hive.mybatis.typehandler.BHiveEnumTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class blue.hive.mybatis.typehandler.BHiveEnumTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class blue.hive.mybatis.typehandler.BHiveEnumTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class blue.hive.mybatis.typehandler.BooleanYNTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class blue.hive.mybatis.typehandler.BooleanYNTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class blue.hive.mybatis.typehandler.BooleanYNTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class blue.hive.mybatis.typehandler.JodaLocalDateTimeTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class blue.hive.mybatis.typehandler.JodaLocalDateTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class blue.hive.mybatis.typehandler.JodaLocalDateTimeTypeHandler
-
- getNullHandling() - Method in class blue.hive.spring.web.rest.jsonview.BHiveSort.AbleOrder
-
- getNumber() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- getNumberOfElements() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- getObjectName() - Method in class blue.hive.spring.validation.BHiveObjectError
-
- getOutputBuffer() - Method in class blue.hive.servlet.filter.wrap.BHiveTeeHttpServletResponse
-
Tee로 저장된 내용을 획득
- getOutputStream() - Method in class blue.hive.io.BHiveTeeOutputStreamWrapper
-
- getOutputStream() - Method in class blue.hive.servlet.filter.wrap.BHiveTeeHttpServletResponse
-
- getPasswordEncoder() - Method in class blue.hive.security.authentication.BHiveDaoAuthenticationProvider
-
- getPathMatcher() - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
제외할 요청 경로 검사기 (기본값: AntPathMatcher)
- getPortMapper() - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- getPortResolver() - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- getProperty() - Method in class blue.hive.spring.web.rest.jsonview.BHiveSort.AbleOrder
-
- getRandomString(int) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return a specific length of random string.
- getRandomString(int, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return random string between minimum and maximum digits.
- getRandomString(int, char, char) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return random string of a defined length between specific alphabet
character.
- getRandomStringByCharset(int, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return a specific length of given character set string.
- getRandomStringByKorean(int) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return a specific length of random string in Korean characters (UTF-8
only).
- getRejectedValue() - Method in class blue.hive.spring.validation.BHiveFieldError
-
- getSecretKey() - Method in class blue.hive.crypto.AES256Crypto
-
- getSecretKey() - Method in class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- getSheetName() - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
- getSize() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- getSort() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- getSqlSession() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Users should use this method to get a SqlSession to call its statement
methods This is SqlSession is managed by spring.
- getStackTraceMethodName(int) - Static method in class blue.hive.util.BHiveUtil
-
현재메소드명 또는 호출자의 메소드명을 획득
- getStatus() - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- getStringArray(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- getSupportedMediaTypes() - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
- getSupportedMediaTypes() - Method in class blue.hive.spring.http.converter.BHiveSecuredHttpMessageConverter
-
- getSupportedMediaTypes() - Method in class blue.hive.spring.http.converter.BHiveTeeHttpMessageConverter
-
- getTeeInputBytes() - Method in class blue.hive.io.BHiveTeeInputStreamWrapper
-
- getTeeInputBytes() - Method in class blue.hive.spring.http.BHiveTeeHttpInputMessage
-
- getTeeInputString() - Method in class blue.hive.io.BHiveTeeInputStreamWrapper
-
- getTeeInputString() - Method in class blue.hive.spring.http.BHiveTeeHttpInputMessage
-
- getTeeOutputBytes() - Method in class blue.hive.io.BHiveTeeOutputStreamWrapper
-
- getTeeOutputBytes() - Method in class blue.hive.spring.http.BHiveTeeHttpOutputMessage
-
- getTeeOutputString() - Method in class blue.hive.io.BHiveTeeOutputStreamWrapper
-
- getTeeOutputString() - Method in class blue.hive.servlet.filter.wrap.BHiveTeeHttpServletResponse
-
Tee로 저장된 byte[]를 UTF-8 문자열로 획득 (Trim처리)
- getTeeOutputString() - Method in class blue.hive.spring.http.BHiveTeeHttpOutputMessage
-
- getTitle() - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
- getTokens(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return token list which is separated by ","
- getTokens(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Return token list which is separated by input delimiter
- getTotalElements() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- getTotalPages() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- getUserDetailsService() - Method in class blue.hive.security.authentication.BHiveDaoAuthenticationProvider
-
- getValue() - Method in interface blue.hive.type.BHiveValueEnum
-
- getVerboseMsg() - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- getWasContainerName() - Static method in class blue.hive.util.BHiveHostingUtil
-
실행중인 WAS의 Container명을 획득
- getWriter() - Method in class blue.hive.servlet.filter.wrap.BHiveTeeHttpServletResponse
-
- groupHeaderMap - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
Excel 출력 그룹 헤더 맵 (국제화 적용)
- indexOf(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
If the string that is searched for is included in the input string,
return the index of the first string.
- indexOfIgnoreCase(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
If the string to be searched for is included in input string, regardless
of upper case or lower case letters, return the first string.
- init(FilterConfig) - Method in class blue.hive.servlet.filter.BHiveJSPRequestLoggingFilter
-
- init(FilterConfig) - Method in class blue.hive.servlet.filter.BHiveLogMDCInsertingFilter
-
- initDao() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Concrete subclasses can override this for custom initialization behavior.
- initFilterBean() - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- initialize(ConfigurableApplicationContext) - Method in class blue.hive.spring.context.BHiveApplicationContextInitializer
-
- initialize(BHiveAllowExtensions) - Method in class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForListOfMultipartFile
-
- initialize(BHiveAllowExtensions) - Method in class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForMultipartFile
-
- initialize(BHiveAllowFileSize) - Method in class blue.hive.validation.constraints.impl.BHiveAllowFileSizeForListOfMultipartFile
-
- initialize(BHiveAllowFileSize) - Method in class blue.hive.validation.constraints.impl.BHiveAllowFileSizeForMultipartFile
-
- initialize(A) - Method in class blue.hive.validation.constraints.impl.BHiveConstraintValidator
-
Initialize the validator in preparation for isValid calls.
- initialize(BHiveMaxLength) - Method in class blue.hive.validation.constraints.impl.BHiveMaxLengthValidatorForCharSequence
-
- initialize(BHiveMaxLength) - Method in class blue.hive.validation.constraints.impl.BHiveMaxLengthValidatorForInteger
-
- initialize(BHiveMaxLength) - Method in class blue.hive.validation.constraints.impl.BHiveMaxLengthValidatorForLong
-
- initialVector - Static variable in class blue.hive.util.BHiveCryptoUtil
-
- insert(String) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Execute an insert statement.
- insert(String, Object) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Execute an insert statement with the given parameter object.
- instanceNameToRunning - Variable in class blue.hive.spring.job.BHiveBatchBeanJob
-
배치를 실행할 InstanceName (없거나 null이여도 실행)
- instanceNameToRunning - Variable in class blue.hive.spring.job.BHiveMyBatisProcedureJob
-
배치를 실행할 InstanceName (없거나 null이여도 실행)
- integer2string(int) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- intercept(Invocation) - Method in class blue.hive.mybatis.plugin.MyBatisAuditAwarePlugin
-
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class blue.hive.spring.client.BHiveLoggingClientHttpRequestInterceptor
-
- intervalProcessBean - Variable in class blue.hive.spring.core.task.BHiveIntervalTask
-
주기적으로 로직을 처리하기 위한 객체
- isAjaxRequest(HttpServletRequest) - Method in class blue.hive.security.web.BHiveRedirectStrategy
-
주어진 요청이 Ajax요청인지 여부
- isAlpha(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- isAlphaNumeric(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- isAscending() - Method in class blue.hive.spring.web.rest.jsonview.BHiveSort.AbleOrder
-
- isAwsProfile() - Static method in class blue.hive.util.BHiveUtil
-
Spring Active Profile이 aws인지 확인
- isDevProfile() - Static method in class blue.hive.util.BHiveUtil
-
Spring Active Profile이 dev인지 확인
- isDigit(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- isEmpty(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
If string is null or empty string, return true.
- isEmptyTrimmed(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Determine whether a (trimmed) string is empty
- isExcludeUrlPattern(HttpServletRequest) - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
Multipart 처리에서 제외할 요청인지 검사 - true이면 Spring MultipartResolver에서 처리하지 않음.
- isFirst() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- isForceHttps() - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- isFormattedString(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- isGracefulException(Exception) - Static method in class blue.hive.util.BHiveLogUtil
-
주어진 Exception이 의도한 예외인지 판별.
- isHangul(char) - Static method in class blue.hive.util.anyframe.StringUtil
-
Checks if the String contains only Korean characters. ex) isHangul('가')
≥ true isHangul('T') ≥ false
- isHangul(String, boolean) - Static method in class blue.hive.util.anyframe.StringUtil
-
Checks if the String contains only Korean characters or any Korean
characters. ex) isHangul("가나다", true) ≥ true isHangul("가나다abc", true) ≥
false isHangul("가abc", false) ≥ true isHangul("abcd", false) ≥ false
- isIgnoreCase() - Method in class blue.hive.spring.web.rest.jsonview.BHiveSort.AbleOrder
-
- isIncludeResponsePayload() - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- isLast() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- isLetter(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Checks if the String contains only letters. ex) isLetter("test") ≥ true
isLetter("test#$%") ≥ false isLetter("test123") ≥ false isLetter("")≥
false
- isLetterOrDigit(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Checks if the String contains only letters or digits. ex)
isLetterOrDigit("12abC") ≥ true isLetterOrDigit("12@#%")≥ false
- isLocalhostRequest(HttpServletRequest) - Static method in class blue.hive.util.BHiveHostingUtil
-
LocalHost, LocalIP로 접근
- isLocalProfile() - Static method in class blue.hive.util.BHiveUtil
-
Spring Active Profile이 local인지 확인
- isMultipart(HttpServletRequest) - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
Determine if the given request contains multipart content.
- isNotEmpty(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
If string is null or empty string, return false.
- isNotNumeric(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- isNotSet(E) - Static method in class blue.hive.util.BHiveEnumUtil
-
주어진 Enum이 NOTSET인지 검사 (Convention) (예: NOT_SET(0), NOT_SET(null), NOTSET 등 Label이 NOTSET, NOT_SET인지 검사)
- isNumeric(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- isPatternInclude(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Check if input string matches the given filter pattern. s of sken is
special character. k is korean. e is english. n is number.
- isPatternLowerCaseInclude(String) - Static method in class blue.hive.util.BHiveStringUtil
-
문자열에 소문자 포함여부
- isPatternMatching(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Check if the input string matches the formal pattern.
- isPatternUpperCaseInclude(String) - Static method in class blue.hive.util.BHiveStringUtil
-
문자열에 대문자 포함여부
- isPlainDir(File) - Static method in class blue.hive.util.BHiveIOUtil
-
File 객체가 directory 인지 체크
- isProxyRequest(HttpServletRequest) - Static method in class blue.hive.util.BHiveHostingUtil
-
WEB Proxy를 통한 접근인가?
- isReady() - Method in class blue.hive.servlet.filter.wrap.BHiveTeeServletOutputStream
-
- isRealProfile() - Static method in class blue.hive.util.BHiveUtil
-
Spring Active Profile이 real인지 확인
- isRegexPatternInclude(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Check if some strings match pattern.
- isRegexPatternMatch(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Check if the entire pattern matches the formal input pattern.
- isSpaceOnly(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- isSymbolicLink(File) - Static method in class blue.hive.util.BHiveIOUtil
-
File 객체가 symbolic link 인지 체크
- isTestProfile() - Static method in class blue.hive.util.BHiveUtil
-
Spring Active Profile이 test인지 확인
- isUseForward() - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- isUserFormat(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Check if letter matching format defined by user has come in.
- isValid(ArrayList<MultipartFile>, ConstraintValidatorContext) - Method in class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForListOfMultipartFile
-
- isValid(MultipartFile, ConstraintValidatorContext) - Method in class blue.hive.validation.constraints.impl.BHiveAllowExtensionsForMultipartFile
-
- isValid(ArrayList<MultipartFile>, ConstraintValidatorContext) - Method in class blue.hive.validation.constraints.impl.BHiveAllowFileSizeForListOfMultipartFile
-
- isValid(MultipartFile, ConstraintValidatorContext) - Method in class blue.hive.validation.constraints.impl.BHiveAllowFileSizeForMultipartFile
-
- isValid(T, ConstraintValidatorContext) - Method in class blue.hive.validation.constraints.impl.BHiveConstraintValidator
-
Implement the validation logic.
- isValid(CharSequence, ConstraintValidatorContext) - Method in class blue.hive.validation.constraints.impl.BHiveMaxLengthValidatorForCharSequence
-
- isValid(Integer, ConstraintValidatorContext) - Method in class blue.hive.validation.constraints.impl.BHiveMaxLengthValidatorForInteger
-
- isValid(Long, ConstraintValidatorContext) - Method in class blue.hive.validation.constraints.impl.BHiveMaxLengthValidatorForLong
-
- isWhiteSpaceOnly(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Checks if the CharSequence contains only whitespace. ex)
isWhiteSpaceOnly(" ") ≥ true isWhiteSpaceOnly("") ≥ true
isWhiteSpaceOnly("test") ≥ false
- iterator() - Method in class blue.hive.spring.web.rest.jsonview.BHivePageImpl
-
- read(Class<? extends Map<String, ?>>, HttpInputMessage) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
- read(Class<? extends T>, HttpInputMessage) - Method in class blue.hive.spring.http.converter.BHiveSecuredHttpMessageConverter
-
- read(Class<? extends T>, HttpInputMessage) - Method in class blue.hive.spring.http.converter.BHiveTeeHttpMessageConverter
-
- readableFileSize(long) - Static method in class blue.hive.util.BHiveStringUtil
-
파일의 bytes 크기를 읽기좋게 변경 ("B", "KB", "MB", "GB", "TB")
- readBytesToEnd(InputStream) - Static method in class blue.hive.util.BHiveIOUtil
-
InputStream에서 Byte[]을 끝까지 읽는다.
- readExternal(ObjectInput) - Method in class blue.hive.jackson.BHiveObjectMapper
-
- readExternal(ObjectInput) - Method in class blue.hive.jackson.BHiveXmlMapper
-
- readStringToEnd(InputStream) - Static method in class blue.hive.util.BHiveIOUtil
-
InputStream에서 문자열을 끝까지 읽는다.
- readStringToEnd(InputStream, String) - Static method in class blue.hive.util.BHiveIOUtil
-
InputStream에서 문자열을 끝까지 읽는다.
- readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - Method in class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- refreshCheck() - Method in interface blue.hive.spring.core.task.BHiveRefreshCheckable
-
refresh를 체크
- rejectedValue - Variable in class blue.hive.spring.validation.BHiveFieldError
-
- removeAll(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- removeChar(String, char) - Static method in class blue.hive.util.anyframe.StringUtil
-
- removeCharAll(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- removeCharAll(String, char[]) - Static method in class blue.hive.util.anyframe.StringUtil
-
- removeEscapeChar(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- removeWhitespace(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Delete all space strings.
- renderCustomCellValue(HSSFRow, int, String, HSSFCellStyle) - Static method in class blue.hive.spring.web.view.BHiveExcelCommand
-
Excel Row의 특정 Cell에 값을 렌더링 (스타일 적용가능)
- renderCustomCellValue(HSSFRow, int, String, HSSFCellStyle, int, int) - Static method in class blue.hive.spring.web.view.BHiveExcelCommand
-
Excel Row의 특정 Cell에 값을 렌더링 (스타일 적용가능)
- renderCustomSubTitle(HSSFSheet, int) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
서브타이틀 직후 커스텀 출력
- renderCustomTitle(HSSFSheet, int) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
타이틀 직후 커스텀 출력
- renderExcelHeader(HSSFSheet, int) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
헤더 렌더링
- renderExcelRows(HSSFSheet, int) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
데이터 렌더링
- renderSubtitle(HSSFSheet, int) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
서브 타이틀 출력 (누가, 언제 출력)
- renderTitle(HSSFSheet, int) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
타이틀 출력
- repeat(int, char) - Static method in class blue.hive.util.anyframe.StringUtil
-
Gets the String with a specified character.
- replace(String, String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- replaceAll(String, String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Replaces each substring of this string that matches the given regular
expression with the given replacement.
- replaceFirst(String, String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Replaces the first substring of this string that matches the given
regular expression with the given replacement.
- replaceHtmlEscape(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- replaceLast(String, String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Replaces the last substring of this string that matches the given regular
expression with the given replacement.
- replacePattern(String, String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- repository() - Method in class blue.hive.spring.web.log.BHiveRepositoryLoggingAspect
-
- request - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
요청객체
- requestMapping() - Method in class blue.hive.spring.web.log.BHiveControllerLoggingAspect
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
Throws MethodArgumentNotValidException if validation fails.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class blue.hive.spring.web.servlet.handler.BHiveSimpleMappingExceptionResolver
-
- resolveMultipart(HttpServletRequest) - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
Parse the given HTTP request into multipart files and parameters,
and wrap the request inside a
MultipartHttpServletRequest
object that provides access to file descriptors and makes contained
parameters accessible via the standard ServletRequest methods.
- response - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
응답객체
- restController() - Method in class blue.hive.spring.web.log.BHiveControllerLoggingAspect
-
- result(String) - Method in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class blue.hive.security.authentication.BHiveDaoAuthenticationProvider
-
- reverse(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- right(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
Gets the rightmost len characters of a String. ex) right("1234567", 3) ≥
"567"
- rightPad(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
For related string, fill the input length from the right with space.
- rightPad(String, int, char) - Static method in class blue.hive.util.anyframe.StringUtil
-
For related string, fill the input length from the right with defined
letter.
- rightPad(String, int, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
For related string, fill the input length from the right with defined
string.
- rightTrim(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Delete the space string on the right of the string.
- rollback() - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Discards pending batch statements and rolls database connection back.
- rollback(boolean) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Discards pending batch statements and rolls database connection back.
- run() - Method in class blue.hive.spring.core.task.BHiveIntervalTask
-
AbleIntervalCallable객체의 처리 로직을 실행
- run() - Method in class blue.hive.spring.core.task.BHiveRefreshCheckTask
-
BHiveRefreshCheckable 객체에 Refresh 체크를 위임
- runIntervalProcessTask() - Method in interface blue.hive.spring.core.task.BHiveIntervalCallable
-
refresh 체크를 위한 Task를 시작 (BHiveRefreshCheckTask)
- runIntervalProcessTask() - Method in class blue.hive.spring.job.BHiveBatchBeanJob
-
- runIntervalProcessTask() - Method in class blue.hive.spring.job.BHiveMyBatisProcedureJob
-
- runRefreshCheckTask() - Method in interface blue.hive.spring.core.task.BHiveRefreshCheckable
-
refresh 체크를 위한 Task를 시작 (AbleRefreshCheckTask)
- SearchMap - Class in blue.hive.vo
-
검색조건 맵 (Prefix: search)
put("name", value) ≤ searchName으로 저장
get("name") 또는 get("searchName")으로 조회 가능
- SearchMap(Map<? extends String, ? extends Object>) - Constructor for class blue.hive.vo.SearchMap
-
- SearchMap() - Constructor for class blue.hive.vo.SearchMap
-
- SearchMap(ServletRequest) - Constructor for class blue.hive.vo.SearchMap
-
- secretKey - Variable in class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- SecuredRequestBody - Annotation Type in blue.hive.spring.web.bind.annotation
-
- SecuredResponseBody - Annotation Type in blue.hive.spring.web.bind.annotation
-
- select(String, Object, ResultHandler<?>) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieve a single row mapped from the statement key and parameter using a
ResultHandler.
- select(String, ResultHandler<?>) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieve a single row mapped from the statement using a
ResultHandler.
- select(String, Object, RowBounds, ResultHandler<?>) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieve a single row mapped from the statement key and parameter using a
ResultHandler and RowBounds
- selectList(String) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieve a list of mapped objects from the statement key and parameter.
- selectList(String, Object) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieve a list of mapped objects from the statement key and parameter.
- selectList(String, Object, RowBounds) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieve a list of mapped objects from the statement key and parameter,
within the specified row bounds.
- selectMap(String, String) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
The selectMap is a special case in that it is designed to convert a list
of results into a Map based on one of the properties in the resulting
objects.
- selectMap(String, Object, String) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
The selectMap is a special case in that it is designed to convert a list
of results into a Map based on one of the properties in the resulting
objects.
- selectMap(String, Object, String, RowBounds) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
The selectMap is a special case in that it is designed to convert a list
of results into a Map based on one of the properties in the resulting
objects.
- selectOne(String) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieve a single row mapped from the statement key
- selectOne(String, Object) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
Retrieve a single row mapped from the statement key and parameter.
- sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class blue.hive.security.web.BHiveRedirectStrategy
-
Redirects the response to the supplied URL.
- serialize(String, JsonGenerator, SerializerProvider) - Method in class blue.hive.jackson.databind.BHiveJsonHtmlXssSerializer
-
- service() - Method in class blue.hive.spring.web.log.BHiveServiceLoggingAspect
-
- setAfterMessagePrefix(String) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- setAfterMessageSuffix(String) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- setAntPatterns(String) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- setApplicationContext(ApplicationContext) - Static method in class blue.hive.spring.context.ApplicationContextHolder
-
ApplicationContext를 정적으로 보관처리
- setBeforeMessagePrefix(String) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- setBeforeMessageSuffix(String) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- setBody(InputStream) - Method in class blue.hive.spring.http.BHiveHttpInputMessage
-
사용자가 임의로 변경한 InputStream body를 설정 (예.
- setBody(OutputStream) - Method in class blue.hive.spring.http.BHiveHttpOutputMessage
-
사용자가 임의로 변경한 OutputStream body를 설정 (예.
- setBody(T) - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- setCbCmd(BHiveResponseEntity.REST_CALLBACK_CMD) - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- setCbParam(Object) - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- setCharset(Charset) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
Set the default character set to use for reading and writing form data when
the request or response Content-Type header does not explicitly specify it.
- setCode(String) - Method in class blue.hive.spring.validation.BHiveObjectError
-
- setContextRelative(boolean) - Method in class blue.hive.security.web.BHiveRedirectStrategy
-
If true, causes any redirection URLs to be calculated minus the protocol
and context path (defaults to false).
- setCrypto(AES256Crypto) - Static method in class blue.hive.crypto.AES256CryptoHolder
-
- setExcludePatterns(List<String>) - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
Multipart 처리에서 제외할 패턴 목록
- setField(String) - Method in class blue.hive.spring.validation.BHiveFieldError
-
- setFieldError(List<BHiveFieldError>) - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- setFieldName(String) - Method in class blue.hive.spring.validation.BHiveFieldError
-
- setFilename(String) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
- setForceHttps(boolean) - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
Set to true to force login form access to be via https.
- setIncludeResponsePayload(boolean) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- setMergeMode(BHiveExcelMergeMode) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
- setMessage(String) - Method in class blue.hive.spring.validation.BHiveObjectError
-
- setMessageSource(MessageSource) - Method in class blue.hive.spring.web.servlet.handler.BHiveSimpleMappingExceptionResolver
-
- setMsg(String) - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- setMultipartCharset(Charset) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
Set the character set to use when writing multipart data to encode file
names.
- setMultipartResolver(MultipartResolver) - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
위임할 원본 Multipart Resolver
- setNonNullParameter(PreparedStatement, int, E, JdbcType) - Method in class blue.hive.mybatis.typehandler.BHiveEnumTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Boolean, JdbcType) - Method in class blue.hive.mybatis.typehandler.BooleanYNTypeHandler
-
- setNonNullParameter(PreparedStatement, int, LocalDateTime, JdbcType) - Method in class blue.hive.mybatis.typehandler.JodaLocalDateTimeTypeHandler
-
- setObjectName(String) - Method in class blue.hive.spring.validation.BHiveObjectError
-
- setPartConverters(List<HttpMessageConverter<?>>) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
Set the message body converters to use.
- setPasswordEncoder(Object) - Method in class blue.hive.security.authentication.BHiveDaoAuthenticationProvider
-
Sets the PasswordEncoder instance to be used to encode and validate
passwords.
- setPathMatcher(PathMatcher) - Method in class blue.hive.spring.web.multipart.BHiveDelegatingMultipartResolver
-
제외할 요청 경로 검사기 (기본값: AntPathMatcher)
- setPortMapper(PortMapper) - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- setPortResolver(PortResolver) - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
- setProperties(Properties) - Method in class blue.hive.mybatis.plugin.MyBatisAuditAwarePlugin
-
- setRejectedValue(Object) - Method in class blue.hive.spring.validation.BHiveFieldError
-
- setResponseCSVHeader() - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
CSV 응답헤더 설정 (다운로드 파일명등...)
- setResponseHeader() - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
응답헤더 설정 (다운로드 파일명등...)
- setSecretKey(String) - Method in class blue.hive.crypto.AES256Crypto
-
- setSecretKey(String) - Method in class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- setSheetName(String) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
- setSqlSession(SqlSession) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
- setSqlSessionFactory(SqlSessionFactory) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
- setSqlSessionTemplate(SqlSessionTemplate) - Method in class blue.hive.mybatis.support.BHiveSqlSessionDaoSupport
-
- setStatus(String) - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- setSupportedMediaTypes(List<MediaType>) - Method in class blue.hive.spring.http.converter.BHiveMapHttpMessageConverter
-
Set the list of MediaType objects supported by this converter.
- setTitle(String) - Method in class blue.hive.spring.web.view.BHiveExcelCommand
-
- setUseForward(boolean) - Method in class blue.hive.security.web.BHiveLoginUrlAuthenticationEntryPoint
-
Tells if we are to do a forward to the loginFormUrl using the RequestDispatcher,
instead of a 302 redirect.
- setUserDetailsService(UserDetailsService) - Method in class blue.hive.security.authentication.BHiveDaoAuthenticationProvider
-
- setVerboseMsg(String) - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- setVOProperties(Object, Map<String, Object>) - Static method in class blue.hive.util.BHiveVOUtil
-
map의 값으로 VO의 필드값을 설정
- setWriteListener(WriteListener) - Method in class blue.hive.servlet.filter.wrap.BHiveTeeServletOutputStream
-
- sheetName - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
엑셀 SheetName
- shortUUID() - Static method in class blue.hive.util.BHiveStringUtil
-
short UUID
- shouldLog(HttpServletRequest) - Method in class blue.hive.servlet.filter.BHiveCommonsRequestLoggingFilter
-
- sortByKeys(Map<K, V>) - Static method in class blue.hive.util.BHiveCollectionUtil
-
- sortByValues(Map<K, V>) - Static method in class blue.hive.util.BHiveCollectionUtil
-
- split(String, char) - Static method in class blue.hive.util.anyframe.StringUtil
-
- splitHead(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
- splitHeadWithEllipsis(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
- splitTail(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
- splitTailWithEllipsis(String, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
- startAllAppenders(List<Appender<ILoggingEvent>>) - Static method in class blue.hive.util.BHiveLogUtil
-
주어진 appender를 모두 시작
- status - Variable in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- status - Variable in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- stopAllAppenders(List<Appender<ILoggingEvent>>) - Static method in class blue.hive.util.BHiveLogUtil
-
주어진 appender를 모두 중지
- string2integer(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- stringToBigDecimal(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- stringToBigDecimal(String, int, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- stringToHex(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts UniCode String to hex code ex) stringToHex("123") ≥
"003100320033"
- stringToNumn(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- stringToNumn(String, int, int) - Static method in class blue.hive.util.anyframe.StringUtil
-
Deprecated.
- StringUtil - Class in blue.hive.util.anyframe
-
String Utility Class This class provides utility method to manipulate String
Object.
- success() - Static method in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- success(T) - Static method in class blue.hive.spring.web.rest.BHiveResponseEntityBuilder
-
- supportsParameter(MethodParameter) - Method in class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in class blue.hive.spring.web.servlet.mvc.method.annotation.BHiveSecuredRequestResponseBodyMethodProcessor
-
- swapFirstLetterCase(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
convert first letter to a big letter or a small letter.
- taskExecutor - Variable in class blue.hive.spring.job.BHiveBatchBeanJob
-
로직 반복실행에 사용할 TaskExecutor
- taskExecutor - Variable in class blue.hive.spring.job.BHiveMyBatisProcedureJob
-
로직 반복실행에 사용할 TaskExecutor
- TEXT_HTML - Static variable in class blue.hive.constant.BHiveConstant
-
- TEXT_HTML_VALUE - Static variable in class blue.hive.constant.BHiveConstant
-
- title - Variable in class blue.hive.spring.web.view.BHiveExcelCommand
-
엑셀내 출력 제목(출력용)
- toBusinessNoPattern(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts 10 digit String to business number format(Korean). ex)
toBusinessNoPattern("1111111111") ≥ "111-11-11111"
- toJson(Object) - Static method in class blue.hive.util.BHiveUtil
-
주어진 객체를 JSON문자열로 Serialize (Jackson2 ObjectMapper 사용)
- toJson(Object, Class<?>) - Static method in class blue.hive.util.BHiveUtil
-
주어진 객체를 JSON문자열로 Serialize (Jackson2 ObjectMapper 사용)
- tokenizeToStringArray(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Splits the provided text into an array, separator specified. ex) String[]
test; test = tokenizeToStringArray("aaa,bbb,ccc") ≥ test[0]="aaa",
test[1]="bbb"...
- tokenizeToStringArray(String, char) - Static method in class blue.hive.util.anyframe.StringUtil
-
Splits the provided text into an array, separator specified. ex) String[]
test; test = tokenizeToStringArray("aaa,bbb,ccc", ',') ≥ test[0]="aaa",
test[1]="bbb"...
- tokenizeToStringArray(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Splits the provided text into an array, separator specified. ex) String[]
test; test = tokenizeToStringArray("aaa.bbb.ccc.ddd", "."); ≥
test[0]="aaa", test[1]="bbb"...
- tokenizeToStringArray(String, String, boolean, boolean) - Static method in class blue.hive.util.anyframe.StringUtil
-
Splits the provided text into an array, separator specified. ex) String[]
test; test = tokenizeToStringArray("aaa.bbb.ccc.ddd", "
- toLowercase(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- toLowerCaseFirstLetter(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts a first character to lower case. ex)
toLowerCaseFirstLetter("ABCD") ≥ "aBCD"
- toSocialSecuNoPattern(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts 13 digit String to social security number format(Korean). ex)
toSocialSecuNoPattern("1111111111111") ≥ "111111=1111111"
- toString() - Method in exception blue.hive.exception.BHiveValidationException
-
- toString() - Method in class blue.hive.spring.validation.BHiveFieldError
-
- toString() - Method in class blue.hive.spring.validation.BHiveObjectError
-
- toString() - Method in class blue.hive.spring.web.rest.BHiveResponseEntity
-
- toTelephoneNumberFormat(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts digit String to telephone number format(Korean).
- toUpperCase(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- toUpperCaseFirstLetter(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts a first character to uppper case. ex)
toUpperCaseFirstLetter("abcd") ≥ "Abcd"
- toZipCodePattern(String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Converts digit String to zip code format(Korean). ex)
toZipCodePattern("111111") ≥ "111-111"
- trim(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
- trimEquals(String, String) - Static method in class blue.hive.util.anyframe.StringUtil
-
Compares two Strings with whitespace normalized by using trim ex)
trimEquals(" test ", "test") ≥ true
- validateBadSequenceLength(String, Integer) - Static method in class blue.hive.util.BHiveStringUtil
-
연속된 숫자, 반목된 문자(숫자) 비허용 체크
- valueOf(String) - Static method in enum blue.hive.annotation.ExcelColumn.ExcelAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum blue.hive.spring.client.API_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum blue.hive.spring.web.rest.BHiveResponseEntity.REST_CALLBACK_CMD
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum blue.hive.spring.web.rest.BHiveResponseEntity.REST_RESPONSE_STATUS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum blue.hive.spring.web.view.BHiveExcelMergeMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum blue.hive.annotation.ExcelColumn.ExcelAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum blue.hive.spring.client.API_TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum blue.hive.spring.web.rest.BHiveResponseEntity.REST_CALLBACK_CMD
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum blue.hive.spring.web.rest.BHiveResponseEntity.REST_RESPONSE_STATUS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum blue.hive.spring.web.view.BHiveExcelMergeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verboseMsg - Variable in class blue.hive.spring.web.rest.BHiveResponseEntity
-