Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbstractBasicResponse<D> - Class in net.waglewagle.domain
처리 결과를 담는 클래스.
AbstractBasicResponse() - Constructor for class net.waglewagle.domain.AbstractBasicResponse
 
AbstractDataProvider<T> - Class in net.waglewagle.excel
엑셀 데이터 정보 제공자 추상 클래스.
AbstractDataProvider() - Constructor for class net.waglewagle.excel.AbstractDataProvider
 
AbstractFilter - Class in net.waglewagle.servlet.filter
javax.servlet.Filter 구현을 편리하기 위해, 아무 것도 하지 않는 Filter.init(javax.servlet.FilterConfig)javax.servlet.Filter#destory()를 만들어 놓은 추상 클래스이다.
AbstractFilter() - Constructor for class net.waglewagle.servlet.filter.AbstractFilter
 
AbstractGeneralResponse<D,F,W> - Class in net.waglewagle.domain
처리 결과를 담는 클래스.
AbstractGeneralResponse() - Constructor for class net.waglewagle.domain.AbstractGeneralResponse
 
AbstractHttpFilter - Class in net.waglewagle.servlet.filter
요청이 HttpServletRequest인 경우만 처리하도록 하는 Filter의 추상 클래스이다.
AbstractHttpFilter() - Constructor for class net.waglewagle.servlet.filter.AbstractHttpFilter
 
AbstractMailFetcher - Class in net.waglewagle.mail
가져올 대상 메일만 가져오는 Fetcher 클래스.
AbstractMailFetcher(String, String, String, Properties) - Constructor for class net.waglewagle.mail.AbstractMailFetcher
 
AbstractMailFetcher.Process - Enum in net.waglewagle.mail
 
AbstractResponse<D,F> - Class in net.waglewagle.domain
처리 결과를 담는 클래스.
AbstractResponse() - Constructor for class net.waglewagle.domain.AbstractResponse
 
add(T) - Method in class net.waglewagle.openapi.DefaultQueryListResult
결과 항목을 추가한다.
add(T) - Method in class net.waglewagle.util.PageList
항목을 추가한다.
addAttachedFile(IFileData) - Method in class net.waglewagle.mail.MailMessage
 
addOrder(String) - Method in class net.waglewagle.util.Condition
Deprecated. 
addOrder(String, boolean) - Method in class net.waglewagle.util.Condition
Deprecated. 
addOrder(String) - Method in interface net.waglewagle.util.ICondition
정렬 정보를 추가한다.
addOrder(String, boolean) - Method in interface net.waglewagle.util.ICondition
역순 정렬 정보를 추가한다.
addOrderBy(String) - Method in class net.waglewagle.util.Condition
정렬 정보를 추가한다.
afterDateElement(int, Date, int) - Static method in class net.waglewagle.util.DateUtil
주어진 Date가 가지고 있는 값 중 주어진 요소의 값에 amount 값 만큼을 더한 값을 가지는 Date 형을 돌려 준다.
afterDay(Date, int) - Static method in class net.waglewagle.util.DateUtil
주어진 Date 객체의 일 값에 amount 값을 더한 일를 갖는 Date 객체를 돌려 준다.
afterDayStr(String, int) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 일를 amount 값 만큼 더한 일자 값을 문자열로 돌려 준다.
afterDayStr(String, int, String) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 일를 amount 값 만큼 더한 일자 값을 문자열로 돌려 준다.
afterMonth(Date, int) - Static method in class net.waglewagle.util.DateUtil
주어진 Date 객체의 월 값에 amount 값을 더한 월를 갖는 Date 객체를 돌려 준다.
afterMonthStr(String, int) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 월를 amount 값 만큼 더한 일자 값을 문자열로 돌려 준다.
afterMonthStr(String, int, String) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 월를 amount 값 만큼 더한 일자 값을 문자열로 돌려 준다.
afterYear(Date, int) - Static method in class net.waglewagle.util.DateUtil
주어진 Date 객체의 연도 값에 amount 값을 더한 연도를 갖는 Date 객체를 돌려 준다.
afterYearStr(String, int) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 연도를 amount 값 만큼 더한 일자 값을 문자열로 돌려 준다.
afterYearStr(String, int, String) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 연도를 amount 값 만큼 더한 일자 값을 문자열로 돌려 준다.
AjaxUtil - Class in net.waglewagle.util
 
AllMailFetcher - Class in net.waglewagle.mail
모든 메일을 가져오는 Fetcher 클래스.
AllMailFetcher(String, String, String, Properties) - Constructor for class net.waglewagle.mail.AllMailFetcher
 
ArrayHeaderProvider - Class in net.waglewagle.excel
 
ArrayHeaderProvider(String[]) - Constructor for class net.waglewagle.excel.ArrayHeaderProvider
 

B

BaseMeta - Class in net.waglewagle.domain
메타 정보를 갖는 메타 클래스들의 최상위 클래스.
BaseMeta() - Constructor for class net.waglewagle.domain.BaseMeta
 
BaseModel - Class in net.waglewagle.domain
도메인 모델 객체들의 공통 속성을 가지는 Model.
BaseModel() - Constructor for class net.waglewagle.domain.BaseModel
 
BaseResponseHandler<T> - Class in net.waglewagle.http
HTTP 응답을 InputStream으로 받아 처리하는 추상 Hander 클래스.
BaseResponseHandler() - Constructor for class net.waglewagle.http.BaseResponseHandler
 
BasicResponse<D> - Interface in net.waglewagle.domain
기본 응답 정보 Interface.
BeanGroupingRowHandler<E> - Class in net.waglewagle.db
조회 결과 객체 목록을 특정 속성(컬럼)의 값을 Key로, 해당 값을 갖는 객체들을 목록으로 담는 RowHandler 클래스.
BeanGroupingRowHandler(String) - Constructor for class net.waglewagle.db.BeanGroupingRowHandler
 
BeanGroupingRowHandler(Map<Object, List<E>>, String) - Constructor for class net.waglewagle.db.BeanGroupingRowHandler
 
beforeDay(Date, int) - Static method in class net.waglewagle.util.DateUtil
주어진 Date 객체의 일 값에 amount 값을 뺀 일를 갖는 Date 객체를 돌려 준다.
beforeDayStr(String, int) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 일를 amount 값 만큼 뺀 일자 값을 문자열로 돌려 준다.
beforeDayStr(String, int, String) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 일를 amount 값 만큼 뺀 일자 값을 문자열로 돌려 준다.
beforeMonth(Date, int) - Static method in class net.waglewagle.util.DateUtil
주어진 Date 객체의 월 값에 amount 값을 뺀 월를 갖는 Date 객체를 돌려 준다.
beforeMonthStr(String, int) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 월를 amount 값 만큼 뺀 일자 값을 문자열로 돌려 준다.
beforeMonthStr(String, int, String) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 월를 amount 값 만큼 뺀 일자 값을 문자열로 돌려 준다.
beforeYear(Date, int) - Static method in class net.waglewagle.util.DateUtil
주어진 Date 객체의 연도 값에 amount 값을 뺀 연도를 갖는 Date 객체를 돌려 준다.
beforeYearStr(String, int) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 연도를 amount 값 만큼 뺀 일자 값을 문자열로 돌려 준다.
beforeYearStr(String, int, String) - Static method in class net.waglewagle.util.DateUtil
주어진 문자형 일자 값에서 연도를 amount 값 만큼 뺀 일자 값을 문자열로 돌려 준다.

C

characters(char[], int, int) - Method in class net.waglewagle.xml.sax.PrintXmlHandler
 
characters(char[], int, int) - Method in class net.waglewagle.xml.sax.XPathHandler
 
checkResource(Locale) - Method in class net.waglewagle.spring.view.LanguageJstlView
 
clazz - Variable in class net.waglewagle.struts.actions.MultipleAction
The Class instance of this DispatchAction class.
clear() - Method in class net.waglewagle.markup.Markup
내부의 자원을 모두 해제한다.
clear() - Method in class net.waglewagle.markup.Tag
사용한 자원을 해제한다.
clearCache() - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
clone() - Method in class net.waglewagle.markup.Tag
같은 값을 갖는 객체를 만든다.
close(Connection) - Static method in class net.waglewagle.db.DbUtil
Connection을 조용히 닫는다.
close(Connection...) - Static method in class net.waglewagle.db.DbUtil
Connection을 조용히 닫는다.
close(Statement) - Static method in class net.waglewagle.db.DbUtil
Statement를 조용히 닫는다.
close(Statement...) - Static method in class net.waglewagle.db.DbUtil
Statement들을 조용히 닫는다.
close(ResultSet) - Static method in class net.waglewagle.db.DbUtil
ResultSet을 조용히 닫는다.
close(ResultSet...) - Static method in class net.waglewagle.db.DbUtil
ResultSet들을 조용히 닫는다.
close(Statement, ResultSet...) - Static method in class net.waglewagle.db.DbUtil
한 Statement과 하나 이상의 ResultSet 객체를 조용히 닫는다.
close(Connection, Statement, ResultSet...) - Static method in class net.waglewagle.db.DbUtil
한 Connection과 한 Statement, 하나 이상의 ResultSet을 조용히 닫는다.
close(Connection, Statement...) - Static method in class net.waglewagle.db.DbUtil
한 Connection과 하나 이상의 Statement를 조용히 닫는다.
close() - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
close(InputStream) - Static method in class net.waglewagle.util.IOUtil
InputStream을 조용히 닫는다.
close(OutputStream) - Static method in class net.waglewagle.util.IOUtil
OutputStream을 조용히 닫는다.
close(Reader) - Static method in class net.waglewagle.util.IOUtil
Reader를 조용히 닫는다.
close(Writer) - Static method in class net.waglewagle.util.IOUtil
Writer를 조용히 닫는다.
CO - Static variable in class net.waglewagle.util.Condition
접미어: 포함한다(COntain, IN).
CommaDelimitedStringVsListTypeHandler - Class in net.waglewagle.sqlmap.handler
컴마(,) 항목 구별자로 사용하는 문자열 칼럼과 List 사이를 치환해 주는 TypeHandler.
CommaDelimitedStringVsListTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.CommaDelimitedStringVsListTypeHandler
 
commit(Connection) - Static method in class net.waglewagle.db.DbUtil
Connection을 commit 시킨다.
commit() - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
commit(boolean) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
Condition - Class in net.waglewagle.util
WHERE 절에 사용되는 조건 정보를 담기 위한 클래스.
Condition() - Constructor for class net.waglewagle.util.Condition
 
ConditionParameter - Class in net.waglewagle.servlet.http
조건에 사용되는 파라미터(조건을 위한 Suffix를 가진) 값을 Condition 객체에 담는 클래스.
ConditionParameter() - Constructor for class net.waglewagle.servlet.http.ConditionParameter
 
Config - Class in net.waglewagle.util
설정 정보를 담기 위한 클래스.
CONFIG_FILE_PROP - Static variable in class net.waglewagle.db.ConnectionManager
DB 연결 설정 파일 경로.
CONFIG_FILE_XML - Static variable in class net.waglewagle.db.ConnectionManager
Java Properties XML 파일 형식의 DB 연결 설정 파일 경로.
ConnectionManager - Class in net.waglewagle.db
클래스경로(CLASSPATH) 내에 있는 "/db.xml" 또는 "/db.properties" 파일의 내용을 읽어 DB와의 연결을 관리하는 클래스.
ConnectionManager() - Constructor for class net.waglewagle.db.ConnectionManager
 
contains(String, String[]) - Static method in class net.waglewagle.servlet.tag.Functions
문자열 중에, 주어진 문자열들 중 하나라도 들어 있는 게 있는지 여부를 돌려 준다.
convert(String) - Method in class net.waglewagle.spring.convert.StringToDateConverter
 
convertMessage(Message) - Static method in class net.waglewagle.mail.MailMessageConverter
 
copy(File, File) - Static method in class net.waglewagle.util.IOUtil
소스 File의 내용을 다른 파일에 기록한다.
copy(File, OutputStream) - Static method in class net.waglewagle.util.IOUtil
소스 File의 내용을 OutputStream에 기록한다.
copy(InputStream, File) - Static method in class net.waglewagle.util.IOUtil
정보를 InputStream으로부터 읽은 정보를 File에 기록한다.
copy(InputStream, OutputStream) - Static method in class net.waglewagle.util.IOUtil
정보를 InputStream으로부터 읽은 정보를 OutputStream으로 기록한다.
copy(InputStream, OutputStream, int) - Static method in class net.waglewagle.util.IOUtil
정보를 InputStream으로부터 읽은 정보를 OutputStream으로 기록한다.
copy(InputStream, OutputStream, int, int) - Static method in class net.waglewagle.util.IOUtil
정보를 InputStream으로부터 읽은 정보를 OutputStream으로 기록한다.
COs - Static variable in class net.waglewagle.util.Condition
접미어: 포함한다(COntain, IN).
COUNT_QUERY_SUFFIX - Static variable in class net.waglewagle.mybatis.MyBatisSqlRunner
 
COUNT_QUERY_SUFFIX - Static variable in class net.waglewagle.sqlmap.SqlMapRunner
 
Country - Enum in net.waglewagle.openapi.kipris
KIPRIS에서 사용하는 국가코드 정보.
CrossDomainAllowHeaderSetFilter - Class in net.waglewagle.servlet.filter
CORS(Cross-Origin Resource Sharing) 요청을 처리하기 위해 관련 Header(Access-Controll로 시작하는)를 응답에 세팅하는 Filter.
CrossDomainAllowHeaderSetFilter() - Constructor for class net.waglewagle.servlet.filter.CrossDomainAllowHeaderSetFilter
 
CustomDateEditorRegistrar - Class in net.waglewagle.spring.convert
 
CustomDateEditorRegistrar() - Constructor for class net.waglewagle.spring.convert.CustomDateEditorRegistrar
 
CustomDateEditorRegistrar(String) - Constructor for class net.waglewagle.spring.convert.CustomDateEditorRegistrar
 

D

DailySchedule - Class in net.waglewagle.schedule
매일 정해진 시간에 실행하기 위한 스케줄.
DailySchedule(int, int, int) - Constructor for class net.waglewagle.schedule.DailySchedule
실행시킬 시각(시분초)을 지정하여 객체를 생성한다.
DataProvider - Interface in net.waglewagle.excel
데이터 제공자 ExcelWriter에서 데이터 정보를 생성할 때 사용된다.
DateRangeMailFetcher - Class in net.waglewagle.mail
수신일이 특정일자인 메일만 가져올 Fetcher 클래스.
DateRangeMailFetcher(String, String, String, Properties) - Constructor for class net.waglewagle.mail.DateRangeMailFetcher
 
DateRangeMailFetcher(String, String, String, Properties, Date) - Constructor for class net.waglewagle.mail.DateRangeMailFetcher
 
DateRangeMailFetcher(String, String, String, Properties, Date, Date) - Constructor for class net.waglewagle.mail.DateRangeMailFetcher
 
DateUtil - Class in net.waglewagle.util
 
dayOfFromYear(int, Date) - Static method in class net.waglewagle.util.DateUtil
기준 연도(baseYear) 연도의 1월 1일부터 date의 일자까지의 총 일수를 구해서 돌려 준다.
DayRangeMailFetcher - Class in net.waglewagle.mail
실행시 시스템 일자 이전 몇 일간의 메일을 가져오는 클래스.
DayRangeMailFetcher(String, String, String, Properties, int, int) - Constructor for class net.waglewagle.mail.DayRangeMailFetcher
DayRangeMailFetcher 객체 생성.
DB_CONNECTIONS - Static variable in class net.waglewagle.db.ConnectionManager
DB 연결 목록의 속성명.
DB_CONNECTIONS_DEFAULT - Static variable in class net.waglewagle.db.ConnectionManager
기본 DB 연결명의 속성명.
DbUtil - Class in net.waglewagle.db
JDBC를 직접 이용하는 경우 코드를 간단히 하기 위한 편의 메쏘드들 모음.
DbUtil() - Constructor for class net.waglewagle.db.DbUtil
 
decode(String, String) - Static method in class net.waglewagle.util.StringUtil
문자열을 Encoding 값으로 변환한다.
DEF_ENCODING - Static variable in interface net.waglewagle.http.HttpResponseHanlder
 
DEF_USER_SESSION_KEY - Static variable in class net.waglewagle.servlet.http.UserSessionManager
 
DEFAULT_DATE_DELIM - Static variable in class net.waglewagle.util.DateUtil
기본 일자의 년월일 구별 문자
DEFAULT_DATE_PATTERN - Static variable in class net.waglewagle.util.DateUtil
기본 일자 형식화 패턴.
DEFAULT_ENCODING - Static variable in class net.waglewagle.servlet.filter.EncodingFilter
 
DEFAULT_SQLMAP_CONFIG_RESOURCE - Static variable in class net.waglewagle.struts.actions.SqlMapMultipleAction
SqlMap 설정 파일 경로가 지정되지 않았을 때 기본으로 사용될 경로.
DefaultBasicResponse<D> - Class in net.waglewagle.domain
ResponseCode 의 결과 상수 값을 결과 코드로 사용하는 처리 결과 클래스.
DefaultBasicResponse() - Constructor for class net.waglewagle.domain.DefaultBasicResponse
 
DefaultGeneralResponse<D,F,W> - Class in net.waglewagle.domain
ResponseCode 의 결과 상수 값을 결과 코드로 사용하는 처리 결과 클래스.
DefaultGeneralResponse() - Constructor for class net.waglewagle.domain.DefaultGeneralResponse
 
DefaultHttpResponse<T> - Class in net.waglewagle.http
 
DefaultHttpResponse(int, String) - Constructor for class net.waglewagle.http.DefaultHttpResponse
 
DefaultQueryListResult<T> - Class in net.waglewagle.openapi
기본 QueryResult 구현체.
DefaultQueryListResult() - Constructor for class net.waglewagle.openapi.DefaultQueryListResult
 
DefaultQueryListResult(int, int) - Constructor for class net.waglewagle.openapi.DefaultQueryListResult
 
DefaultQueryListResult(int, int, int) - Constructor for class net.waglewagle.openapi.DefaultQueryListResult
 
DefaultQueryListResult(int, int, int, List<T>) - Constructor for class net.waglewagle.openapi.DefaultQueryListResult
 
DefaultQueryResult<T> - Class in net.waglewagle.openapi
기본 QueryResult 구현체.
DefaultQueryResult() - Constructor for class net.waglewagle.openapi.DefaultQueryResult
 
DefaultQueryResult(T) - Constructor for class net.waglewagle.openapi.DefaultQueryResult
 
DefaultResponse<D,F> - Class in net.waglewagle.domain
ResponseCode 의 결과 상수 값을 결과 코드로 사용하는 처리 결과 클래스.
DefaultResponse() - Constructor for class net.waglewagle.domain.DefaultResponse
 
delete(String, Object) - Method in interface net.waglewagle.db.SqlRunner
주어진 ID에 해당하는 DELETE 문을 호출하여 정보를 삭제한다.
delete(String) - Method in interface net.waglewagle.db.SqlRunner
주어진 ID에 해당하는 DELETE 문을 호출하여 정보를 삭제한다.
delete(String, Object) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
delete(String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
delete(String) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
delete(String, Object) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
delete(String, Object) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
delete(String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
deleteQuietly(File) - Static method in class net.waglewagle.util.IOUtil
주어진 File 객체를 조용히 지운다.
deleteQuietly(List<File>) - Static method in class net.waglewagle.util.IOUtil
주어진 File 객체들을 조용히 지운다.
deleteQuietly(File...) - Static method in class net.waglewagle.util.IOUtil
주어진 File 객체들을 조용히 지운다.
DelimitedStringVsListTypeHandler - Class in net.waglewagle.sqlmap.handler
DB 칼럼은 VARCHAR2, CHAR 등은 문자열인데, Java에서는 List인 경우를 처리하기 위한 핸들러.
DelimitedStringVsListTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.DelimitedStringVsListTypeHandler
 
destroy() - Method in class net.waglewagle.servlet.filter.AbstractFilter
 
destroy() - Method in class net.waglewagle.servlet.filter.EncodingFilter
 
destroy() - Method in class net.waglewagle.servlet.filter.JvmMemoryLogFilter
 
diffDays(String, String) - Static method in class net.waglewagle.util.DateUtil
주어진 두 일자형 문자열의 차 일 수를 돌려 준다.
diffDays(String, String, String) - Static method in class net.waglewagle.util.DateUtil
주어진 두 일자형 문자열의 차 일 수를 돌려 준다.
diffDays(Date, Date) - Static method in class net.waglewagle.util.DateUtil
rearDate에서 foreDate 사이의 일 수 차를 돌려 준다.
diffDaysTo(String) - Static method in class net.waglewagle.util.DateUtil
주어진 일자 문자열에서 시스템 일자를 뺀 일 수 차이를 돌려 준다.
diffDaysTo(String, String) - Static method in class net.waglewagle.util.DateUtil
주어진 일자에서 시스템 일자를 뺀 일 수 차이를 돌려 준다.
diffDaysTo(Date) - Static method in class net.waglewagle.util.DateUtil
주어진 일자에서 시스템 일자를 뺀 일 수 차이를 돌려 준다.
dispatchMethod(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class net.waglewagle.struts.actions.MultipleAction
Dispatch to the specified method.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class net.waglewagle.servlet.file.FileServerServlet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.AbstractHttpFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.AbstractHttpFilter
HTTP 요청을 처리한다.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.CrossDomainAllowHeaderSetFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.EncodingFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.ForceAccessBlockFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.IllegalAccessBlockFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.JvmMemoryLogFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.NoCacheHeaderFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.ParameterLogFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.ProcessTimeLogFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.RequestHeaderLogFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.SessionAliveCheckFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.XssDefenseFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.waglewagle.servlet.filter.XUACompatibleEdgeHeaderFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.waglewagle.servlet.file.FileServerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.waglewagle.servlet.file.FileServerServlet
요청된 파일을 저장하고 저장된 결과를 돌려 준다.
doTag() - Method in class net.waglewagle.servlet.tag.Pagination
 

E

elipse(String, int) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열을 원하는 폭만큼 자르고 뒤에 계속됨 표시(...)를 해 준다.
ellipsis(String, int) - Static method in class net.waglewagle.servlet.tag.Functions
문자열의 일부를 자르고, 생략된 걸로 처리한다.
ellipsis(String, int, String) - Static method in class net.waglewagle.servlet.tag.Functions
문자열의 일부를 자르고, 생략된 걸로 처리한다.
EN - Static variable in class net.waglewagle.util.Condition
접미어: 끝난다(EN, POstfix).
encode(String, String) - Static method in class net.waglewagle.util.StringUtil
문자열을 Encoding 값으로 변환한다.
encodeByBase64(byte[]) - Static method in class net.waglewagle.util.StringUtil
byte 배열을 64기반 인코딩으로 만들어진 문자열로 돌려 준다.
encodeParameter(Map<String, ? extends Object>, String) - Static method in class net.waglewagle.http.HttpRequest
Map으로 넘어온 파라미터를 key1=[인코딩된값]&key2=[인코딩된값] 형태의 문자열로 변환한다.
encodeUrl(String) - Static method in class net.waglewagle.servlet.tag.Functions
주어진 문자열을 URLEncoder로 인코딩한다.
encodeUrl(String, String) - Static method in class net.waglewagle.servlet.tag.Functions
주어진 문자열을 URLEncoder로 인코딩한다.
ENCODING_KEY - Static variable in class net.waglewagle.servlet.filter.EncodingFilter
 
EncodingFilter - Class in net.waglewagle.servlet.filter
 
EncodingFilter() - Constructor for class net.waglewagle.servlet.filter.EncodingFilter
 
endDocument() - Method in class net.waglewagle.xml.sax.PrintXmlHandler
 
endDocument() - Method in class net.waglewagle.xml.sax.XPathHandler
 
endElement(String, String, String) - Method in class net.waglewagle.xml.sax.PrintXmlHandler
 
endElement(String, String, String) - Method in class net.waglewagle.xml.sax.XPathHandler
 
endXPathDocument() - Method in class net.waglewagle.xml.sax.PrintXPathHandler
 
endXPathDocument() - Method in class net.waglewagle.xml.sax.XPathHandler
Document가 끝났을 때 호출.
ENs - Static variable in class net.waglewagle.util.Condition
접미어: 끝난다(EN, POstfix).
EQ - Static variable in class net.waglewagle.util.Condition
접미어: 한 항목 일치(Equal).
EQs - Static variable in class net.waglewagle.util.Condition
접미어: 여러 항목 일치(Equal).
escapeHtml(String) - Static method in class net.waglewagle.servlet.tag.Functions
문자열 속에 포함된 문자들을 HTML Entity문자열로 변환하여 돌려 준다.
escapeScript(String) - Static method in class net.waglewagle.servlet.tag.Functions
script 태그가 기능을 할 수 없도록 태그 "<"를 "<"로 치환한다.
estimateBoolean(String) - Static method in class net.waglewagle.util.StringUtil
실제 문자열 값이 true인지 false인지 판단한다.
ExcelReader - Class in net.waglewagle.excel
Excel 파일의 내용을 읽는 클래스.
ExcelReader(Map<String, String>) - Constructor for class net.waglewagle.excel.ExcelReader
 
ExcelReader(Map<String, String>, String[]) - Constructor for class net.waglewagle.excel.ExcelReader
 
ExcelRowHandler - Interface in net.waglewagle.excel
 
ExcelRowHandlerAdapter - Class in net.waglewagle.excel
 
ExcelRowHandlerAdapter() - Constructor for class net.waglewagle.excel.ExcelRowHandlerAdapter
 
ExcelWriter - Class in net.waglewagle.excel
엑셀 파일 생성기.
ExcelWriter(HeaderProvider, DataProvider) - Constructor for class net.waglewagle.excel.ExcelWriter
ExcelWriter 객체를 생성한다.
ExcelWriter(HeaderProvider, DataProvider, int) - Constructor for class net.waglewagle.excel.ExcelWriter
ExcelWriter 객체를 생성한다.
execute() - Method in interface net.waglewagle.schedule.Task
 
exists(String) - Method in class net.waglewagle.util.FileStore
관리하는 루트 경로 이하, 주어진 경로에 대응하는 파일이 실제 존재하는지 여부를 돌려 준다.
existsInParam(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터가 있는지 여부를 돌려 준다.

F

FAIL - Static variable in interface net.waglewagle.domain.ResponseCode
실패 코드.
FamilyInfoResponseHandler - Class in net.waglewagle.openapi.kipris.handler
 
FamilyInfoResponseHandler() - Constructor for class net.waglewagle.openapi.kipris.handler.FamilyInfoResponseHandler
 
FamilyInfoXPathHandler - Class in net.waglewagle.openapi.kipris.handler
국내/해외 특허 Family 정모 조회 결과 XML 처리 DefaultHandler.
FamilyInfoXPathHandler() - Constructor for class net.waglewagle.openapi.kipris.handler.FamilyInfoXPathHandler
 
fetch(String) - Method in class net.waglewagle.mail.AbstractMailFetcher
주어진 폴더의 메일을 IMailMessage 객체의 목록으로 돌려 준다.
fetch(String, IMailMessageHandler) - Method in class net.waglewagle.mail.AbstractMailFetcher
 
fetch(String) - Method in interface net.waglewagle.mail.IMailFetcher
주어진 폴더의 메일을 IMailMessage 객체의 목록으로 돌려 준다.
fetch(String, IMailMessageHandler) - Method in interface net.waglewagle.mail.IMailFetcher
주어진 폴더에 해당하는 메일 목록을 얻는다.
FileData - Class in net.waglewagle.util
파일 데이터 클래스.
FileData() - Constructor for class net.waglewagle.util.FileData
 
FileServer - Class in net.waglewagle.file
파일 정보를
FileServer() - Constructor for class net.waglewagle.file.FileServer
 
FileServerServlet - Class in net.waglewagle.servlet.file
요청된 파일 정보를 파일로 저장하고 저장된 파일 정보를 돌려 주는 Servlet
FileServerServlet() - Constructor for class net.waglewagle.servlet.file.FileServerServlet
 
FileStore - Class in net.waglewagle.util
파일 저장을 담당한다.
FileStore(String) - Constructor for class net.waglewagle.util.FileStore
주어진 경로를 저장 루트 경로로 하는 파일 저장 객체를 생성한다.
FileStore(File) - Constructor for class net.waglewagle.util.FileStore
주어진 경로를 저장 루트 경로로 하는 파일 저장 객체를 생성한다.
finalizingFetching() - Method in class net.waglewagle.mail.AbstractMailFetcher
메일 가져오기 전 준비한다.
findVarList(CharSequence) - Static method in class net.waglewagle.util.Template
주어진 템플릿 문자열 속에 있는 변수명 List를 돌려 준다.
findVarSet(CharSequence) - Static method in class net.waglewagle.util.Template
주어진 템플릿 문자열 속에 있는 변수명 Set을 돌려 준다.
finish() - Method in class net.waglewagle.db.handler.GroupResultSetHandler
 
finish() - Method in interface net.waglewagle.db.handler.ResultSetHandler
끝나고 마무리 작업.
finish() - Method in class net.waglewagle.db.handler.ResultSetHandlerAdapter
 
finish() - Method in class net.waglewagle.db.handler.TimeLogResultSetHandler
 
flushStatements() - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
FOLDER_INBOX - Static variable in interface net.waglewagle.mail.IMailFetcher
받은 편지함 폴더명.
FOLDER_SENT - Static variable in interface net.waglewagle.mail.IMailFetcher
보낸 편지함 폴더명.
ForceAccessBlockFilter - Class in net.waglewagle.servlet.filter
주어진 IP는 무조건 차단하는 필터
ForceAccessBlockFilter() - Constructor for class net.waglewagle.servlet.filter.ForceAccessBlockFilter
 
ForeignBibliographicInfoSearcher - Class in net.waglewagle.openapi.kipris.soap
해외특허 서지상세검색.
ForeignBibliographicInfoSearcher(String, String) - Constructor for class net.waglewagle.openapi.kipris.soap.ForeignBibliographicInfoSearcher
해외특허 서지상세검색 객체를 생성한다.
ForeignFamilyInfoSearcher - Class in net.waglewagle.openapi.kipris.soap
KIPRIS 플러스의 제공 OpenAPI 중 해외 산업재산권-해외공통에서 SOAP 방식의 서지정보 아래 (신)패밀리 정보를 이용한 패밀리 정보 조회.
ForeignFamilyInfoSearcher(String, String) - Constructor for class net.waglewagle.openapi.kipris.soap.ForeignFamilyInfoSearcher
해외특허 서지상세검색 객체를 생성한다.
ForeignFreeSearcher - Class in net.waglewagle.openapi.kipris.soap
해외특허 자유검색.
ForeignFreeSearcher(String, String) - Constructor for class net.waglewagle.openapi.kipris.soap.ForeignFreeSearcher
해외특허자유검색 객체를 생성한다.
format() - Static method in class net.waglewagle.util.DateUtil
현재 시스템 일자를 기본 패턴으로 형식화한 문자열로 돌려 준다.
format(Date) - Static method in class net.waglewagle.util.DateUtil
주어진 일자를 기본 패턴으로 형식화한 문자열로 돌려 준다.
format(String) - Static method in class net.waglewagle.util.DateUtil
현재 시스템 일자를 주어진 패턴으로 형식화한 문자열로 변환하여 돌려 준다.
format(Date, String) - Static method in class net.waglewagle.util.DateUtil
주어진 일자를 주어진 패턴으로 형식화한 문자열로 변환하여 돌려 준다.
formatDate() - Static method in class net.waglewagle.util.DateUtil
Deprecated. 
formatDate(Date) - Static method in class net.waglewagle.util.DateUtil
Deprecated. 
formatDate(String) - Static method in class net.waglewagle.util.DateUtil
Deprecated. 
formatDate(Date, String) - Static method in class net.waglewagle.util.DateUtil
Deprecated. 
formatDateStr(String) - Static method in class net.waglewagle.util.DateUtil
주어진 구별자가 없는 8글자의 일자형 값을 갖는 문자라고 가정하고, 중간에 기본구별자(이 클래스의 DEFAULT_DATE_DELIM 값)를 넣은 문자열로 바꾸어 돌려 준다.
formatDateStr(String, char) - Static method in class net.waglewagle.util.DateUtil
주어진 구별자가 없는 8글자의 일자형 값을 갖는 문자라고 가정하고, 중간에 구별자(delim 값)를 넣은 문자열로 바꾸어 돌려 준다.
FreeSearchResponseHandler - Class in net.waglewagle.openapi.kipris.handler
 
FreeSearchResponseHandler() - Constructor for class net.waglewagle.openapi.kipris.handler.FreeSearchResponseHandler
 
FreeSearchXPathHandler - Class in net.waglewagle.openapi.kipris.handler
국내 특허 자유검색 결과 XML 처리 DefaultHandler.
FreeSearchXPathHandler() - Constructor for class net.waglewagle.openapi.kipris.handler.FreeSearchXPathHandler
 
Functions - Class in net.waglewagle.servlet.tag
JSP 사용자 정의 함수 태그 클래스.

G

GE - Static variable in class net.waglewagle.util.Condition
접미어: 크거나 같다(Greater than or Equal).
GELE - Static variable in class net.waglewagle.util.Condition
접미어: 크거나 같고 작거나 같다(Greater than or Equal and Lesser than or Equal).
GELT - Static variable in class net.waglewagle.util.Condition
접미어: 크거나 같고 작다(Greater than or Equal and Lesser Than).
GeneralResponse<D,F,W> - Interface in net.waglewagle.domain
경고 정보를 얻는 메쏘드를 가지는 응답 정보 Interface.
get(String) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 GET 요청한 결과 문자열을 돌려 준다.
get(String, Map<String, ? extends Object>) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 GET 요청한 결과 문자열을 돌려 준다.
get(String, HttpResponseHanlder<T>) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 GET 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
get(String, Map<String, ? extends Object>, HttpResponseHanlder<T>) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 GET 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
getAllParameterAsMap() - Method in class net.waglewagle.servlet.http.HttpRequest
파라미터로 넘어온 정보를 Map에 담아 돌려 준다.
getAttachedFileList() - Method in interface net.waglewagle.mail.IMailMessage
첨부 파일 목록을 얻는다.
getAttachedFileList() - Method in class net.waglewagle.mail.MailMessage
 
getBody() - Method in interface net.waglewagle.mail.IMailMessage
메일 본문을 얻는다.
getBody() - Method in class net.waglewagle.mail.MailMessage
 
getBodyTemplate() - Method in class net.waglewagle.util.TemplateMailSender
 
getBool(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 boolean 형으로 얻는다.
getBool(String, boolean) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 boollean 형으로 얻는다.
getBool(String, boolean, boolean) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 파라미터 이름으로 넘어온 값을 boolean 형 값으로 돌려 준다.
getBool(String) - Method in class net.waglewagle.util.Config
주어진 Key로 저장되어 있는 boolean형 설정 값을 얻는다.
getBool(String, boolean) - Method in class net.waglewagle.util.Config
주어진 Key로 저장되어 있는 boolean형 설정 값을 얻는다.
getBool(String) - Static method in class net.waglewagle.util.Value
주어진 값이 boolean로 변환할 수 있으면 변환된 값, 없으면 false를 돌려 준다.
getBool(String, boolean) - Static method in class net.waglewagle.util.Value
주어진 값이 boolean로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getBool(Object) - Static method in class net.waglewagle.util.Value
주어진 값이 boolean로 변환할 수 있으면 변환된 값, 없으면 0을 돌려 준다.
getBool(Object, boolean) - Static method in class net.waglewagle.util.Value
주어진 값이 boolean로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getBoolArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 boolean 형 값을 요소로 가진 배열로 돌려 준다.
getBoolArr(String, boolean) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 boolean 형 값을 요소로 갖는 배열로 돌려 준다.
getBoolAttr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 담긴 boolean 형 값을 받는다.
getBoolObjArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 Boolean 객체의 배열로 얻는다.
getBoolObjArr(String, boolean) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 boolean 형으로 얻는다.
getByteCount(String, String) - Static method in class net.waglewagle.util.StringUtil
문자열을 특정 Encoding으로 바꾸었을 때 차지하는 Byte수를 돌려준다.
getCacheKey(String, Locale) - Method in class net.waglewagle.spring.view.LanguageViewResolver
 
getCellValue(T, int) - Method in class net.waglewagle.excel.AbstractDataProvider
주어진 데이타 중 columnIndex에 해당하는 값을 얻는다.
getCellValue(Cell) - Method in class net.waglewagle.excel.ExcelReader
주어진 Cell 객체의 값을 얻는다.
getCode() - Method in class net.waglewagle.domain.AbstractBasicResponse
 
getCode() - Method in interface net.waglewagle.domain.BasicResponse
처리 결과 코드 값을 얻는다.
getColumnCount() - Method in class net.waglewagle.excel.ArrayHeaderProvider
 
getColumnCount() - Method in interface net.waglewagle.excel.HeaderProvider
헤더의 컬럼 수를 돌려준다.
getCompanion() - Method in class net.waglewagle.markup.Tag
 
getConfig(String) - Static method in class net.waglewagle.util.Config
주어진 설정 파일 경로의 내용을 가진 Config 객체를 돌려 준다.
getConfiguration() - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
getConjunction() - Method in class net.waglewagle.spring.view.LanguageViewResolver
 
getConnection() - Static method in class net.waglewagle.db.ConnectionManager
기본 DB연결로 등록된 연결명의 Connection 객체를 얻는다.
getConnection(String) - Static method in class net.waglewagle.db.ConnectionManager
주어진 연결명으로 등록된 Connection 객체를 얻는다.
getConnection() - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
getCookie(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 Cookie 객체를 돌려준다.
getCookieValue(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 쿠키가 값을 돌려 준다.
getCount() - Method in class net.waglewagle.util.PageList
현재 담고 있는 목록의 항목 수(전체 항목 수가 아니라)를 돌려 준다.
getData() - Method in class net.waglewagle.domain.AbstractBasicResponse
 
getData() - Method in interface net.waglewagle.domain.BasicResponse
처리 결과 데이터를 얻는다.
getDateElement(int, Date) - Static method in class net.waglewagle.util.DateUtil
주어진 Date가 가지고 있는 값 중 주어진 요소의 값을 돌려 준다.
getDateFormat() - Method in class net.waglewagle.sqlmap.handler.NoDelimiterDateOnlyStringVsDateTypeHandler
 
getDateFormat() - Method in class net.waglewagle.sqlmap.handler.NoDelimiterTimeOnlyStringVsTimeTypeHandler
 
getDateFormat() - Method in class net.waglewagle.sqlmap.handler.StringVsDateTypeHandler
문자열을 Date로 치환하거나 Date를 문자열로 치환하기 위한 Formatter 객체를 얻는다.
getDateFormat() - Method in class net.waglewagle.sqlmap.handler.StringVsTimeTypeHandler
문자열을 Date로 치환하거나 Date를 문자열로 치환하기 위한 Formatter 객체를 얻는다.
getDayOfMonth(Date) - Static method in class net.waglewagle.util.DateUtil
주어진 Date객체의 월의 일 값을 int 값으로 돌려 준다.
getDayStrOfMonth(Date) - Static method in class net.waglewagle.util.DateUtil
주어진 Date객체의 월의 일 값을 int 값으로 돌려 준다.
getDefaultLanguage() - Method in class net.waglewagle.spring.view.LanguageViewResolver
 
getDelimeter() - Method in class net.waglewagle.sqlmap.handler.CommaDelimitedStringVsListTypeHandler
 
getDelimeter() - Method in class net.waglewagle.sqlmap.handler.DelimitedStringVsListTypeHandler
구별자로 사용되는 문자열을 얻는다.
getDelimeter() - Method in class net.waglewagle.sqlmap.handler.SemicolonDelimitedStringVsListTypeHandler
 
getDelimeter() - Method in class net.waglewagle.sqlmap.handler.VerticalBarDelimitedStringVsListTypeHandler
 
getDouble(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 double 형으로 얻는다.
getDouble(String, double) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 double 형으로 얻는다.
getDouble(String) - Static method in class net.waglewagle.util.Value
주어진 값이 double로 변환할 수 있으면 변환된 값, 없으면 0을 돌려 준다.
getDouble(String, double) - Static method in class net.waglewagle.util.Value
주어진 값이 double로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getDouble(Object) - Static method in class net.waglewagle.util.Value
주어진 값이 double로 변환할 수 있으면 변환된 값, 없으면 0을 돌려 준다.
getDouble(Object, double) - Static method in class net.waglewagle.util.Value
주어진 값이 double로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getDoubleArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 double 형 값을 요소로 가진 배열로 돌려 준다.
getDoubleArr(String, double) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 double 형 값을 요소로 갖는 배열로 돌려 준다.
getDoubleAttr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 담긴 double 형 값을 받는다.
getDoubleObjArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 Double 객체의 배열로 얻는다.
getDoubleObjArr(String, double) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 double 형으로 얻는다.
getDoubleValue1() - Method in class net.waglewagle.domain.BaseModel
 
getDoubleValue2() - Method in class net.waglewagle.domain.BaseModel
 
getDoubleValue3() - Method in class net.waglewagle.domain.BaseModel
 
getError() - Method in class net.waglewagle.domain.AbstractBasicResponse
 
getError() - Method in interface net.waglewagle.domain.BasicResponse
오류 정보를 얻는다.
getError() - Method in class net.waglewagle.http.DefaultHttpResponse
오류 객체를 얻는다.
getError() - Method in interface net.waglewagle.http.HttpResponse
오류 발생시 오류 객체를 얻는다.
getExtFromDataURI(String) - Static method in class net.waglewagle.util.FileStore
Data URI 형태의 문자열에 있는 MimeType 정보로부터 파일 확장자명을 판단하여 돌려 준다.
getFailData() - Method in class net.waglewagle.domain.AbstractResponse
 
getFailData() - Method in interface net.waglewagle.domain.Response
처리 실패 데이터를 얻는다.
getFalseValue() - Method in class net.waglewagle.sqlmap.handler.StringVsBooleanAbstractTypeHandler
true 값으로 사용되는 문자열을 돌려 준다.
getFalseValue() - Method in class net.waglewagle.sqlmap.handler.YnBooleanTypeHandler
 
getFetchEndDate() - Method in class net.waglewagle.mail.DateRangeMailFetcher
메일 가져올 마지막일자를 얻는다.
getFetchEndDayBefore() - Method in class net.waglewagle.mail.DayRangeMailFetcher
메일 가져올 현재일 기준 마지막 전일 수를 얻는다.
getFetchStartDate() - Method in class net.waglewagle.mail.DateRangeMailFetcher
메일 가져올 시작일자를 얻는다.
getFetchStartDayBefore() - Method in class net.waglewagle.mail.DayRangeMailFetcher
메일 가져올 현재일 기준 시작 전일 수를 얻는다.
getFile() - Method in class net.waglewagle.util.FileData
 
getFile(String) - Method in class net.waglewagle.util.FileStore
관리하는 루트 경로 이하, 주어진 경로에 대응하는 파일을 돌려 준다.
getFile() - Method in interface net.waglewagle.util.IFileData
파일의 내용을 담고 있는 파일 객체.
getFileName() - Method in class net.waglewagle.util.FileData
 
getFileName() - Method in interface net.waglewagle.util.IFileData
파일명을 얻는다.
getFirstNotEmpty(T...) - Static method in class net.waglewagle.util.Value
파라미터로 주어진 값들 중 빈 값이 아닌 첫번째 값을 돌려 준다.
getFloat(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 float 형으로 얻는다.
getFloat(String, float) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 float 형으로 얻는다.
getFloat(String) - Method in class net.waglewagle.util.Config
주어진 Key로 저장되어 있는 float형 설정 값을 얻는다.
getFloat(String, float) - Method in class net.waglewagle.util.Config
주어진 Key로 저장되어 있는 float형 설정 값을 얻는다.
getFloat(String) - Static method in class net.waglewagle.util.Value
주어진 값이 float로 변환할 수 있으면 변환된 값, 없으면 0을 돌려 준다.
getFloat(String, float) - Static method in class net.waglewagle.util.Value
주어진 값이 float로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getFloat(Object) - Static method in class net.waglewagle.util.Value
주어진 값이 float로 변환할 수 있으면 변환된 값, 없으면 0을 돌려 준다.
getFloat(Object, float) - Static method in class net.waglewagle.util.Value
주어진 값이 float로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getFloatArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 float 형 값을 요소로 가진 배열로 돌려 준다.
getFloatArr(String, float) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 float 형 값을 요소로 갖는 배열로 돌려 준다.
getFloatAttr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 담긴 float 형 값을 받는다.
getFloatObjArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 Float 객체의 배열로 얻는다.
getFloatObjArr(String, float) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 float 형으로 얻는다.
getFloatValue1() - Method in class net.waglewagle.domain.BaseModel
 
getFloatValue2() - Method in class net.waglewagle.domain.BaseModel
 
getFloatValue3() - Method in class net.waglewagle.domain.BaseModel
 
getFromAddr() - Method in class net.waglewagle.util.MailSender
 
getFromAddr() - Method in class net.waglewagle.util.TemplateMailSender
 
getGroup() - Method in class net.waglewagle.util.GroupPageList
 
getHttpRequest(HttpServletRequest, String) - Static method in class net.waglewagle.servlet.http.HttpRequest
주어진 HttpServletRequest Interface를 감싸는 HttpRequest 객체를 돌려 준다.
getHttpRequest(HttpServletRequest) - Static method in class net.waglewagle.servlet.http.HttpRequest
주어진 HttpServletRequest Interface를 감싸는 HttpRequest 객체를 돌려 준다.
getHttpResponse(HttpServletResponse) - Static method in class net.waglewagle.servlet.http.HttpResponse
주어진 HttpServletResponse Interface를 감싸는 HttpResponse 객체를 돌려 준다.
getInt(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 int 형으로 얻는다.
getInt(String, int) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 int 형으로 얻는다.
getInt(String, int, int) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 파라미터 이름으로 넘어온 값을 int 형 값으로 돌려 준다.
getInt(String) - Method in class net.waglewagle.util.Config
주어진 Key로 저장되어 있는 int형 설정 값을 얻는다.
getInt(String, int) - Method in class net.waglewagle.util.Config
주어진 Key로 저장되어 있는 int형 설정 값을 얻는다.
getInt(String) - Static method in class net.waglewagle.util.Value
주어진 값이 int로 변환할 수 있으면 변환된 값, 없으면 0을 돌려 준다.
getInt(String, int) - Static method in class net.waglewagle.util.Value
주어진 값이 int로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getInt(Object) - Static method in class net.waglewagle.util.Value
주어진 값이 int로 변환할 수 있으면 변환된 값, 없으면 0을 돌려 준다.
getInt(Object, int) - Static method in class net.waglewagle.util.Value
주어진 값이 int로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getIntArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 int 형 값을 요소로 가진 배열로 돌려 준다.
getIntArr(String, int) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 int 형 값을 요소로 갖는 배열로 돌려 준다.
getIntAttr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 담긴 int 형 값을 받는다.
getIntObjArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 Integer 객체의 배열로 얻는다.
getIntObjArr(String, int) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 int 형으로 얻는다.
getIntValue1() - Method in class net.waglewagle.domain.BaseModel
 
getIntValue2() - Method in class net.waglewagle.domain.BaseModel
 
getIntValue3() - Method in class net.waglewagle.domain.BaseModel
 
getKey() - Method in class net.waglewagle.domain.BaseModel
Key 값을 얻는다.
getLastPageNo() - Method in class net.waglewagle.util.PageList
마지막 페이지 번호를 얻는다.
getList() - Method in class net.waglewagle.util.PageList
이 페이지 객체에 속한 List 목록을 돌려 준다.
getLong(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 long 형으로 얻는다.
getLong(String, long) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 long 형으로 얻는다.
getLong(String) - Static method in class net.waglewagle.util.Value
주어진 값이 long로 변환할 수 있으면 변환된 값, 없으면 0을 돌려 준다.
getLong(String, long) - Static method in class net.waglewagle.util.Value
주어진 값이 long로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getLong(Object) - Static method in class net.waglewagle.util.Value
주어진 값이 long로 변환할 수 있으면 변환된 값, 없으면 0을 돌려 준다.
getLong(Object, long) - Static method in class net.waglewagle.util.Value
주어진 값이 long로 변환할 수 있으면 변환된 값, 없으면 def의 값을 돌려 준다.
getLongArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 long 형 값을 요소로 가진 배열로 돌려 준다.
getLongArr(String, long) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 long 형 값을 요소로 갖는 배열로 돌려 준다.
getLongAttr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 담긴 long 형 값을 받는다.
getLongObjArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값들을 Long 객체의 배열로 얻는다.
getLongObjArr(String, long) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 파라미터 값을 long 형으로 얻는다.
getLongValue1() - Method in class net.waglewagle.domain.BaseModel
 
getLongValue2() - Method in class net.waglewagle.domain.BaseModel
 
getLongValue3() - Method in class net.waglewagle.domain.BaseModel
 
getMailSender() - Method in class net.waglewagle.util.MailSender
 
getMailSender() - Method in class net.waglewagle.util.TemplateMailSender
 
getMapper(Class<T>) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
getMessage() - Method in class net.waglewagle.domain.AbstractBasicResponse
 
getMessage() - Method in interface net.waglewagle.domain.BasicResponse
처리 결과 메세지를 얻는다.
getMethod(String) - Method in class net.waglewagle.struts.actions.MultipleAction
Introspect the current class to identify a method of the specified name that accepts the same parameter types as the execute method does.
getMimeType() - Method in interface net.waglewagle.mail.IMailMessage
메일 본문의 MimeType을 엉는다.
getMimeType() - Method in class net.waglewagle.mail.MailMessage
 
getMimeType() - Method in class net.waglewagle.util.FileData
 
getMimeType() - Method in interface net.waglewagle.util.IFileData
파일의 MimeType을 얻는다.
getMimeType(File) - Static method in class net.waglewagle.util.WebUtil
주어진 파일의 MimeType 값을 돌려 준다.
getMl() - Method in class net.waglewagle.markup.Markup
태그가 입혀진 마크업 텍스트를 얻는다.
getMonth(Date) - Static method in class net.waglewagle.util.DateUtil
주어진 Date객체의 월을 int 값으로 돌려 준다.
getMonthString(Date) - Static method in class net.waglewagle.util.DateUtil
주어진 Date객체의 월을 String 값으로 돌려 준다.
getName() - Method in class net.waglewagle.markup.Tag
 
getNestedMailMessage() - Method in interface net.waglewagle.mail.IMailMessage
포함 메일 메세지 객체를 얻는다.
getNestedMailMessage() - Method in class net.waglewagle.mail.MailMessage
 
getNextList() - Method in class net.waglewagle.excel.AbstractDataProvider
다음 데이터 목록을 얻는다.
getOmitPath() - Method in class net.waglewagle.xml.sax.XPathHandler
생략경로 값을 얻는다.
getPageNo() - Method in class net.waglewagle.openapi.DefaultQueryListResult
 
getPageNo() - Method in interface net.waglewagle.openapi.QueryListResult
검색결과가 담고 있는 현재 페이지를 얻는다.
getPageNo() - Method in class net.waglewagle.util.PageList
 
getPageSize() - Method in class net.waglewagle.openapi.DefaultQueryListResult
 
getPageSize() - Method in interface net.waglewagle.openapi.QueryListResult
한 페이지당 검색 결과 갯수를 얻는다.
getPageSize() - Method in class net.waglewagle.util.PageList
 
getParameter(String) - Method in class net.waglewagle.servlet.http.HttpRequest
파라미터 값이 null인 경우 빈 문자열("")을 돌려 준다.
getParameter(String) - Method in class net.waglewagle.servlet.http.XssDefenseHttpServletRequest
 
getParameterValues(String) - Method in class net.waglewagle.servlet.http.XssDefenseHttpServletRequest
 
getPattern() - Method in class net.waglewagle.spring.convert.StringToDateConverter
 
getPosition() - Method in class net.waglewagle.markup.Tag
 
getPropCO(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 포함함을 의미하는 접미어(Condition.CO)를 붙여 돌려 준다.
getPropEN(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 ~로 끝남을 의미하는 접미어(Condition.EN)를 붙여 돌려 준다.
getPropEQ(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 일치를 의미하는 접미어(Condition.EQ)를 붙여 돌려 준다.
getPropEQs(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 일치를 의미하는 접미어(Condition.EQs)를 붙여 돌려 준다.
getPropGE(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 크거나 같음을 의미하는 접미어(Condition.GE)를 붙여 돌려 준다.
getPropGT(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 보다 큼을 의미하는 접미어(Condition.GT)를 붙여 돌려 준다.
getPropLE(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 작거나 같음을 의미하는 접미어(Condition.LE)를 붙여 돌려 준다.
getPropLT(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 작음을 의미하는 접미어(Condition.LT)를 붙여 돌려 준다.
getPropNCO(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 포함하지 않음을 의미하는 접미어(Condition.NCO)를 붙여 돌려 준다.
getPropNE(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 불일치를 의미하는 접미어(Condition.NE)를 붙여 돌려 준다.
getPropNEN(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 ~로 끝나지 않음을 의미하는 접미어(Condition.NEN)를 붙여 돌려 준다.
getPropNEs(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 불일치를 의미하는 접미어(Condition.NEs)를 붙여 돌려 준다.
getPropNL(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 NULL을 의미하는 접미어(Condition.NL)를 붙여 돌려 준다.
getPropNNL(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 NOT NULL을 의미하는 접미어(Condition.NNL)를 붙여 돌려 준다.
getPropNST(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 시작하지 않음을 의미하는 접미어(Condition.NST)를 붙여 돌려 준다.
getPropST(String) - Static method in class net.waglewagle.util.Condition
주어진 속성명에 시작함을 의미하는 접미어(Condition.ST)를 붙여 돌려 준다.
getReceivedDate() - Method in interface net.waglewagle.mail.IMailMessage
수신일시를 얻는다.
getReceivedDate() - Method in class net.waglewagle.mail.MailMessage
 
getRedirector(String) - Static method in class net.waglewagle.servlet.filter.SessionAliveCheckFilter
주어진 필터명으로 등록된 SessionAliveCheckFilter에서 사용하는 Redirector 객체를 얻는다.
getReplyAddr() - Method in class net.waglewagle.util.MailSender
 
getReplyEmail() - Method in interface net.waglewagle.mail.IMailMessage
답장할 메일 주소를 얻는다.
getReplyEmail() - Method in class net.waglewagle.mail.MailMessage
 
getResponseCode() - Method in class net.waglewagle.http.DefaultHttpResponse
 
getResponseCode() - Method in interface net.waglewagle.http.HttpResponse
HTTP 응답 코드를 돌려 준다.
getResponseMessage() - Method in class net.waglewagle.http.DefaultHttpResponse
 
getResponseMessage() - Method in interface net.waglewagle.http.HttpResponse
HTTP 응답 메세지를 돌려 준다.
getResponseResult() - Method in class net.waglewagle.http.DefaultHttpResponse
 
getResponseResult() - Method in interface net.waglewagle.http.HttpResponse
HTTP 호출 결과 데이터를 돌려준다.
getResult() - Method in class net.waglewagle.openapi.DefaultQueryResult
 
getResult() - Method in class net.waglewagle.openapi.kipris.handler.FamilyInfoXPathHandler
파싱한 결과를 얻는다.
getResult() - Method in class net.waglewagle.openapi.kipris.handler.FreeSearchXPathHandler
파싱한 결과를 얻는다.
getResult() - Method in interface net.waglewagle.openapi.QueryListResult
검색결과에 담긴 페이지에 해당하는 목록을 얻는다.
getResult() - Method in interface net.waglewagle.openapi.QueryResult
 
getResult(ResultGetter) - Method in class net.waglewagle.sqlmap.handler.DelimitedStringVsListTypeHandler
 
getResult(ResultGetter) - Method in class net.waglewagle.sqlmap.handler.StringVsBooleanAbstractTypeHandler
 
getResult(ResultGetter) - Method in class net.waglewagle.sqlmap.handler.StringVsDateTypeHandler
 
getResult(ResultGetter) - Method in class net.waglewagle.sqlmap.handler.StringVsTimeTypeHandler
 
getRootPath() - Method in class net.waglewagle.util.FileStore
파일 저장의 루트의 전체 경로를 돌려 준다.
getRowCount() - Method in class net.waglewagle.excel.ArrayHeaderProvider
 
getRowCount() - Method in interface net.waglewagle.excel.HeaderProvider
헤더의 Row 수를 돌려준다.
getSenderEmail() - Method in interface net.waglewagle.mail.IMailMessage
송신자 E메일 주소를 얻는다.
getSenderEmail() - Method in class net.waglewagle.mail.MailMessage
 
getSenderName() - Method in interface net.waglewagle.mail.IMailMessage
송신자명을 얻는다.
getSenderName() - Method in class net.waglewagle.mail.MailMessage
 
getSentDate() - Method in interface net.waglewagle.mail.IMailMessage
송신일시를 얻는다.
getSentDate() - Method in class net.waglewagle.mail.MailMessage
 
getSessionUser(HttpServletRequest) - Static method in class net.waglewagle.servlet.http.UserSessionManager
현재 Session에 저장되어 있는 사용자 정보를 얻는다.
getSessionUser(HttpSession) - Static method in class net.waglewagle.servlet.http.UserSessionManager
현재 Session에 저장되어 있는 사용자 정보를 얻는다.
getSqlMapRunner(String) - Static method in class net.waglewagle.mybatis.MyBatisSqlRunner
주어진 MyBatis SqlMap 설정 파일을 사용하는 SqlMapRunner 객체를 얻는다.
getSqlMapRunner(String) - Static method in class net.waglewagle.sqlmap.SqlMapRunner
주어진 iBatis SqlMap 설정 파일을 사용하는 SqlMapRunner 객체를 얻는다.
getSqlRunner() - Method in class net.waglewagle.db.SqlRunnerBaseDao
 
getSqlRunner() - Method in class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 
getSqlRunner() - Method in class net.waglewagle.struts.actions.SqlMapMultipleAction
SqlMapRunner 객체를 얻는다.
getSqlSession() - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
getString() - Method in class net.waglewagle.markup.Tag
 
getString(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름으로 넘어온 파라미터 값을 돌려 준다.
getString(String, String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름으로 넘어온 파라미터 값을 돌려 준다.
getString(String, String, String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 파라미터 이름으로 넘어온 값을 String으로 돌려 준다.
getString(String) - Method in class net.waglewagle.util.Config
주어진 Key로 저장되어 있는 설정 값을 얻는다.
getString(String, String) - Method in class net.waglewagle.util.Config
주어진 Key로 저장되어 있는 설정 값을 얻는다.
getString(String) - Static method in class net.waglewagle.util.Value
주어진 값이 null이면 빈 문자열("")을 돌려 주고, 그렇지 않으면 자신을 돌려 준다.
getString(String, String) - Static method in class net.waglewagle.util.Value
주어진 값이 null이거나 빈 문자열("")이면 기본값을 돌려 주고, 그렇지 않으면 자신을 돌려 준다.
getString(Object, String) - Static method in class net.waglewagle.util.Value
주어진 객체가 null이면 기본값을 돌려 주고, 그렇지 않으면 객체를 String.valueOf로 얻는 값을 돌려 준다.
getStringArr(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름으로 넘어온 파라미터 값의 배열을 돌려 준다.
getStringArr(String, String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름으로 넘어온 파라미터 값의 배열을 돌려 준다.
getStringArr(String, String, String, int) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 파라미터 이름으로 넘어온 값을 String의 배열로 돌려 준다.
getSubject() - Method in interface net.waglewagle.mail.IMailMessage
메일 제목을 얻는다.
getSubject() - Method in class net.waglewagle.mail.MailMessage
 
getSysDayOfMonth() - Static method in class net.waglewagle.util.DateUtil
현재 시스템의 월의 일 값을 int 값으로 돌려 준다.
getSysDayStrOfMonth() - Static method in class net.waglewagle.util.DateUtil
현재 시스템의 월의 일 값을 int 값으로 돌려 준다.
getSysMonth() - Static method in class net.waglewagle.util.DateUtil
현재 시스템의 월을 int 값으로 돌려 준다.
getSysMonthStr() - Static method in class net.waglewagle.util.DateUtil
현재 시스템의 월을 String 값으로 돌려 준다.
getSysYear() - Static method in class net.waglewagle.util.DateUtil
현재 시스템의 연도를 int 값으로 돌려 준다.
getSysYearStr() - Static method in class net.waglewagle.util.DateUtil
현재 시스템의 연도를 String 값으로 돌려 준다.
getText() - Method in class net.waglewagle.markup.Markup
태그가 제거된 텍스트를 돌려 준다.
getText() - Method in enum net.waglewagle.openapi.kipris.Country
 
getToAddr() - Method in class net.waglewagle.util.TemplateMailSender
 
getTotalCount() - Method in class net.waglewagle.openapi.DefaultQueryListResult
 
getTotalCount() - Method in class net.waglewagle.openapi.kipris.handler.FreeSearchXPathHandler
전체 검색 결과 수를 얻는다.
getTotalCount() - Method in interface net.waglewagle.openapi.QueryListResult
전체 검색 결과 갯수를 얻는다.
getTotalCount() - Method in class net.waglewagle.util.PageList
 
getTrueValue() - Method in class net.waglewagle.sqlmap.handler.StringVsBooleanAbstractTypeHandler
false 값으로 사용되는 문자열을 돌려 준다.
getTrueValue() - Method in class net.waglewagle.sqlmap.handler.YnBooleanTypeHandler
 
getType() - Method in class net.waglewagle.markup.Tag
 
getUserSessionKey(HttpSession) - Static method in class net.waglewagle.servlet.http.UserSessionManager
Session에 사용자 세션 객체를 저장할 때 사용하는 Key 값을 얻는다.
getValue(Object, String) - Static method in class net.waglewagle.util.ReflectionGetter
 
getWarningData() - Method in class net.waglewagle.domain.AbstractGeneralResponse
 
getWarningData() - Method in interface net.waglewagle.domain.GeneralResponse
처리 결과 경고 데이터를 얻는다.
getYear(Date) - Static method in class net.waglewagle.util.DateUtil
주어진 Date객체의 연도 값을 돌려 준다.
getYearStr(Date) - Static method in class net.waglewagle.util.DateUtil
주어진 Date객체의 연도를 String 값으로 돌려 준다.
GroupPageList<T,G> - Class in net.waglewagle.util
 
GroupPageList() - Constructor for class net.waglewagle.util.GroupPageList
 
GroupPageList(int, int, int) - Constructor for class net.waglewagle.util.GroupPageList
 
GroupPageList(int, int) - Constructor for class net.waglewagle.util.GroupPageList
 
GroupResultSetHandler - Class in net.waglewagle.db.handler
여러 ResultSetHandler를 묶어 처리하는 한 번에 처리하기 위한 ResultSetHandler.
GroupResultSetHandler(ResultSetHandler...) - Constructor for class net.waglewagle.db.handler.GroupResultSetHandler
ResultSetHandler 배열로 GroupResultSetHandler 객체 생성.
GroupResultSetHandler(List<ResultSetHandler>) - Constructor for class net.waglewagle.db.handler.GroupResultSetHandler
ResultSetHandler 목록으로 GroupResultSetHandler 객체 생성.
GT - Static variable in class net.waglewagle.util.Condition
접미어: 크다(Greater Than).
GTLE - Static variable in class net.waglewagle.util.Condition
접미어: 크고 작거나 같다(Greater Than and Lesser than or Equal).
GTLT - Static variable in class net.waglewagle.util.Condition
접미어: 크고 작다(Greater Than and Lesser Than).

H

H2Driver - Class in net.waglewagle.log4sql
H2 Database(http://www.h2database.com/)용 JDBC Driver 지원.
H2Driver() - Constructor for class net.waglewagle.log4sql.H2Driver
 
handle(int, String, int, Map<String, ? extends Object>) - Method in interface net.waglewagle.excel.ExcelRowHandler
 
handle(int, String, int, Map<String, ? extends Object>) - Method in class net.waglewagle.excel.PrintExcelRowHandler
 
handle(InputStream) - Method in class net.waglewagle.http.BaseResponseHandler
 
handle(InputStream, String) - Method in class net.waglewagle.http.BaseResponseHandler
 
handle(InputStream) - Method in interface net.waglewagle.http.HttpResponseHanlder
 
handle(InputStream, String) - Method in interface net.waglewagle.http.HttpResponseHanlder
 
handle(InputStream, String) - Method in class net.waglewagle.http.StringResponseHandler
 
handle(InputStream, String) - Method in class net.waglewagle.http.xml.PrintXPathResponseHanlder
 
handle(Message) - Method in interface net.waglewagle.mail.IMailMessageHandler
메일 Message를 처리한다.
handle(InputStream, String) - Method in class net.waglewagle.openapi.kipris.handler.FamilyInfoResponseHandler
 
handle(InputStream, String) - Method in class net.waglewagle.openapi.kipris.handler.FreeSearchResponseHandler
 
handle(MatchResult) - Method in interface net.waglewagle.util.MatchResultHandler
주어진 Matcher 객체를 이용하여 교체할 문자열을 돌려 준다.
HandlebarsMailSender - Class in net.waglewagle.util
Handlebars(https://github.com/jknack/handlebars.java) 템플릿 엔진을 이용하여 본문을 생성하는 MailSender 클래스
HandlebarsMailSender(JavaMailSender, String, Reader) - Constructor for class net.waglewagle.util.HandlebarsMailSender
 
HandlebarsMailSender(JavaMailSender, String, String, Reader) - Constructor for class net.waglewagle.util.HandlebarsMailSender
 
HandlebarsMailSender(JavaMailSender, String, String, String) - Constructor for class net.waglewagle.util.HandlebarsMailSender
 
HandlebarsMailSender(JavaMailSender, String, String) - Constructor for class net.waglewagle.util.HandlebarsMailSender
 
handleResult(ResultContext) - Method in class net.waglewagle.mybatis.RowHandlerWrapResultHandler
 
handleRow(E) - Method in class net.waglewagle.db.BeanGroupingRowHandler
 
handleRow(ResultSet) - Method in class net.waglewagle.db.handler.GroupResultSetHandler
 
handleRow(ResultSet) - Method in interface net.waglewagle.db.handler.ResultSetHandler
ResultSetnext()가 호출된 후 매번 호출된다.
handleRow(ResultSet) - Method in class net.waglewagle.db.handler.ResultSetHandlerAdapter
 
handleRow(ResultSet) - Method in class net.waglewagle.db.handler.TimeLogResultSetHandler
 
handleRow(R) - Method in interface net.waglewagle.db.RowHandler
 
handleRow(Object) - Method in class net.waglewagle.db.ValueGroupingRowHandler
 
handleRow(Object) - Method in class net.waglewagle.sqlmap.WagleRowHandlerWrapRowHandler
 
hasCookie(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 쿠키가 값 유무와는 상관 없이 존재하는지 여부를 확인하여, 있으면 true, 없으면 false를 돌려 준다.
hasCookieValue(String) - Method in class net.waglewagle.servlet.http.HttpRequest
주어진 이름의 쿠키가 존재하고 쿠키의 값이 빈 문자열이 아닌 값이 있는지 여부를 확인하여, 있으면 true, 없으면 false를 돌려 준다.
hash(String, String) - Static method in class net.waglewagle.util.StringUtil
주어진 해쉬 알고리즘을 이용하여 문자열의 해쉬 값을 만든다.
hashWithMD5(String) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 "MD5" 해쉬값을 Base64로 인코딩된 문자열로 돌려준다.
hashWithSHA256(String) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 "SHA256" 해쉬값을 Base64로 인코딩된 문자열로 돌려준다.
hasNextRow() - Method in class net.waglewagle.excel.AbstractDataProvider
 
hasNextRow() - Method in class net.waglewagle.excel.ArrayHeaderProvider
 
hasNextRow() - Method in interface net.waglewagle.excel.DataProvider
다음 Row의 데이터가 있는지 여부를 돌려주고, 있다면, 설정할 데이터를 다음 Row로 옮긴다.
HeaderProvider - Interface in net.waglewagle.excel
헤더 정보 제공자 ExcelWriter에서 헤더 정보를 생성할 때 사용된다.
Html5TagSet - Static variable in class net.waglewagle.markup.StandardTagSet
HTML5 태그셋.
HttpRequest - Class in net.waglewagle.http
초간단 HTTP GET 요청
HttpRequest() - Constructor for class net.waglewagle.http.HttpRequest
 
HttpRequest - Class in net.waglewagle.servlet.http
HttpServletRequest 객체를 한 번 감싸서 별도의 형변환 없이 원하는 자료형의 파라미터 값으로 받는 여러가지 메쏘드를 제공하기 위한 클래스.
HttpRequest(HttpServletRequest) - Constructor for class net.waglewagle.servlet.http.HttpRequest
객체를 생성한다.
HttpResponse<T> - Interface in net.waglewagle.http
 
HttpResponse - Class in net.waglewagle.servlet.http
HttpServletResponse를 감싸서 많이 사용하는 형태의 응답을 전송하는데 편리할 메쏘드를 가지고 있는 클래스.
HttpResponse(HttpServletResponse) - Constructor for class net.waglewagle.servlet.http.HttpResponse
 
HttpResponseHanlder<T> - Interface in net.waglewagle.http
 

I

ICondition - Interface in net.waglewagle.util
WHERE 절에 사용되는 조건 정보를 담기 위한 Interface.
IFileData - Interface in net.waglewagle.util
첨부 파일을 정의한 Interface.
IllegalAccessBlockFilter - Class in net.waglewagle.servlet.filter
실제 사용자가 아닌 웹봇 등에 의해 사이트 접근하는 것을 차단하기 위한 필터.
IllegalAccessBlockFilter() - Constructor for class net.waglewagle.servlet.filter.IllegalAccessBlockFilter
 
IMailFetcher - Interface in net.waglewagle.mail
 
IMailMessage - Interface in net.waglewagle.mail
메일 메세지 Interface.
IMailMessageHandler - Interface in net.waglewagle.mail
메일 Message 객체 핸들러.
indexOf(Object[], String) - Static method in class net.waglewagle.servlet.tag.Functions
배열 중 주어진 문자열과 같은 첫번째 요소의 Index 값을 돌려 준다.
indexOf(Iterable<? extends Object>, String) - Static method in class net.waglewagle.servlet.tag.Functions
Iterable의 요소 중 주어진 문자열과 같은 첫번째 요소의 Index 값을 돌려 준다.
init(ServletConfig) - Method in class net.waglewagle.servlet.file.FileServerServlet
 
init(FilterConfig) - Method in class net.waglewagle.servlet.filter.AbstractFilter
 
init(FilterConfig) - Method in class net.waglewagle.servlet.filter.CrossDomainAllowHeaderSetFilter
 
init(FilterConfig) - Method in class net.waglewagle.servlet.filter.EncodingFilter
 
init(FilterConfig) - Method in class net.waglewagle.servlet.filter.ForceAccessBlockFilter
 
init(FilterConfig) - Method in class net.waglewagle.servlet.filter.IllegalAccessBlockFilter
 
init(FilterConfig) - Method in class net.waglewagle.servlet.filter.JvmMemoryLogFilter
 
init(FilterConfig) - Method in class net.waglewagle.servlet.filter.ParameterLogFilter
 
init(FilterConfig) - Method in class net.waglewagle.servlet.filter.SessionAliveCheckFilter
 
init(FilterConfig) - Method in class net.waglewagle.servlet.filter.XssDefenseFilter
 
insert(String, Object) - Method in interface net.waglewagle.db.SqlRunner
주어진 ID에 해당하는 INSERT 문을 호출하여 새로운 정보를 등록한다.
insert(String, List<? extends Object>) - Method in interface net.waglewagle.db.SqlRunner
주어진 ID에 해당하는 INSERT 문으로 새로운 정보들을 등록한다.
insert(String) - Method in interface net.waglewagle.db.SqlRunner
주어진 ID에 해당하는 INSERT 문을 호출하여 새로운 정보를 등록한다.
insert(String, Object) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
insert(String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
insert(String, List<? extends Object>) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
insert(String) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
insert(String, Object) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
insert(String, Object) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
insert(String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
insert(String, List<? extends Object>) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
insertTag(int, String, int) - Method in class net.waglewagle.markup.Markup
주어진 위치에 해당하는 태그를 추가합니다.
insertTag(Tag, int) - Method in class net.waglewagle.markup.Markup
삽입될 위치 값을 가지고 있는 태그를 추가합니다.
insertTag(int, Tag, int) - Method in class net.waglewagle.markup.Markup
주어진 위치에 해당하는 태그를 추가합니다.
InvalidXMLCharacterFilterReader - Class in net.waglewagle.xml
 
InvalidXMLCharacterFilterReader(Reader) - Constructor for class net.waglewagle.xml.InvalidXMLCharacterFilterReader
 
IOUtil - Class in net.waglewagle.util
File과 Stream의 IO 처리를 간편하게 하기 위한 클래스.
IOUtil() - Constructor for class net.waglewagle.util.IOUtil
 
isCaseSensitive() - Method in interface net.waglewagle.markup.ITagSet
대소문자 구별 여부를 돌려 준다.
isCaseSensitive() - Method in class net.waglewagle.markup.TagSet
대소문자 구별 여부를 돌려 준다.
isEmpty(String) - Static method in class net.waglewagle.util.StringUtil
주어진 String 객체 참조 변수가 null이거나 빈 문자열("")인지 검사한 결과를 돌려 준다.
isEmpty(String, boolean) - Static method in class net.waglewagle.util.StringUtil
주어진 String 객체 참조 변수가 null이거나 afterTrim 값에 따라 trim 처리 후 빈 문자열("")이 되는지 검사한 결과를 돌려 준다. afterTrim이 true이면 Trim 처리 후 검사하고, false이면 Trim 처리하지 않고 검사한다.
isFail() - Method in class net.waglewagle.domain.AbstractBasicResponse
처리 실패 여부를 얻는다.
isFail() - Method in interface net.waglewagle.domain.BasicResponse
처리 실패 여부를 얻는다.
isIncludeWarning() - Method in class net.waglewagle.domain.AbstractGeneralResponse
 
isIncludeWarning() - Method in interface net.waglewagle.domain.GeneralResponse
처리결과에 경고 정보를 포함하는지 여부를 얻는다.
isInTag(int) - Method in class net.waglewagle.markup.Markup
주어진 위치가 태그 문자열 내부인지 여부를 돌려 준다.
isInTextTag(String) - Method in interface net.waglewagle.markup.ITagSet
주어진 태그명의 태그가 InText 태그인지 여부를 돌려 준다.
isInTextTag(String) - Method in class net.waglewagle.markup.TagSet
주어진 태그명이 InText 태그인지 여부를 돌려 준다.
isNotEmpty(String) - Static method in class net.waglewagle.util.StringUtil
주어진 String 객체 참조 변수가 비지 않았는지 여부를 돌려 준다.
isNotEmpty(String, boolean) - Static method in class net.waglewagle.util.StringUtil
주어진 String 객체 참조 변수가 null이거나 afterTrim 값에 따라 trim 처리 후 빈 문자열("")이 아닌지 검사한 결과를 돌려 준다. afterTrim이 true이면 Trim 처리 후 검사하고, false이면 Trim 처리하지 않고 검사한다.
isSoleTag(String) - Method in interface net.waglewagle.markup.ITagSet
단독 태그 여부를 돌려 준다.
isSoleTag(String) - Method in class net.waglewagle.markup.TagSet
 
isSuccess() - Method in interface net.waglewagle.domain.BasicResponse
처리 성공 여부를 얻는다.
isSuccess() - Method in class net.waglewagle.domain.DefaultBasicResponse
처리 성공 여부를 얻는다.
isSuccess() - Method in class net.waglewagle.domain.DefaultGeneralResponse
처리 성공 여부를 얻는다.
isSuccess() - Method in class net.waglewagle.domain.DefaultResponse
처리 성공 여부를 얻는다.
isTarget(Message) - Method in class net.waglewagle.mail.AbstractMailFetcher
주어진 메일이 가져올 대상인지 여부를 돌려 준다.
isTarget(Message) - Method in class net.waglewagle.mail.AllMailFetcher
 
isTarget(Message) - Method in class net.waglewagle.mail.DateRangeMailFetcher
 
isTargetSheet(int, String) - Method in interface net.waglewagle.excel.ExcelRowHandler
주어진 Sheet가 값을 읽을 시트인지 여부를 돌려 준다.
isTargetSheet(int, String) - Method in class net.waglewagle.excel.ExcelRowHandlerAdapter
주어진 Sheet가 값을 읽을 시트인지 여부를 돌려 준다.
isToBeDeleted() - Method in class net.waglewagle.domain.BaseModel
삭제될지여부 값을 얻는다.
isUseNamespace() - Method in class net.waglewagle.xml.sax.XPathHandler
네임스페이스 사용여부를 얻는다.
ITagSet - Interface in net.waglewagle.markup
마크업 태그셋 Interface.

J

JacksonObjectMapper - Class in net.waglewagle.jackson
java.util.Date 객체를 JSON으로 변환시 ""yyyy-MM-dd'T'HH:mm:ss" 형식의 문자열로 변환하기 위한 ObjectMapper.
JacksonObjectMapper() - Constructor for class net.waglewagle.jackson.JacksonObjectMapper
 
join(Iterable<Object>, String) - Static method in class net.waglewagle.servlet.tag.Functions
주어진 목록을 구별자 문자를 사이에 넣어 한 문자열로 만들어 돌려준다.
JsonUtil - Class in net.waglewagle.util
Java 정보로 JSON 형태의 문자열을 생성하거나 생성된 이 문자열을 주어진 Stream, Writer에 쏘는 기능을 가진다.
JvmMemoryLogFilter - Class in net.waglewagle.servlet.filter
JVM의 메모리 량을 로그로 기록하는 Filter.
JvmMemoryLogFilter() - Constructor for class net.waglewagle.servlet.filter.JvmMemoryLogFilter
 

K

KoreaBibliographicInfoSearcher - Class in net.waglewagle.openapi.kipris.soap
국내특허 서지상세검색.
KoreaBibliographicInfoSearcher(String, String) - Constructor for class net.waglewagle.openapi.kipris.soap.KoreaBibliographicInfoSearcher
국내특허서지상세검색 객체를 생성한다.
KoreaFamilyInfoSearcher - Class in net.waglewagle.openapi.kipris.soap
국내특허/실용신안의 매밀리 정보를 조회하는 클래스.
KoreaFamilyInfoSearcher(String, String) - Constructor for class net.waglewagle.openapi.kipris.soap.KoreaFamilyInfoSearcher
국내특허서지상세검색 객체를 생성한다.
KoreaFreeSearcher - Class in net.waglewagle.openapi.kipris.soap
국내특허 자유검색.
KoreaFreeSearcher(String, String) - Constructor for class net.waglewagle.openapi.kipris.soap.KoreaFreeSearcher
국내특허자유검색 객체를 생성한다.

L

LanguageJstlView - Class in net.waglewagle.spring.view
com.koreantk.springmvc.LanguageViewResolver 사용시 해당하는 View가 있는지 확인하기 위해 JstlView를 상속받아 만든 클래스.
LanguageJstlView() - Constructor for class net.waglewagle.spring.view.LanguageJstlView
 
LanguageViewResolver - Class in net.waglewagle.spring.view
Locale중 언어코드 2자리를 덧붙인 View를 사용하기 위한 ViewResolver.
LanguageViewResolver() - Constructor for class net.waglewagle.spring.view.LanguageViewResolver
 
lastIndexOf(String, String) - Static method in class net.waglewagle.servlet.tag.Functions
전체 문자열 중 대상 문자열이 마지막으로 찾아지는 index를 돌려준다.
lastIndexOf(Object[], String) - Static method in class net.waglewagle.servlet.tag.Functions
배열 중 주어진 문자열과 같은 마지막 요소의 Index 값을 돌려 준다.
lastIndexOf(Iterable<? extends Object>, String) - Static method in class net.waglewagle.servlet.tag.Functions
Iterable의 요소 중 주어진 문자열과 같은 마지막 요소의 Index 값을 돌려 준다.
LE - Static variable in class net.waglewagle.util.Condition
접미어: 작거나 같다(Lesser than or Equal).
loadView(String, Locale) - Method in class net.waglewagle.spring.view.LanguageViewResolver
 
log - Static variable in class net.waglewagle.struts.actions.MultipleAction
Commons Logging instance.
LT - Static variable in class net.waglewagle.util.Condition
접미어: 작다(Lesser Than).

M

MailMessage - Class in net.waglewagle.mail
메일 메세지 클래스.
MailMessage() - Constructor for class net.waglewagle.mail.MailMessage
 
MailMessageConverter - Class in net.waglewagle.mail
메일 가져오는 기본클래스.
MailMessageConverter() - Constructor for class net.waglewagle.mail.MailMessageConverter
 
MailSender - Class in net.waglewagle.util
Tempalte 메일 내용을 기반으로 메일을 전송한다.
MailSender(JavaMailSender) - Constructor for class net.waglewagle.util.MailSender
 
MailSender(JavaMailSender, String) - Constructor for class net.waglewagle.util.MailSender
 
MailSender(JavaMailSender, String, String) - Constructor for class net.waglewagle.util.MailSender
 
makeArray(int) - Static method in class net.waglewagle.util.StringUtil
주어진 갯수만큼의 String 배열을 만들고, 각 String을 빈 문자열("")로 초기화 하여 돌려 준다.
makeArray(int, String) - Static method in class net.waglewagle.util.StringUtil
주어진 갯수만큼의 String 배열을 만들고 각 String을 주어진 String 값으로 초기화하여 돌려 준다.
makeBody(String, Map<String, ? extends Object>) - Method in class net.waglewagle.util.HandlebarsMailSender
주어진 템플릿 문자열과 데이터를 이용하요 생성된 본문을 돌려 준다.
makeBody(String, Map<String, ? extends Object>) - Method in class net.waglewagle.util.TemplateMailSender
 
makeCondition(HttpServletRequest) - Static method in class net.waglewagle.servlet.http.ConditionParameter
 
makeUUID() - Static method in class net.waglewagle.util.StringUtil
 
MariadbDriver - Class in net.waglewagle.log4sql
MariaDB용 Log4sql 드라이버.
MariadbDriver() - Constructor for class net.waglewagle.log4sql.MariadbDriver
 
Markup - Class in net.waglewagle.markup
Markup 텍스트를 다루기 위한 클래스.
Markup(String, ITagSet) - Constructor for class net.waglewagle.markup.Markup
주어진 마크업을 포함한 텍스트를 파라미터로 Markup 객체를 생성한다.
MatchResultHandler - Interface in net.waglewagle.util
정규식 기반 문자열 치환시 치환할 문자열을 돌려 주는 Interface.
merge(String[]) - Static method in class net.waglewagle.util.StringUtil
문자열 배열을 받아 순서대로 합쳐서 하나의 문자열을 만들어 돌려준다.
merge(String[], String) - Static method in class net.waglewagle.util.StringUtil
문자열 배열을 받아 순서대로 합쳐서 하나의 문자열을 만들어 돌려준다.
merge(String[], String, boolean) - Static method in class net.waglewagle.util.StringUtil
문자열 배열을 받아 순서대로 합쳐서 하나의 문자열을 만들어 돌려준다.
merge(String[], String, boolean, boolean) - Static method in class net.waglewagle.util.StringUtil
문자열 배열을 받아 순서대로 합쳐서 하나의 문자열을 만들어 돌려준다.
MonthlySchedule - Class in net.waglewagle.schedule
매 월 정해진 일 및 시간에 실행하기 위한 스케줄.
MonthlySchedule(int) - Constructor for class net.waglewagle.schedule.MonthlySchedule
실행시킬 월의 일을 지정하여 객체를 생성한다.
MonthlySchedule(int, int, int, int) - Constructor for class net.waglewagle.schedule.MonthlySchedule
실행시킬 월의 일과 시각(시분초)을 지정하여 객체를 생성한다.
move(String, File) - Method in class net.waglewagle.util.FileStore
주어진 파일을 이 객체의 루트 경로 이하의 주어진 경로로 옮긴다.
MultipleAction - Class in net.waglewagle.struts.actions
DispatchAction 처럼 Struts 설정 파일의 action 태그의 parameter 속성 값의 메쏘드를 호출하는 Action.
MultipleAction() - Constructor for class net.waglewagle.struts.actions.MultipleAction
 
MyBatisSqlRunner - Class in net.waglewagle.mybatis
MyBatis의 SqlSession이용하여 SQL을 실행하는 클래스.
MyBatisSqlRunner(String) - Constructor for class net.waglewagle.mybatis.MyBatisSqlRunner
SqlMapRunner 객체를 생성한다.
MyBatisSqlRunner(SqlSession) - Constructor for class net.waglewagle.mybatis.MyBatisSqlRunner
SqlMapRunner 객체를 생성한다.

N

NCO - Static variable in class net.waglewagle.util.Condition
접미어: 포함하지 않는다(Not IN).
NCOs - Static variable in class net.waglewagle.util.Condition
접미어: 포함하지 않는다(Not IN).
NE - Static variable in class net.waglewagle.util.Condition
접미어: 한 항목 불일치(Not Equals).
NEN - Static variable in class net.waglewagle.util.Condition
접미어: 끝나지 않는다(Not POstfix).
NENs - Static variable in class net.waglewagle.util.Condition
접미어: 끝나지 않는다(Not POstfix).
NEs - Static variable in class net.waglewagle.util.Condition
접미어: 여러 항목 불일치(Not Equals).
net.waglewagle.db - package net.waglewagle.db
 
net.waglewagle.db.handler - package net.waglewagle.db.handler
 
net.waglewagle.domain - package net.waglewagle.domain
 
net.waglewagle.excel - package net.waglewagle.excel
 
net.waglewagle.file - package net.waglewagle.file
 
net.waglewagle.http - package net.waglewagle.http
 
net.waglewagle.http.xml - package net.waglewagle.http.xml
 
net.waglewagle.jackson - package net.waglewagle.jackson
 
net.waglewagle.log4sql - package net.waglewagle.log4sql
 
net.waglewagle.mail - package net.waglewagle.mail
 
net.waglewagle.markup - package net.waglewagle.markup
 
net.waglewagle.mybatis - package net.waglewagle.mybatis
 
net.waglewagle.openapi - package net.waglewagle.openapi
 
net.waglewagle.openapi.kipris - package net.waglewagle.openapi.kipris
 
net.waglewagle.openapi.kipris.handler - package net.waglewagle.openapi.kipris.handler
 
net.waglewagle.openapi.kipris.soap - package net.waglewagle.openapi.kipris.soap
 
net.waglewagle.schedule - package net.waglewagle.schedule
 
net.waglewagle.servlet.file - package net.waglewagle.servlet.file
 
net.waglewagle.servlet.filter - package net.waglewagle.servlet.filter
 
net.waglewagle.servlet.http - package net.waglewagle.servlet.http
 
net.waglewagle.servlet.tag - package net.waglewagle.servlet.tag
 
net.waglewagle.spring.controller - package net.waglewagle.spring.controller
 
net.waglewagle.spring.convert - package net.waglewagle.spring.convert
 
net.waglewagle.spring.view - package net.waglewagle.spring.view
 
net.waglewagle.sqlmap - package net.waglewagle.sqlmap
 
net.waglewagle.sqlmap.handler - package net.waglewagle.sqlmap.handler
 
net.waglewagle.struts.actions - package net.waglewagle.struts.actions
 
net.waglewagle.util - package net.waglewagle.util
 
net.waglewagle.xml - package net.waglewagle.xml
 
net.waglewagle.xml.sax - package net.waglewagle.xml.sax
 
nextExecutionTime() - Method in class net.waglewagle.schedule.DailySchedule
 
nextExecutionTime() - Method in class net.waglewagle.schedule.MonthlySchedule
 
nextExecutionTime() - Method in interface net.waglewagle.schedule.Schedule
다음 실행할 시점 정보에 해당하는 타임스탬프 값을 얻는다.
nextExecutionTime() - Method in class net.waglewagle.schedule.SecondlySchedule
 
nextExecutionTime() - Method in class net.waglewagle.schedule.WeeklySchedule
 
NL - Static variable in class net.waglewagle.util.Condition
접미어: NULL 이다(NULl).
NNL - Static variable in class net.waglewagle.util.Condition
접미어: NULL이 아니다(Not NULl).
NOBODY - Static variable in class net.waglewagle.servlet.http.UserSessionManager
 
NoCacheHeaderFilter - Class in net.waglewagle.servlet.filter
응답에 브라우저가 캐쉬를 사용하지 말라는 Header를 세팅하는 Filter.
NoCacheHeaderFilter() - Constructor for class net.waglewagle.servlet.filter.NoCacheHeaderFilter
 
NoDelimiterDateOnlyStringVsDateTypeHandler - Class in net.waglewagle.sqlmap.handler
문자열 값의 형식이 "yyyyMMdd"인 값과 Java에서는 java.util.Date 사이를 치환하기 위한 핸들러.
NoDelimiterDateOnlyStringVsDateTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.NoDelimiterDateOnlyStringVsDateTypeHandler
 
NoDelimiterTimeOnlyStringVsTimeTypeHandler - Class in net.waglewagle.sqlmap.handler
문자열 값의 형식이 "HHmmss"인 값과 Java에서는 java.sql.Time 사이를 치환하기 위한 핸들러.
NoDelimiterTimeOnlyStringVsTimeTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.NoDelimiterTimeOnlyStringVsTimeTypeHandler
 
notTagScript(String, int) - Static method in class net.waglewagle.servlet.tag.Functions
HTML 태그를 삭제하고, 정해진 길이 이상 문자열을 생략처리(...)한다.
NST - Static variable in class net.waglewagle.util.Condition
접미어: 시작하지 않는다(Not PRfix).
NSTs - Static variable in class net.waglewagle.util.Condition
접미어: 시작하지 않는다(Not PRfix).

O

OracleDriver - Class in net.waglewagle.log4sql
이전의 JDBC 드라이버 대신 "oracle.jdbc.OracleDriver"를 사용하도록 하기 위한 Log4sql용 드라이버.
OracleDriver() - Constructor for class net.waglewagle.log4sql.OracleDriver
 
order(String) - Method in class net.waglewagle.util.Condition
Deprecated.
ORDER_BY - Static variable in class net.waglewagle.domain.BaseMeta
ORDER BY 절.
ORDER_BY - Static variable in class net.waglewagle.util.Condition
정렬: "orderBy".
ORDER_BYs - Static variable in class net.waglewagle.util.Condition
정렬: "orderBys".

P

pad(String, char, int, int) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 왼쪽이나나 오른쪽에 모자란 길이만큼 주어진 문자로 채워서 돌려 준다.
PADDING_LEFT - Static variable in class net.waglewagle.util.StringUtil
 
PADDING_RIGHT - Static variable in class net.waglewagle.util.StringUtil
 
padLeft(int, int) - Static method in class net.waglewagle.util.StringUtil
주어진 숫자의 왼쪽에 모자란 길이만큼 공백문자(' ')로 채워서 돌려 준다.
padLeft(String, int) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 왼쪽에 모자란 길이만큼 공백문자(' ')로 채워서 돌려 준다.
padLeft(String, char, int) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 왼쪽에 모자란 길이만큼 주어진 문자로 채워서 돌려 준다.
padLeftWithZero(int, int) - Static method in class net.waglewagle.util.StringUtil
주어진 숫자의 왼쪽에 모자란 길이만큼 문자 '0'으로 채워서 돌려 준다.
padLeftWithZero(String, int) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 왼쪽에 모자란 길이만큼 문자 '0'으로 채워서 돌려 준다.
padRight(int, int) - Static method in class net.waglewagle.util.StringUtil
주어진 숫자의 오른쪽에 모자란 길이만큼 공백문자(' ')로 채워서 돌려 준다.
padRight(String, int) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 오른쪽에 모자란 길이만큼 공백문자(' ')로 채워서 돌려 준다.
padRight(String, char, int) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 오른쪽에 모자란 길이만큼 주어진 문자로 채워서 돌려 준다.
padRightWithZero(String, int) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 오른쪽에 모자란 길이만큼 문자 '0'으로 채워서 돌려 준다.
PageList<T> - Class in net.waglewagle.util
페이지 정보와 목록을 담기 위한 클래스.
PageList() - Constructor for class net.waglewagle.util.PageList
 
PageList(int, int) - Constructor for class net.waglewagle.util.PageList
 
PageList(int, int, int) - Constructor for class net.waglewagle.util.PageList
 
Pagination - Class in net.waglewagle.servlet.tag
 
Pagination() - Constructor for class net.waglewagle.servlet.tag.Pagination
 
ParameterLogFilter - Class in net.waglewagle.servlet.filter
브라우저로부터 넘어온 파라미터를 찍는 로그.
ParameterLogFilter() - Constructor for class net.waglewagle.servlet.filter.ParameterLogFilter
 
parse(String) - Static method in class net.waglewagle.util.DateUtil
주어진 문자열을 기본 일자 형식인 "yyyy-MM-dd" 형식으로 Date형으로 치환하여 돌려 준다.
parse(String, String) - Static method in class net.waglewagle.util.DateUtil
주어진 문자열을 주어진 일자 형식을 기준으로 Date형으로 치환하여 돌려 준다.
post(String, Map<String, ? extends Object>) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, String, Map<String, ? extends Object>) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, HttpResponseHanlder<T>, Map<String, ? extends Object>) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, HttpResponseHanlder<T>, String, Map<String, ? extends Object>) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, String) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, String, String) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, String, String, String) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, HttpResponseHanlder<T>, String) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, HttpResponseHanlder<T>, String, String) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, HttpResponseHanlder<T>, String, String, String) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
post(String, HttpResponseHanlder<T>, String, String, String, int, int) - Static method in class net.waglewagle.http.HttpRequest
주어진 URL로 POST 요청한 결과를 Handler에 의해 처리된 값으로 돌려 준다.
PREFIX_DS_NAME - Static variable in class net.waglewagle.db.ConnectionManager
DB 연결별 DataSource 명 속성명의 접미어.
PREFIX_JDBC_DRIVER - Static variable in class net.waglewagle.db.ConnectionManager
DB 연결별 JDBC 유형의 드라이버명 속성명의 접미어.
PREFIX_JDBC_PASSWORD - Static variable in class net.waglewagle.db.ConnectionManager
DB 연결별 JDBC 유형의 비밀번호 속성명의 접미어.
PREFIX_JDBC_URL - Static variable in class net.waglewagle.db.ConnectionManager
DB 연결별 JDBC 유형의 연결 URL 속성명의 접미어.
PREFIX_JDBC_USER - Static variable in class net.waglewagle.db.ConnectionManager
DB 연결별 JDBC 유형의 사용자ID 속성명의 접미어.
PREFIX_TYPE - Static variable in class net.waglewagle.db.ConnectionManager
DB 연결별 유형 속성명의 접미어.
prepare(ResultSet) - Method in class net.waglewagle.db.handler.GroupResultSetHandler
 
prepare(ResultSet) - Method in interface net.waglewagle.db.handler.ResultSetHandler
시작전 준비 작업.
prepare(ResultSet) - Method in class net.waglewagle.db.handler.ResultSetHandlerAdapter
 
prepare(ResultSet) - Method in class net.waglewagle.db.handler.TimeLogResultSetHandler
 
prepareFetching() - Method in class net.waglewagle.mail.AbstractMailFetcher
메일 가져오기 전 준비한다.
prepareFetching() - Method in class net.waglewagle.mail.DayRangeMailFetcher
메일을 가져오기 전에 가져올 날짜 범위를 조절해야 한다.
prepareValue(String) - Method in class net.waglewagle.sqlmap.handler.NoDelimiterDateOnlyStringVsDateTypeHandler
DB의 값이 온전히 8자리로 들어 있는 것이 아니라서, 자리수가 8자리가 안되는 경우는 8자리를 채워서 돌려 준다.
prepareValue(String) - Method in class net.waglewagle.sqlmap.handler.NoDelimiterTimeOnlyStringVsTimeTypeHandler
DB의 값이 온전히 6자리로 들어 있는 것이 아니라서, 자리수가 6자리가 안되는 경우는 6자리를 채워서 돌려 준다.
prepareValue(String) - Method in class net.waglewagle.sqlmap.handler.StringVsDateTypeHandler
문자열을 바로 Date 로 치환하기 전에 호출해서 그 결과 문자열을 Date로의 치환할 때 사용한다.
prepareValue(String) - Method in class net.waglewagle.sqlmap.handler.StringVsTimeTypeHandler
문자열을 바로 Date 로 치환하기 전에 호출해서 그 결과 문자열을 Date로의 치환할 때 사용한다.
PrintExcelRowHandler - Class in net.waglewagle.excel
단순히 읽혀진 Excel 정보를 출력하는 클래스.
PrintExcelRowHandler() - Constructor for class net.waglewagle.excel.PrintExcelRowHandler
 
PrintXmlHandler - Class in net.waglewagle.xml.sax
 
PrintXmlHandler() - Constructor for class net.waglewagle.xml.sax.PrintXmlHandler
 
PrintXmlHandler(boolean) - Constructor for class net.waglewagle.xml.sax.PrintXmlHandler
 
PrintXPathHandler - Class in net.waglewagle.xml.sax
XPath 형태의 태그 경로와 값을 출력해 주는 XPathHandler.
PrintXPathHandler() - Constructor for class net.waglewagle.xml.sax.PrintXPathHandler
PrintXPathHandler 객체 생성.
PrintXPathHandler(String) - Constructor for class net.waglewagle.xml.sax.PrintXPathHandler
PrintXPathHandler 객체 생성.
PrintXPathHandler(boolean) - Constructor for class net.waglewagle.xml.sax.PrintXPathHandler
PrintXPathHandler 객체 생성.
PrintXPathHandler(String, boolean) - Constructor for class net.waglewagle.xml.sax.PrintXPathHandler
PrintXPathHandler 객체 생성.
PrintXPathHandler(boolean, boolean) - Constructor for class net.waglewagle.xml.sax.PrintXPathHandler
PrintXPathHandler 객체 생성.
PrintXPathHandler(boolean, String, boolean) - Constructor for class net.waglewagle.xml.sax.PrintXPathHandler
PrintXPathHandler 객체 생성.
PrintXPathResponseHanlder - Class in net.waglewagle.http.xml
HTTP 응답으로 받은 XML 문자열을 PrintXPathHandler를 이용해 처리하도록 하는 응답 클래스.
PrintXPathResponseHanlder() - Constructor for class net.waglewagle.http.xml.PrintXPathResponseHanlder
 
PrintXPathResponseHanlder(String) - Constructor for class net.waglewagle.http.xml.PrintXPathResponseHanlder
 
PrintXPathResponseHanlder(boolean) - Constructor for class net.waglewagle.http.xml.PrintXPathResponseHanlder
 
PrintXPathResponseHanlder(boolean, String) - Constructor for class net.waglewagle.http.xml.PrintXPathResponseHanlder
 
PrintXPathResponseHanlder(boolean, boolean) - Constructor for class net.waglewagle.http.xml.PrintXPathResponseHanlder
 
PrintXPathResponseHanlder(boolean, boolean, String) - Constructor for class net.waglewagle.http.xml.PrintXPathResponseHanlder
 
ProcessTimeLogFilter - Class in net.waglewagle.servlet.filter
처리 시간을 로그로 기록하는 Filter.
ProcessTimeLogFilter() - Constructor for class net.waglewagle.servlet.filter.ProcessTimeLogFilter
 
processXPathValue(String, String, String) - Method in class net.waglewagle.openapi.kipris.handler.FamilyInfoXPathHandler
 
processXPathValue(String, String, String) - Method in class net.waglewagle.openapi.kipris.handler.FreeSearchXPathHandler
 
processXPathValue(String, String, String) - Method in class net.waglewagle.xml.sax.PrintXPathHandler
 
processXPathValue(String, String, String) - Method in class net.waglewagle.xml.sax.XPathHandler
XPath가 값을 가진 경우(속성, 텍스트) 호출.
PROP_LIMIT - Static variable in class net.waglewagle.domain.BaseMeta
Property명: 최대 크기.
PROP_OFFSET - Static variable in class net.waglewagle.domain.BaseMeta
Property명: 건너뜀.
PROP_PAGE_NO - Static variable in class net.waglewagle.domain.BaseMeta
Property명: 페이지 번호.
PROP_PAGE_SIZE - Static variable in class net.waglewagle.domain.BaseMeta
Property명: 페이지 크기.
putCO(String, Object) - Method in class net.waglewagle.util.Condition
 
putCO(String, Object[]) - Method in class net.waglewagle.util.Condition
 
putCO(String, List<? extends Object>) - Method in class net.waglewagle.util.Condition
 
putCO(String, Object) - Method in interface net.waglewagle.util.ICondition
포함한다 조건을 추가한다.
putEN(String, Object) - Method in class net.waglewagle.util.Condition
 
putEN(String, List<? extends Object>) - Method in class net.waglewagle.util.Condition
 
putEN(String, Object[]) - Method in class net.waglewagle.util.Condition
 
putEN(String, Object) - Method in interface net.waglewagle.util.ICondition
끝난다(후방일치) 조건을 추가한다.
putEQ(String, Object) - Method in class net.waglewagle.util.Condition
 
putEQ(String, List<? extends Object>) - Method in class net.waglewagle.util.Condition
 
putEQ(String, Object[]) - Method in class net.waglewagle.util.Condition
 
putEQ(String, Object) - Method in interface net.waglewagle.util.ICondition
한 항목 일치(=, Equal) 조건을 추가한다.
putEQ(String, List<? extends Object>) - Method in interface net.waglewagle.util.ICondition
여러 항목 일치(=, Equal) 조건을 추가한다.
putEQ(String, Object[]) - Method in interface net.waglewagle.util.ICondition
여러 항목 일치(=, Equal) 조건을 추가한다.
putGE(String, Object) - Method in class net.waglewagle.util.Condition
 
putGE(String, Object) - Method in interface net.waglewagle.util.ICondition
크거나 같다(>=, Greater than or Equal) 조건을 추가한다.
putGELE(String, Object) - Method in class net.waglewagle.util.Condition
 
putGELE(String, Object) - Method in interface net.waglewagle.util.ICondition
크거나 같고(>=, Greater than or Equal) 작거나 같다(<=, Lesser than or Equal) 조건을 추가한다.
putGELT(String, Object) - Method in class net.waglewagle.util.Condition
 
putGELT(String, Object) - Method in interface net.waglewagle.util.ICondition
크거나 같고(>=, Greater than or Equal) 작다(<, Lesser Than) 조건을 추가한다.
putGT(String, Object) - Method in class net.waglewagle.util.Condition
 
putGT(String, Object) - Method in interface net.waglewagle.util.ICondition
크다(>, Greater Than) 조건을 추가한다.
putGTLE(String, Object) - Method in class net.waglewagle.util.Condition
 
putGTLE(String, Object) - Method in interface net.waglewagle.util.ICondition
크고(>, Greater Than) 작거나 같다(<=, Lesser than or Equal) 조건을 추가한다.
putGTLT(String, Object) - Method in class net.waglewagle.util.Condition
 
putGTLT(String, Object) - Method in interface net.waglewagle.util.ICondition
크고(>, Greater Than) 작다(<=, Lesser Than) 조건을 추가한다.
putLE(String, Object) - Method in class net.waglewagle.util.Condition
 
putLE(String, Object) - Method in interface net.waglewagle.util.ICondition
작거나 같다(<=, Lesser than or Equal) 조건을 추가한다.
putLT(String, Object) - Method in class net.waglewagle.util.Condition
 
putLT(String, Object) - Method in interface net.waglewagle.util.ICondition
작다(<, Lesser Than) 조건을 추가한다.
putNCO(String, Object) - Method in class net.waglewagle.util.Condition
 
putNCO(String, List<? extends Object>) - Method in class net.waglewagle.util.Condition
 
putNCO(String, Object[]) - Method in class net.waglewagle.util.Condition
 
putNCO(String, Object) - Method in interface net.waglewagle.util.ICondition
포함하지 않음 조건을 추가한다.
putNE(String, Object) - Method in class net.waglewagle.util.Condition
 
putNE(String, List<? extends Object>) - Method in class net.waglewagle.util.Condition
 
putNE(String, Object[]) - Method in class net.waglewagle.util.Condition
 
putNE(String, Object) - Method in interface net.waglewagle.util.ICondition
한 항목 불일치(!
putNE(String, List<? extends Object>) - Method in interface net.waglewagle.util.ICondition
여러 항목 불일치(!
putNE(String, Object[]) - Method in interface net.waglewagle.util.ICondition
여러 항목 불일치(!
putNEN(String, Object) - Method in class net.waglewagle.util.Condition
 
putNEN(String, List<? extends Object>) - Method in class net.waglewagle.util.Condition
 
putNEN(String, Object[]) - Method in class net.waglewagle.util.Condition
 
putNEN(String, Object) - Method in interface net.waglewagle.util.ICondition
끝나지 않음 조건을 추가한다.
putNL(String, Object) - Method in class net.waglewagle.util.Condition
Deprecated. 
putNL(String) - Method in class net.waglewagle.util.Condition
 
putNL(String, Object) - Method in interface net.waglewagle.util.ICondition
Deprecated. 
putNL(String) - Method in interface net.waglewagle.util.ICondition
NULL 이다 조건을 추가한다.
putNNL(String, Object) - Method in class net.waglewagle.util.Condition
Deprecated. 
putNNL(String) - Method in class net.waglewagle.util.Condition
 
putNNL(String, Object) - Method in interface net.waglewagle.util.ICondition
Deprecated. 
putNNL(String) - Method in interface net.waglewagle.util.ICondition
NOT NULL 이다 조건을 추가한다.
putNST(String, Object) - Method in class net.waglewagle.util.Condition
 
putNST(String, List<? extends Object>) - Method in class net.waglewagle.util.Condition
 
putNST(String, Object[]) - Method in class net.waglewagle.util.Condition
 
putNST(String, Object) - Method in interface net.waglewagle.util.ICondition
시작하지 않는다 조건을 추가한다.
putOrder(String) - Method in class net.waglewagle.util.Condition
Deprecated. 
putOrder(String, boolean) - Method in class net.waglewagle.util.Condition
Deprecated. 
putOrder(String) - Method in interface net.waglewagle.util.ICondition
정렬 정보를 설정한다.
putOrder(String, boolean) - Method in interface net.waglewagle.util.ICondition
역순으로 정렬 정보를 설정한다.
putOrderBy(String) - Method in class net.waglewagle.util.Condition
정렬 값(키가 Condition.ORDER_BY)을 설정한다.
putOrderBy(List<String>) - Method in class net.waglewagle.util.Condition
정렬 값 목록(키가 Condition.ORDER_BYs)을 설정한다.
putOrderBy(String[]) - Method in class net.waglewagle.util.Condition
정렬 값 배열(키가 Condition.ORDER_BYs)을 설정한다.
putST(String, Object) - Method in class net.waglewagle.util.Condition
 
putST(String, List<? extends Object>) - Method in class net.waglewagle.util.Condition
 
putST(String, Object[]) - Method in class net.waglewagle.util.Condition
 
putST(String, Object) - Method in interface net.waglewagle.util.ICondition
시작한다(전방일치) 조건을 추가한다.

Q

queryForBool(String, Object) - Method in interface net.waglewagle.db.SqlRunner
SQL 실행 결과를 boolean 값으로 돌려 준다.
queryForBool(String, Object, boolean) - Method in interface net.waglewagle.db.SqlRunner
SQL 실행 결과를 boolean 값으로 돌려 준다.
queryForBool(String, Object) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForBool(String, Object, boolean) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForBool(String, Object) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForBool(String, Object, boolean) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForFloat(String, Object) - Method in interface net.waglewagle.db.SqlRunner
SQL 실행 결과를 float 값으로 돌려 준다.
queryForFloat(String, Object, float) - Method in interface net.waglewagle.db.SqlRunner
SQL 실행 결과를 float 값으로 돌려 준다.
queryForFloat(String, Object) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForFloat(String, Object, float) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForFloat(String, Object) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForFloat(String, Object, float) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForGroup(String, Object, String) - Method in interface net.waglewagle.db.SqlRunner
특정 컬럼의 같은 값을 키로, 이 키 값을 갖는 레코드들 목록을 값으로 갖는 Map 객체를 돌려 준다.
queryForGroup(String, Object, String, String) - Method in interface net.waglewagle.db.SqlRunner
특정 컬럼의 같은 값을 키로, 이 키 값을 갖는 레코드들 목록을 값으로 갖는 Map 객체를 돌려 준다.
queryForGroup(String, String, Object, String, String) - Method in interface net.waglewagle.db.SqlRunner
특정 컬럼의 같은 값을 키로, 이 키 값을 갖는 레코드들 목록을 값으로 갖는 Map 객체를 돌려 준다.
queryForGroup(String, Object, String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForGroup(String, Object, String, String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForGroup(String, String, Object, String, String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForGroup(String, Object, String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForGroup(String, Object, String, String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForGroup(String, String, Object, String, String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForInt(String, Object) - Method in interface net.waglewagle.db.SqlRunner
SQL 실행 결과를 int 값으로 돌려 준다.
queryForInt(String, Object, int) - Method in interface net.waglewagle.db.SqlRunner
SQL 실행 결과를 int 값으로 돌려 준다.
queryForInt(String, Object) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForInt(String, Object, int) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForInt(String, Object) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForInt(String, Object, int) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForList(String) - Method in interface net.waglewagle.db.SqlRunner
목록을 조회한다.
queryForList(String, Object) - Method in interface net.waglewagle.db.SqlRunner
목록을 조회한다.
queryForList(String, int, int) - Method in interface net.waglewagle.db.SqlRunner
 
queryForList(String, Object, int) - Method in interface net.waglewagle.db.SqlRunner
특정 갯수의 이후의 항목들의 모든 목록을 조회한다.
queryForList(String, Object, int, int) - Method in interface net.waglewagle.db.SqlRunner
특정 갯수의 이후의 항목들의 목록을 조회한다.
queryForList(String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForList(String, Object) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForList(String, int, int) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForList(String, Object, int) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForList(String, Object, int, int) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForList(String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForList(String, Object) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForList(String, int, int) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForList(String, Object, int) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForList(String, Object, int, int) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForMap(String, Object, String) - Method in interface net.waglewagle.db.SqlRunner
한 컬럼의 값을 키로, 그 값에 해당하는 레코드를 값으로 하는 Map 객체를 돌려 준다.
queryForMap(String, Object, String, String) - Method in interface net.waglewagle.db.SqlRunner
한 컬럼의 값을 키로, 다른 칼럼의 값을 값으로 하는 Map 객체를 돌려 준다.
queryForMap(String, Object, String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForMap(String, Object, String, String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForMap(String, Object, String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForMap(String, Object, String, String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForObject(String, Object) - Method in interface net.waglewagle.db.SqlRunner
조건을 만족하는 첫번째 레코드 정보를 담은 객체를 돌려 준다.
queryForObject(String, Object) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForObject(String, Object) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForPage(String, Object, int, int) - Method in interface net.waglewagle.db.SqlRunner
특정 페이지 목록을 조회한다.
queryForPage(String, String, Object, int, int) - Method in interface net.waglewagle.db.SqlRunner
특정 페이지 목록을 조회한다.
queryForPage(String, Object, int, int) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForPage(String, String, Object, int, int) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForPage(String, Object, int, int) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForPage(String, String, Object, int, int) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForString(String, Object) - Method in interface net.waglewagle.db.SqlRunner
SQL 실행 결과를 String 값으로 돌려 준다.
queryForString(String, Object, String) - Method in interface net.waglewagle.db.SqlRunner
SQL 실행 결과를 String 값으로 돌려 준다.
queryForString(String, Object) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForString(String, Object, String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryForString(String, Object) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryForString(String, Object, String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
QueryListResult<T> - Interface in net.waglewagle.openapi
특허 검색 목록 결과 Interface.
QueryResult<T> - Interface in net.waglewagle.openapi
특허 검색 결과 Interface.
queryWithRowHandler(String, RowHandler<E>) - Method in interface net.waglewagle.db.SqlRunner
조회된 매 정보마다 RowHandler 객체에 처리를 위임한다.
queryWithRowHandler(String, int, RowHandler<E>) - Method in interface net.waglewagle.db.SqlRunner
조회된 매 정보마다 RowHandler 객체에 처리를 위임한다.
queryWithRowHandler(String, int, int, RowHandler<E>) - Method in interface net.waglewagle.db.SqlRunner
조회된 매 정보마다 RowHandler 객체에 처리를 위임한다.
queryWithRowHandler(String, Object, RowHandler<E>) - Method in interface net.waglewagle.db.SqlRunner
주어진 조건을 만족하는 조회된 매 정보마다 RowHandler 객체에 처리를 위임한다.
queryWithRowHandler(String, Object, int, RowHandler<E>) - Method in interface net.waglewagle.db.SqlRunner
주어진 조건을 만족하는 조회된 매 정보마다 RowHandler 객체에 처리를 위임한다.
queryWithRowHandler(String, Object, int, int, RowHandler<E>) - Method in interface net.waglewagle.db.SqlRunner
주어진 조건을 만족하는 조회된 매 정보마다 RowHandler 객체에 처리를 위임한다.
queryWithRowHandler(String, Object, int, int, int, RowHandler<E>) - Method in interface net.waglewagle.db.SqlRunner
주어진 조건을 만족하는 조회된 매 정보마다 RowHandler 객체에 처리를 위임한다.
queryWithRowHandler(String, RowHandler<E>) - Method in class net.waglewagle.db.SqlRunnerBaseDao
 
queryWithRowHandler(String, Object, RowHandler<E>) - Method in class net.waglewagle.db.SqlRunnerBaseDao
 
queryWithRowHandler(String, int, RowHandler<E>) - Method in class net.waglewagle.db.SqlRunnerBaseDao
 
queryWithRowHandler(String, Object, int, RowHandler<E>) - Method in class net.waglewagle.db.SqlRunnerBaseDao
 
queryWithRowHandler(String, int, int, RowHandler<E>) - Method in class net.waglewagle.db.SqlRunnerBaseDao
 
queryWithRowHandler(String, Object, int, int, RowHandler<E>) - Method in class net.waglewagle.db.SqlRunnerBaseDao
 
queryWithRowHandler(String, Object, int, int, int, RowHandler<E>) - Method in class net.waglewagle.db.SqlRunnerBaseDao
 
queryWithRowHandler(String, RowHandler<E>) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryWithRowHandler(String, Object, RowHandler<E>) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryWithRowHandler(String, int, RowHandler<E>) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryWithRowHandler(String, Object, int, RowHandler<E>) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryWithRowHandler(String, int, int, RowHandler<E>) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryWithRowHandler(String, Object, int, int, RowHandler<E>) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryWithRowHandler(String, Object, int, int, int, RowHandler<E>) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
queryWithRowHandler(String, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryWithRowHandler(String, Object, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryWithRowHandler(String, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryWithRowHandler(String, Object, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryWithRowHandler(String, int, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryWithRowHandler(String, Object, int, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryWithRowHandler(String, Object, int, int, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
queryWithRowHandler(String, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 
queryWithRowHandler(String, Object, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 
queryWithRowHandler(String, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 
queryWithRowHandler(String, Object, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 
queryWithRowHandler(String, int, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 
queryWithRowHandler(String, Object, int, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 
queryWithRowHandler(String, Object, int, int, int, RowHandler<E>) - Method in class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 

R

read(File, ExcelRowHandler) - Method in class net.waglewagle.excel.ExcelReader
File로부터 Excel의 내용을 읽는다.
read(InputStream, ExcelRowHandler) - Method in class net.waglewagle.excel.ExcelReader
InputStream으로부터 Excel의 내용을 읽는다.
read() - Method in class net.waglewagle.xml.InvalidXMLCharacterFilterReader
 
read(char[], int, int) - Method in class net.waglewagle.xml.InvalidXMLCharacterFilterReader
 
redirect(HttpServletRequest, HttpServletResponse) - Method in class net.waglewagle.servlet.filter.SessionAliveCheckFilter.Redirector
 
ReflectionGetter - Class in net.waglewagle.util
Relection 기능을 이용해 특정 속성의 값을 가져 온다.
ReflectionGetter() - Constructor for class net.waglewagle.util.ReflectionGetter
 
registerCustomEditors(PropertyEditorRegistry) - Method in class net.waglewagle.spring.convert.CustomDateEditorRegistrar
 
remove(String) - Method in class net.waglewagle.util.FileStore
주어진 경로의관리 파일을 삭제한다.
removeBadXMLCharactors(String) - Static method in class net.waglewagle.xml.XmlUtil
XML 버전 1.0에서 사용할 수 없는 문자를 거른다.
removeSessionUser(HttpServletRequest) - Static method in class net.waglewagle.servlet.http.UserSessionManager
현재 Session에 저장되어 있는 사용자 정보를 얻는다.
removeSessionUser(HttpSession) - Static method in class net.waglewagle.servlet.http.UserSessionManager
현재 Session에 저장되어 있는 사용자 정보를 삭제한다.
removeTag(String) - Static method in class net.waglewagle.servlet.tag.Functions
문자열 속에 포함된 HTML 태그를 삭제하여 돌려 준다.
replace(CharSequence, MatchResultHandler) - Method in class net.waglewagle.util.Replacer
주어진 문자열에서 찾아진 정규식 부분을 MatchResultHandler 객체가 돌려 준 값으로 치환한다.
replace(String, String, String) - Static method in class net.waglewagle.util.StringUtil
문자열에 들어 있는 일부 문자열을 원하는 문자열로 교체한다.
replace(CharSequence, Map<String, ? extends Object>) - Static method in class net.waglewagle.util.Template
주어진 문자열 내 변수명을 Map 객체에 있는 값으로 대체한 문자열로 만들어 돌려준다.
replaceAll(String, String, String) - Static method in class net.waglewagle.servlet.tag.Functions
주어진 문자열의 내용 중 정규식 패턴에 맞는 문자열을 모두 찾아 치환한다.
replaceNull(String) - Static method in class net.waglewagle.util.StringUtil
String 변수 str에 null값이 할당되어 있다면 빈문자열로 대치시키고, 그렇지 않으면 본래의 값을 돌려 준다.
replaceNull(String, String) - Static method in class net.waglewagle.util.StringUtil
String 변수 str에 null값이 할당되어 있다면 대치 문자열로 대치시키고, 그렇지 않으면 본래의 값을 돌려 준다.
Replacer - Class in net.waglewagle.util
JavaScript 형태의 정규식을 이용한 문자열 치환을 처리하는 클래스.
Replacer(String) - Constructor for class net.waglewagle.util.Replacer
 
Replacer(String, int) - Constructor for class net.waglewagle.util.Replacer
 
Replacer(Pattern) - Constructor for class net.waglewagle.util.Replacer
 
replaceZero(long) - Static method in class net.waglewagle.util.StringUtil
넘어온 정수형값이 0이면 빈문자열 ""을, 0이 아니면 그 숫자를 그대로 문자열로 바꾼 것을 돌려 준다.
replaceZero(double) - Static method in class net.waglewagle.util.StringUtil
넘어온 소스형 값이 0이면 빈문자열 ""을, 0이 아니면 그 숫자를 그대로 문자열로 바꾼 것을 돌려 준다.
RequestHeaderLogFilter - Class in net.waglewagle.servlet.filter
요청 Header를 로그로 기록하기 위한 Filter.
RequestHeaderLogFilter() - Constructor for class net.waglewagle.servlet.filter.RequestHeaderLogFilter
 
resolveBrowser(HttpServletRequest) - Static method in class net.waglewagle.util.WebUtil
주어진 HttpServletRequest 정보로 판단하여 브라우저 종류를 돌려준다.
resolveBrowser(String) - Static method in class net.waglewagle.util.WebUtil
주어진 User Agent 값으로 판단하여 브라우저 종류를 돌려준다.
Response<D,F> - Interface in net.waglewagle.domain
응답 정보 Interface.
ResponseCode - Interface in net.waglewagle.domain
응답 코드가 String 형인 응답 코드를 가지는 Interface.
RESULT_DATA_KEY - Static variable in class net.waglewagle.servlet.http.HttpResponse
 
ResultSetHandler - Interface in net.waglewagle.db.handler
DB 조회 결과를 다루기 위한 Interface.
ResultSetHandlerAdapter - Class in net.waglewagle.db.handler
ResultSetHandler의 Adapter 클래스.
ResultSetHandlerAdapter() - Constructor for class net.waglewagle.db.handler.ResultSetHandlerAdapter
 
rollback(Connection) - Static method in class net.waglewagle.db.DbUtil
Connection을 rollback 시킨다.
rollback() - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
rollback(boolean) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
RowHandler<R> - Interface in net.waglewagle.db
 
RowHandlerWrapResultHandler<T> - Class in net.waglewagle.mybatis
ResultHandler.handleResult(ResultContext)가 호출될 때 마다, 주어진 RowHandler.handleRow(Object)를 호출해 주는 ResultHandler 클래스
RowHandlerWrapResultHandler(RowHandler<T>) - Constructor for class net.waglewagle.mybatis.RowHandlerWrapResultHandler
 

S

Schedule - Interface in net.waglewagle.schedule
 
schedule(Task, Schedule) - Method in class net.waglewagle.schedule.Scheduler
주어진 작업을 스케줄 처리에 추가한다.
Scheduler - Class in net.waglewagle.schedule
주어진 작업을 반복해서 실행시키는 클래스.
Scheduler() - Constructor for class net.waglewagle.schedule.Scheduler
 
search(Country, String) - Method in class net.waglewagle.openapi.kipris.soap.ForeignBibliographicInfoSearcher
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(String, String) - Method in class net.waglewagle.openapi.kipris.soap.ForeignBibliographicInfoSearcher
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(HttpResponseHanlder<T>, Country, String) - Method in class net.waglewagle.openapi.kipris.soap.ForeignBibliographicInfoSearcher
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(HttpResponseHanlder<T>, String, String) - Method in class net.waglewagle.openapi.kipris.soap.ForeignBibliographicInfoSearcher
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(Country, String) - Method in class net.waglewagle.openapi.kipris.soap.ForeignFamilyInfoSearcher
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(String, String) - Method in class net.waglewagle.openapi.kipris.soap.ForeignFamilyInfoSearcher
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(HttpResponseHanlder<T>, Country, String) - Method in class net.waglewagle.openapi.kipris.soap.ForeignFamilyInfoSearcher
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(HttpResponseHanlder<T>, String, String) - Method in class net.waglewagle.openapi.kipris.soap.ForeignFamilyInfoSearcher
주어진 문헌번호와 국가코드에 해당하는 특허의 패밀리 정보를 돌려 준다.
search(Country, String, int, int) - Method in class net.waglewagle.openapi.kipris.soap.ForeignFreeSearcher
주어진 검색식에 대한 요청 결과 중 한 페이지 크기를 파라미터 maxCount 값만큼으로 했을 때, 파라미터 startPosition 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(HttpResponseHanlder<T>, Country, String, int, int) - Method in class net.waglewagle.openapi.kipris.soap.ForeignFreeSearcher
주어진 검색식에 대한 요청 결과 중 한 페이지 크기를 파라미터 maxCount 값만큼으로 했을 때, 파라미터 startPosition 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(String) - Method in class net.waglewagle.openapi.kipris.soap.KoreaBibliographicInfoSearcher
주어진 출원번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(HttpResponseHanlder<T>, String) - Method in class net.waglewagle.openapi.kipris.soap.KoreaBibliographicInfoSearcher
주어진 출원번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(String) - Method in class net.waglewagle.openapi.kipris.soap.KoreaFamilyInfoSearcher
주어진 출원번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(HttpResponseHanlder<T>, String) - Method in class net.waglewagle.openapi.kipris.soap.KoreaFamilyInfoSearcher
주어진 출원번호에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(String, int, int) - Method in class net.waglewagle.openapi.kipris.soap.KoreaFreeSearcher
주어진 검색식에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
search(HttpResponseHanlder<T>, String, int, int) - Method in class net.waglewagle.openapi.kipris.soap.KoreaFreeSearcher
주어진 검색식에 대한 요청 결과 중 한 페이지 크기를 파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에 해당하는 결과 목록을 돌려 준다.
SecondlySchedule - Class in net.waglewagle.schedule
주어진 매 초마다 실행하기 위한 스케줄.
SecondlySchedule(int) - Constructor for class net.waglewagle.schedule.SecondlySchedule
주어진 매 초마다 실행할 스케줄 객체를 생성한다.
select(String, Object, ResultHandler) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
select(String, ResultHandler) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
select(String, Object, RowBounds, ResultHandler) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
selectList(String) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
selectList(String, Object) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
selectList(String, Object, RowBounds) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
selectMap(String, String) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
selectMap(String, Object, String) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
selectMap(String, Object, String, RowBounds) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
selectOne(String) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
selectOne(String, Object) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
SemicolonDelimitedStringVsListTypeHandler - Class in net.waglewagle.sqlmap.handler
컴마(,) 항목 구별자로 사용하는 문자열 칼럼과 List 사이를 치환해 주는 TypeHandler.
SemicolonDelimitedStringVsListTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.SemicolonDelimitedStringVsListTypeHandler
 
send(InputStream) - Method in class net.waglewagle.servlet.http.HttpResponse
InputStream으로부터 읽을 내용을 클라이언트에게 전송한다.
send(String, String, String) - Method in class net.waglewagle.util.MailSender
메일을 전송한다.
send(String, String, String, String) - Method in class net.waglewagle.util.MailSender
메일을 전송한다.
send(String, String, String, String, String) - Method in class net.waglewagle.util.MailSender
메일을 전송한다.
send(String, Map<String, ? extends Object>) - Method in class net.waglewagle.util.TemplateMailSender
메일을 전송한다.
send(String, String, Map<String, ? extends Object>) - Method in class net.waglewagle.util.TemplateMailSender
메일을 전송한다.
send(String, String, String, Map<String, ? extends Object>) - Method in class net.waglewagle.util.TemplateMailSender
메일을 전송한다.
send(String, String, String, String, Map<String, ? extends Object>) - Method in class net.waglewagle.util.TemplateMailSender
메일을 전송한다.
send(ServletResponse, File) - Static method in class net.waglewagle.util.WebUtil
요청자에게 파일의 내용을 byte 정보로 전송한다.
send(ServletResponse, InputStream) - Static method in class net.waglewagle.util.WebUtil
요청자에게 InputStream으로부터 얻은 내용을 byte 정보로 전송한다.
sendAsCsv(String[], List) - Method in class net.waglewagle.servlet.http.HttpResponse
List에 있는 요소 하나를 한 레코드로 한 CSV 형태의 정보로 클라이언트에게 전송한다.
sendAsCsv(String[], List, String) - Method in class net.waglewagle.servlet.http.HttpResponse
List에 있는 요소 하나를 한 레코드로 한 CSV 형태의 정보로 클라이언트에게 전송한다.
sendAsCsv(String, String[], List) - Method in class net.waglewagle.servlet.http.HttpResponse
List에 있는 요소 하나를 한 레코드로 한 CSV 형태의 정보로 클라이언트에게 전송한다.
sendAsCsv(String, String[], List, String) - Method in class net.waglewagle.servlet.http.HttpResponse
List에 있는 요소 하나를 한 레코드로 한 CSV 형태의 정보로 클라이언트에게 전송한다.
sendAsCsv(HttpServletResponse, String[], List) - Static method in class net.waglewagle.util.AjaxUtil
List에 있는 요소 하나를 한 레코드로 한 CSV 형태의 정보로 클라이언트에게 전송한다.
sendAsCsv(HttpServletResponse, String[], List, String) - Static method in class net.waglewagle.util.AjaxUtil
List에 있는 요소 하나를 한 레코드로 한 CSV 형태의 정보로 클라이언트에게 전송한다.
sendAsCsv(HttpServletResponse, String, String[], List) - Static method in class net.waglewagle.util.AjaxUtil
List에 있는 요소 하나를 한 레코드로 한 CSV 형태의 정보로 클라이언트에게 전송한다.
sendAsCsv(HttpServletResponse, String, String[], List, String) - Static method in class net.waglewagle.util.AjaxUtil
List에 있는 요소 하나를 한 레코드로 한 CSV 형태의 정보로 클라이언트에게 전송한다.
sendAsJson(Object) - Method in class net.waglewagle.servlet.http.HttpResponse
결과 객체를 기본 ContentType 형식의 JSON 문자열로 보낸다.
sendAsJson(Object, String) - Method in class net.waglewagle.servlet.http.HttpResponse
결과 객체를 주어진 Encoding의 JSON 문자열로 보낸다.
sendAsJson(HttpServletResponse, Object) - Static method in class net.waglewagle.util.AjaxUtil
결과 객체를 기본 ContentType 형식의 JSON 문자열로 보낸다.
sendAsJson(HttpServletResponse, Object, String) - Static method in class net.waglewagle.util.AjaxUtil
결과 객체를 주어진 Encoding의 JSON 문자열로 보낸다.
sendAsText(Object) - Method in class net.waglewagle.servlet.http.HttpResponse
결과 객체를 TEXT 문자열로 보낸다.
sendAsText(Object, String) - Method in class net.waglewagle.servlet.http.HttpResponse
결과 객체를 기본 ContentType 형식의 TEXT 문자열로 보낸다.
sendAsText(HttpServletResponse, Object) - Static method in class net.waglewagle.util.AjaxUtil
결과 객체를 기본 ContentType 형식의 TEXT 문자열로 보낸다.
sendAsText(HttpServletResponse, Object, String) - Static method in class net.waglewagle.util.AjaxUtil
결과 객체를 기본 ContentType 형식의 TEXT 문자열로 보낸다.
sendAsWrappedJson(Object, String, String) - Method in class net.waglewagle.servlet.http.HttpResponse
결과 객체를 주어진 문자열로 앞뒤로 감싸진 JSON 문자열로 보낸다.
sendAsWrappedJson(Object, String, String, String) - Method in class net.waglewagle.servlet.http.HttpResponse
결과 객체를 주어진 Encoding의, 주어진 문자열로 감싸진 JSON 문자열로 보낸다.
sendAsWrappedJson(HttpServletResponse, Object, String, String) - Static method in class net.waglewagle.util.AjaxUtil
결과 객체를 주어진 문자열로 앞뒤로 감싸진 JSON 문자열로 보낸다.
sendAsWrappedJson(HttpServletResponse, Object, String, String, String) - Static method in class net.waglewagle.util.AjaxUtil
결과 객체를 주어진 Encoding의, 주어진 문자열로 감싸진 JSON 문자열로 보낸다.
sendAttach(HttpServletRequest, HttpServletResponse, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 URL(sendFileUrl)이 가리키는 파일 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(HttpServletRequest, HttpServletResponse, String, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 URL(sendFileUrl)이 가리키는 파일 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(HttpServletRequest, HttpServletResponse, File, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 URL(sendFileUrl)이 가리키는 파일 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(HttpServletResponse, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 경로(sendFilePath)의 파일 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(HttpServletResponse, String, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 경로의 파일 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(String, HttpServletResponse, String, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 경로의 파일 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(HttpServletResponse, File) - Static method in class net.waglewagle.util.WebUtil
파일의 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(ServletRequest, HttpServletResponse, File) - Static method in class net.waglewagle.util.WebUtil
파일의 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(String, HttpServletResponse, File) - Static method in class net.waglewagle.util.WebUtil
파일의 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(ServletRequest, HttpServletResponse, File, String) - Static method in class net.waglewagle.util.WebUtil
파일의 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendAttach(String, HttpServletResponse, File, String) - Static method in class net.waglewagle.util.WebUtil
파일의 내용을 요청자에게 Content-Disposition 헤더값이 "attachment"인 것으로 전송한다.
sendForAttach(File) - Method in class net.waglewagle.servlet.http.HttpResponse
주어진 File의 내용을 요청한 클라이언트(브라우저)에게 보내되, 클라이언트(브라우저)가 저장 창을 띄울 것을 기대하고 보낸다.
sendForAttach(File, String) - Method in class net.waglewagle.servlet.http.HttpResponse
주어진 File의 내용을 요청한 클라이언트(브라우저)에게 보내되, 클라이언트(브라우저)가 저장 창을 띄울 것을 기대하고 보낸다.
sendForAttach(File, String, String) - Method in class net.waglewagle.servlet.http.HttpResponse
주어진 File의 내용을 요청한 클라이언트(브라우저)에게 보내되, 클라이언트(브라우저)가 저장 창을 띄울 것을 기대하고 보낸다.
sendForInline(File) - Method in class net.waglewagle.servlet.http.HttpResponse
주어진 File의 내용을 요청한 클라이언트(브라우저)에게 보내되, 클라이언트(브라우저)가 화면에 표시할 것을 기대하고 보낸다.
sendForInline(File, String) - Method in class net.waglewagle.servlet.http.HttpResponse
주어진 File의 내용을 요청한 클라이언트(브라우저)에게 보내되, 클라이언트(브라우저)가 화면에 표시할 것을 기대하고 보낸다.
sendForInline(File, String, String) - Method in class net.waglewagle.servlet.http.HttpResponse
주어진 File의 내용을 요청한 클라이언트(브라우저)에게 보내되, 클라이언트(브라우저)가 화면에 표시할 것을 기대하고 보낸다.
sendInline(HttpServletRequest, HttpServletResponse, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 URL(sendFileUrl)이 가리키는 파일 내용을 요청자에게 Content-Disposition 헤더값이 "inline"인 것으로 전송한다.
sendInline(HttpServletRequest, HttpServletResponse, String, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 URL(sendFileUrl)이 가리키는 파일 내용을 요청자에게 Content-Disposition 헤더값이 "inline"인 것으로 전송한다.
sendInline(HttpServletResponse, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 경로(sendFilePath)의 파일 내용을 요청자에게 Content-Disposition 헤더값이 "inline"인 것으로 전송한다.
sendInline(HttpServletResponse, String, String) - Static method in class net.waglewagle.util.WebUtil
파라미터로 주어진 경로의 파일 내용을 요청자에게 Content-Disposition 헤더값이 "inline"인 것으로 전송한다.
sendInline(HttpServletResponse, File) - Static method in class net.waglewagle.util.WebUtil
파일의 내용을 요청자에게 Content-Disposition 헤더값이 "inline"인 것으로 전송한다.
sendInline(HttpServletResponse, File, File) - Static method in class net.waglewagle.util.WebUtil
파일의 내용을 요청자에게 Content-Disposition 헤더값이 "inline"인 것으로 전송한다.
SessionAliveCheckFilter - Class in net.waglewagle.servlet.filter
사용자의 Session이 살아있는지를 체크해서, 살아있지 않으면 정해진 페이지로 되돌리는 Filter 단, 요청 URI(HttpServletRequest의 getRequestURI()를 호출한 결과) 값이 "/"인 것은 무조건 예외다.
SessionAliveCheckFilter() - Constructor for class net.waglewagle.servlet.filter.SessionAliveCheckFilter
 
SessionAliveCheckFilter.Redirector - Class in net.waglewagle.servlet.filter
점검을 통과하지 못 했을 때 Redirect 시키는 클래스.
setAttachedFileList(List<IFileData>) - Method in class net.waglewagle.mail.MailMessage
 
setAttachmentHeader(HttpServletResponse, HttpServletRequest, String, String) - Static method in class net.waglewagle.util.WebUtil
inline용 파일 전송용 헤더를 설정한다.
setAttribute(String, int) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 int 형 값을 담는다.
setAttribute(String, long) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 long 형 값을 담는다.
setAttribute(String, float) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 float 형 값을 담는다.
setAttribute(String, double) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 double 형 값을 담는다.
setAttribute(String, boolean) - Method in class net.waglewagle.servlet.http.HttpRequest
Attribute에 boolean 형 값을 담는다.
setBody(String) - Method in class net.waglewagle.mail.MailMessage
 
setCellValue(Cell, int) - Method in class net.waglewagle.excel.AbstractDataProvider
 
setCellValue(Cell, int) - Method in class net.waglewagle.excel.ArrayHeaderProvider
 
setCellValue(Cell, int) - Method in interface net.waglewagle.excel.DataProvider
주어진 Cell에 값을 설정한다.
setCode(String) - Method in class net.waglewagle.domain.AbstractBasicResponse
 
setCompanion(Tag) - Method in class net.waglewagle.markup.Tag
 
setConjunction(String) - Method in class net.waglewagle.spring.view.LanguageViewResolver
 
setCurrentItemClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setCurrentPage(int) - Method in class net.waglewagle.servlet.tag.Pagination
 
setCurrentPageClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setCurrentPageText(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setData(D) - Method in class net.waglewagle.domain.AbstractBasicResponse
 
setDebug(boolean) - Method in class net.waglewagle.mail.AbstractMailFetcher
 
setDefaultLanguage(String) - Method in class net.waglewagle.spring.view.LanguageViewResolver
 
setDisabledItemClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setDisabledLinkClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setDispositionHeader(HttpServletResponse, HttpServletRequest, String, String, String) - Static method in class net.waglewagle.util.WebUtil
파일 전송용 헤더를 설정한다.
setDoubleValue1(Double) - Method in class net.waglewagle.domain.BaseModel
 
setDoubleValue2(Double) - Method in class net.waglewagle.domain.BaseModel
 
setDoubleValue3(Double) - Method in class net.waglewagle.domain.BaseModel
 
setError(Throwable) - Method in class net.waglewagle.domain.AbstractBasicResponse
 
setError(Throwable) - Method in class net.waglewagle.http.DefaultHttpResponse
오류 객체를 설정한다.
setFailData(F) - Method in class net.waglewagle.domain.AbstractResponse
 
setFetchEndDate(Date) - Method in class net.waglewagle.mail.DateRangeMailFetcher
메일 가져올 마지막일자를 설정한다.
setFetchEndDayBefore(int) - Method in class net.waglewagle.mail.DayRangeMailFetcher
메일 가져올 현재일 기준 마지막 전일 수를 설정한다.
setFetchStartDate(Date) - Method in class net.waglewagle.mail.DateRangeMailFetcher
메일 가져올 시작일자를 설정한다.
setFetchStartDayBefore(int) - Method in class net.waglewagle.mail.DayRangeMailFetcher
메일 가져올 현재일 기준 시작 전일 수를 설정한다.
setFile(File) - Method in class net.waglewagle.util.FileData
 
setFileName(String) - Method in class net.waglewagle.util.FileData
 
setFirstPageClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setFirstPageText(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setFirstPageTitle(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setFloatValue1(Float) - Method in class net.waglewagle.domain.BaseModel
 
setFloatValue2(Float) - Method in class net.waglewagle.domain.BaseModel
 
setFloatValue3(Float) - Method in class net.waglewagle.domain.BaseModel
 
setGroup(Map<String, G>) - Method in class net.waglewagle.util.GroupPageList
 
setGroupSize(int) - Method in class net.waglewagle.servlet.tag.Pagination
 
setIncludeWarning(boolean) - Method in class net.waglewagle.domain.AbstractGeneralResponse
경고 포함 여부 값을 설정한다.
setInlineHeader(HttpServletResponse, HttpServletRequest, String) - Static method in class net.waglewagle.util.WebUtil
 
setInlineHeader(HttpServletResponse, HttpServletRequest, String, String) - Static method in class net.waglewagle.util.WebUtil
inline용 파일 전송용 헤더를 설정한다.
setIntValue1(Integer) - Method in class net.waglewagle.domain.BaseModel
 
setIntValue2(Integer) - Method in class net.waglewagle.domain.BaseModel
 
setIntValue3(Integer) - Method in class net.waglewagle.domain.BaseModel
 
setKey(String) - Method in class net.waglewagle.domain.BaseModel
Key 값을 설정한다.
setLastPage(int) - Method in class net.waglewagle.servlet.tag.Pagination
 
setLastPageClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setLastPageText(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setLastPageTitle(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setList(List<T>) - Method in class net.waglewagle.util.PageList
 
setLongValue1(Long) - Method in class net.waglewagle.domain.BaseModel
 
setLongValue2(Long) - Method in class net.waglewagle.domain.BaseModel
 
setLongValue3(Long) - Method in class net.waglewagle.domain.BaseModel
 
setMessage(String) - Method in class net.waglewagle.domain.AbstractBasicResponse
 
setMimeType(String) - Method in class net.waglewagle.mail.MailMessage
 
setMimeType(String) - Method in class net.waglewagle.util.FileData
 
setName(String) - Method in class net.waglewagle.markup.Tag
 
setNestedMailMessage(IMailMessage) - Method in class net.waglewagle.mail.MailMessage
 
setNextGroupClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setNextGroupText(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setNextGroupTitle(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setPageItemClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setPageLink(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setPageLinkClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setPageNo(int) - Method in class net.waglewagle.openapi.DefaultQueryListResult
 
setPageNo(int) - Method in class net.waglewagle.util.PageList
 
setPageSize(int) - Method in class net.waglewagle.openapi.DefaultQueryListResult
 
setPageSize(int) - Method in class net.waglewagle.util.PageList
 
setPaginationClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setParameter(ParameterSetter, Object) - Method in class net.waglewagle.sqlmap.handler.DelimitedStringVsListTypeHandler
 
setParameter(ParameterSetter, Object) - Method in class net.waglewagle.sqlmap.handler.StringVsBooleanAbstractTypeHandler
 
setParameter(ParameterSetter, Object) - Method in class net.waglewagle.sqlmap.handler.StringVsDateTypeHandler
 
setParameter(ParameterSetter, Object) - Method in class net.waglewagle.sqlmap.handler.StringVsTimeTypeHandler
 
setPosition(Integer) - Method in class net.waglewagle.markup.Tag
 
setPrevGroupClass(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setPrevGroupText(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setPrevGroupTitle(String) - Method in class net.waglewagle.servlet.tag.Pagination
 
setReceivedDate(Date) - Method in class net.waglewagle.mail.MailMessage
 
setReplyEmail(String) - Method in class net.waglewagle.mail.MailMessage
 
setResponseResult(T) - Method in class net.waglewagle.http.DefaultHttpResponse
응답 결과를 설정한다.
setResult(T) - Method in class net.waglewagle.openapi.DefaultQueryResult
 
setSenderEmail(String) - Method in class net.waglewagle.mail.MailMessage
 
setSenderName(String) - Method in class net.waglewagle.mail.MailMessage
 
setSentDate(Date) - Method in class net.waglewagle.mail.MailMessage
 
setServlet(ActionServlet) - Method in class net.waglewagle.struts.actions.SqlMapMultipleAction
이 Action 객체와 관련있는 ActionServlet을 설정한다.
setSessionUser(HttpSession, T) - Static method in class net.waglewagle.servlet.http.UserSessionManager
현재 Session에 사용자 정보를 설정한다.
setSessionUser(HttpServletRequest, T) - Static method in class net.waglewagle.servlet.http.UserSessionManager
현재 Session에 사용자 정보를 설정한다.
setSqlRunner(SqlRunner) - Method in class net.waglewagle.db.SqlRunnerBaseDao
 
setSqlRunner(SqlRunner) - Method in class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 
setSqlSession(SqlSession) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
setString(String) - Method in class net.waglewagle.markup.Tag
 
setSubject(String) - Method in class net.waglewagle.mail.MailMessage
 
setToBeDeleted(boolean) - Method in class net.waglewagle.domain.BaseModel
삭제될지여부 값을 설정한다.
setTotalCount(int) - Method in class net.waglewagle.openapi.DefaultQueryListResult
 
setTotalCount(int) - Method in class net.waglewagle.util.PageList
 
setType(Tag.Type) - Method in class net.waglewagle.markup.Tag
 
setValueTrimmed(boolean) - Method in class net.waglewagle.xml.sax.XPathHandler
추출된 값 Trim 시킬지 여부를 설정한다.
setWarningData(W) - Method in class net.waglewagle.domain.AbstractGeneralResponse
 
showPage(HttpServletRequest) - Method in class net.waglewagle.spring.controller.UrlViewMappingController
아무도 처리하지 않을 때 요청 URL에 해당하는 View로 돌린다.
shutdown() - Method in class net.waglewagle.schedule.Scheduler
스케줄링을 중단한다.
SimpleRunner - Class in net.waglewagle.db
 
SimpleRunner() - Constructor for class net.waglewagle.db.SimpleRunner
 
split(String, char, boolean, boolean) - Static method in class net.waglewagle.util.StringUtil
주어진 delimeter로 문자열을 나누어 돌려 준다.
split(String, char) - Static method in class net.waglewagle.util.StringUtil
주어진 delimeter로 문자열을 나누어 돌려 준다.
split(String, char, int) - Static method in class net.waglewagle.util.StringUtil
주어진 delimeter로 문자열을 나누어 돌려 준다.
split(String, String, boolean, boolean) - Static method in class net.waglewagle.util.StringUtil
문자열을 넘어온 구별자로 분리하여 문자열 배열 형태로 돌려 준다.
split(String, String) - Static method in class net.waglewagle.util.StringUtil
문자열을 넘어온 구별자로 분리하여 문자열 배열 형태로 돌려 준다.
split(String, String, int) - Static method in class net.waglewagle.util.StringUtil
문자열을 넘어온 구별자로 분리하여 문자열 배열 형태로 돌려 준다.
split(String, int) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열을 주어진 byte씩 잘라서 String 배열로 돌려 준다.
split(String, int[]) - Static method in class net.waglewagle.util.StringUtil
 
SQLMAP_CONFIG_RESOURCE_KEY - Static variable in class net.waglewagle.struts.actions.SqlMapMultipleAction
SqlMap의 설정 파일 경로를 ActionServlet의 초기 파라미터로 지정할 때 사용하는 Key 값.
SqlMapMultipleAction - Class in net.waglewagle.struts.actions
iBatis SqlMapRunner 객체를 얻을 수 있는 MultipleAction 들의 기본 클래스.
SqlMapMultipleAction() - Constructor for class net.waglewagle.struts.actions.SqlMapMultipleAction
 
SqlMapRunner - Class in net.waglewagle.sqlmap
iBatis의 SqlMapClient를 이용하여 SQL을 실행하는 클래스.
SqlMapRunner(String) - Constructor for class net.waglewagle.sqlmap.SqlMapRunner
SqlMapRunner 객체를 생성한다.
SqlMapRunner(SqlMapClient) - Constructor for class net.waglewagle.sqlmap.SqlMapRunner
 
SqlRunner - Interface in net.waglewagle.db
 
SqlRunnerBaseDao - Class in net.waglewagle.db
 
SqlRunnerBaseDao() - Constructor for class net.waglewagle.db.SqlRunnerBaseDao
 
SqlRunnerBaseDao - Class in net.waglewagle.sqlmap
Deprecated.
SqlRunnerBaseDao로 패키지 이동.
SqlRunnerBaseDao() - Constructor for class net.waglewagle.sqlmap.SqlRunnerBaseDao
Deprecated.
 
ST - Static variable in class net.waglewagle.util.Condition
접미어: 시작한다(STart, PRfix).
StandardTagSet - Class in net.waglewagle.markup
표준 태그셋 모음.
StandardTagSet() - Constructor for class net.waglewagle.markup.StandardTagSet
 
startDocument() - Method in class net.waglewagle.xml.sax.PrintXmlHandler
 
startDocument() - Method in class net.waglewagle.xml.sax.XPathHandler
 
startElement(String, String, String, Attributes) - Method in class net.waglewagle.xml.sax.PrintXmlHandler
 
startElement(String, String, String, Attributes) - Method in class net.waglewagle.xml.sax.XPathHandler
 
startXPathDocument() - Method in class net.waglewagle.openapi.kipris.handler.FamilyInfoXPathHandler
 
startXPathDocument() - Method in class net.waglewagle.xml.sax.PrintXPathHandler
 
startXPathDocument() - Method in class net.waglewagle.xml.sax.XPathHandler
Documnet가 시작되었을 때 호출.
store(String, String, Charset) - Method in class net.waglewagle.util.FileStore
BASE64 형태로 인코딩된 문자열을 binary 데이터로 변환하여 주어진 경로의 파일로 저장한다.
store(String, File) - Method in class net.waglewagle.util.FileStore
주어진 파일을 주어진 이 객체의 루트 경로 이하의 경로로 저장(복사)한다.
store(String, InputStream) - Method in class net.waglewagle.util.FileStore
주어진 파일을 주어진 이 객체의 루트 경로 이하의 경로로 저장(복사)한다.
storeBase64Encoded(String, String) - Method in class net.waglewagle.util.FileStore
BASE64 형태로 인코딩된 문자열을 binary 데이터로 변환하여 주어진 경로의 파일로 저장한다.
StringResponseHandler - Class in net.waglewagle.http
 
StringResponseHandler() - Constructor for class net.waglewagle.http.StringResponseHandler
 
StringToDateConverter - Class in net.waglewagle.spring.convert
파라미터로 넘어온 "yyyy.MM.dd" 형식의 문자열을 java.util.Date 객체로 치환할 때 사용할 Converter.
StringToDateConverter() - Constructor for class net.waglewagle.spring.convert.StringToDateConverter
 
StringToDateConverter(String) - Constructor for class net.waglewagle.spring.convert.StringToDateConverter
 
StringUtil - Class in net.waglewagle.util
문자열을 처리하는데 있어서 String 클래스에서 제공하지 못하는 함수를들 제공한다.
StringVsBooleanAbstractTypeHandler - Class in net.waglewagle.sqlmap.handler
DB 칼럼은 VARCHAR2, CHAR 등은 문자열로 예/아니오의 의미를 갖는 값인데, Java에서는 boolean인 경우를 처리하기 위한 핸들러.
StringVsBooleanAbstractTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.StringVsBooleanAbstractTypeHandler
 
StringVsDateTypeHandler - Class in net.waglewagle.sqlmap.handler
DB 칼럼은 VARCHAR2, CHAR 등의 문자열로 날짜/시간 정보를 갖는 값인데, Java에서는 java.util.Date인 경우를 처리하기 위한 핸들러.
StringVsDateTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.StringVsDateTypeHandler
 
StringVsTimeTypeHandler - Class in net.waglewagle.sqlmap.handler
DB 칼럼은 VARCHAR2, CHAR 등의 문자열로 시간 정보를 갖는 값인데, Java에서는 java.sql.Time경우를 처리하기 위한 핸들러.
StringVsTimeTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.StringVsTimeTypeHandler
 
STs - Static variable in class net.waglewagle.util.Condition
접미어: 시작한다(STart, PRfix).
substringAfterLast(String, String) - Static method in class net.waglewagle.servlet.tag.Functions
전체 문자열 중 마지막으로 찾아지는 특정 문자열 이후 문자열을 돌려 준다.
substringBeforeLast(String, String) - Static method in class net.waglewagle.servlet.tag.Functions
전체 문자열 중 마지막으로 찾아지는 특정 문자열 이전 문자열을 돌려 준다.
SUCCESS - Static variable in interface net.waglewagle.domain.ResponseCode
성공 코드.

T

Tag - Class in net.waglewagle.markup
태그 정보를 담는 클래스.
Tag(Tag.Type, String, String, Tag) - Constructor for class net.waglewagle.markup.Tag
태그 객체를 생성한다.
Tag(Tag.Type, String, String) - Constructor for class net.waglewagle.markup.Tag
태그 객체를 생성한다.
Tag.Type - Enum in net.waglewagle.markup
태그 종류 enum.
TagSet - Class in net.waglewagle.markup
태그셋 클래스.
TagSet(Boolean, Set<String>) - Constructor for class net.waglewagle.markup.TagSet
TagSet 객체를 생성한다.
TagSet(Boolean, Set<String>, Set<String>) - Constructor for class net.waglewagle.markup.TagSet
TagSet 객체를 생성한다.
TagSet(Set<String>) - Constructor for class net.waglewagle.markup.TagSet
대소문자 구분 없는 태그명을 사용하는 TagSet 객체를 생성한다.
TagSet(Set<String>, Set<String>) - Constructor for class net.waglewagle.markup.TagSet
대소문자 구분 없는 태그명을 사용하는 TagSet 객체를 생성한다.
TagSet(Boolean, List<String>) - Constructor for class net.waglewagle.markup.TagSet
TagSet 객체를 생성한다.
TagSet(Boolean, List<String>, List<String>) - Constructor for class net.waglewagle.markup.TagSet
TagSet 객체를 생성한다.
TagSet(List<String>) - Constructor for class net.waglewagle.markup.TagSet
대소문자 구분 없는 태그명을 사용하는 TagSet 객체를 생성한다.
TagSet(List<String>, List<String>) - Constructor for class net.waglewagle.markup.TagSet
대소문자 구분 없는 태그명을 사용하는 TagSet 객체를 생성한다.
TagSet(Boolean, String...) - Constructor for class net.waglewagle.markup.TagSet
TagSet 객체를 생성한다.
TagSet(String...) - Constructor for class net.waglewagle.markup.TagSet
대소문자 구분 없는 태그명을 사용하는 TagSet 객체를 생성한다.
TagSet(String[], String[]) - Constructor for class net.waglewagle.markup.TagSet
TagSet 객체를 생성한다.
TagSet(Boolean, String[], String[]) - Constructor for class net.waglewagle.markup.TagSet
TagSet 객체를 생성한다.
Task - Interface in net.waglewagle.schedule
 
Template - Class in net.waglewagle.util
단순 변수명을 특정 값으로 변경하는 간단한 Template 여기서 변수명은 "${"와 "}"로 감싸져 있어야 하며, 변수명에 사용할 수 있는 문자는 영어 알파벳 대소문주와 숫자, 언더바(_), 대쉬(-)이다.
Template() - Constructor for class net.waglewagle.util.Template
 
TemplateMailSender - Class in net.waglewagle.util
Tempalte 메일 내용을 기반으로 메일을 전송한다.
TemplateMailSender(JavaMailSender, String, Reader) - Constructor for class net.waglewagle.util.TemplateMailSender
 
TemplateMailSender(JavaMailSender, String, String, Reader) - Constructor for class net.waglewagle.util.TemplateMailSender
 
TemplateMailSender(JavaMailSender, String, String) - Constructor for class net.waglewagle.util.TemplateMailSender
 
TemplateMailSender(JavaMailSender, String, String, String) - Constructor for class net.waglewagle.util.TemplateMailSender
 
ThreadSafeSqlSession - Class in net.waglewagle.mybatis
 
ThreadSafeSqlSession(SqlSessionFactory) - Constructor for class net.waglewagle.mybatis.ThreadSafeSqlSession
 
TimeLogResultSetHandler - Class in net.waglewagle.db.handler
처리 시간 및 건수를 기록하는 ResultSetHandler.
TimeLogResultSetHandler(ResultSetHandler, int) - Constructor for class net.waglewagle.db.handler.TimeLogResultSetHandler
TimeLogResultSetHandler 객체 생성.
TimeLogResultSetHandler(Class<? extends Object>, ResultSetHandler, int) - Constructor for class net.waglewagle.db.handler.TimeLogResultSetHandler
TimeLogResultSetHandler 객체 생성.
TimeLogResultSetHandler(String, ResultSetHandler, int) - Constructor for class net.waglewagle.db.handler.TimeLogResultSetHandler
TimeLogResultSetHandler 객체 생성.
toArray(List) - Static method in class net.waglewagle.util.StringUtil
List들어 있는 문자열들을 Array로 바꾸어 돌려준다.
toCalendar(Date) - Static method in class net.waglewagle.util.DateUtil
주어진 Date 객체의 정보를 갖는 Calendar 객체를 생성한다.
toCapitalize(String) - Static method in class net.waglewagle.util.StringUtil
주어진 문자열의 첫 글자를 대문자로 나머지는 소문자로 변형한 문자열 값을 돌려 준다.
toDate(int, int, int) - Static method in class net.waglewagle.util.DateUtil
주어진 연, 월, 일 값을 갖는 Date 객체를 만들어 돌려 준다.
toJSON(Object) - Static method in class net.waglewagle.util.JsonUtil
주어진 객체를 JSON 형태의 문자열로 만들어 돌려 준다.
toString() - Method in class net.waglewagle.markup.Tag
 
ToString - Class in net.waglewagle.util
각종 소스로부터 정보를 읽어 String으로 만들어 주는 메쏘드를 갖는 클래스.
toString(String) - Static method in class net.waglewagle.util.ToString
 
toString(File) - Static method in class net.waglewagle.util.ToString
 
toString(String, String) - Static method in class net.waglewagle.util.ToString
 
toString(Reader) - Static method in class net.waglewagle.util.ToString
 
toString(File, String) - Static method in class net.waglewagle.util.ToString
 
types - Variable in class net.waglewagle.struts.actions.MultipleAction
The set of argument type classes for the reflected method call.

U

unescapeHtml(String) - Static method in class net.waglewagle.servlet.tag.Functions
문자열 속에 포함된 HTML Entity들을 해당하는 문자로 변환하여 돌려 준다.
update(String, Object) - Method in interface net.waglewagle.db.SqlRunner
주어진 ID에 해당하는 UPDATE 문을 호출하여 정보를 갱신한다.
update(String) - Method in interface net.waglewagle.db.SqlRunner
주어진 ID에 해당하는 UPDATE 문을 호출하여 정보를 갱신한다.
update(String, Object) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
update(String) - Method in class net.waglewagle.mybatis.MyBatisSqlRunner
 
update(String) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
update(String, Object) - Method in class net.waglewagle.mybatis.ThreadSafeSqlSession
 
update(String, Object) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
update(String) - Method in class net.waglewagle.sqlmap.SqlMapRunner
 
UrlViewMappingController - Class in net.waglewagle.spring.controller
다른 Controller들의 메쏘드에 더 이상 매핑할 수 없는 경우, 요청한 URL 대로 해당 뷰를 찾도록 하기 위한 Controller.
UrlViewMappingController() - Constructor for class net.waglewagle.spring.controller.UrlViewMappingController
 
USER_SESSION_KEY_PARAM_NAME - Static variable in class net.waglewagle.servlet.http.UserSessionManager
 
UserSessionManager - Class in net.waglewagle.servlet.http
HttpSession에 저장되는 사용자 세션 정보를 관리하는 클래스.
UserSessionManager() - Constructor for class net.waglewagle.servlet.http.UserSessionManager
 

V

Value - Class in net.waglewagle.util
값을 다루는데 있어서 필요한 메쏘드를 가진다.
ValueGroupingRowHandler<E> - Class in net.waglewagle.db
조회 결과 객체의 한 속성(컬럼)의 값을 Key로, 다른 한 속성 값을 목록으로 담는 RowHandler 클래스.
ValueGroupingRowHandler(String, String) - Constructor for class net.waglewagle.db.ValueGroupingRowHandler
 
ValueGroupingRowHandler(Map<Object, List<E>>, String, String) - Constructor for class net.waglewagle.db.ValueGroupingRowHandler
 
valueOf(String) - Static method in enum net.waglewagle.mail.AbstractMailFetcher.Process
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.waglewagle.markup.Tag.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.waglewagle.openapi.kipris.Country
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class net.waglewagle.sqlmap.handler.DelimitedStringVsListTypeHandler
 
valueOf(String) - Method in class net.waglewagle.sqlmap.handler.StringVsBooleanAbstractTypeHandler
 
valueOf(String) - Method in class net.waglewagle.sqlmap.handler.StringVsDateTypeHandler
 
valueOf(String) - Method in class net.waglewagle.sqlmap.handler.StringVsTimeTypeHandler
 
valueOf(String) - Static method in enum net.waglewagle.util.WebUtil.Browser
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.waglewagle.mail.AbstractMailFetcher.Process
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.waglewagle.markup.Tag.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.waglewagle.openapi.kipris.Country
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.waglewagle.util.WebUtil.Browser
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalBarDelimitedStringVsListTypeHandler - Class in net.waglewagle.sqlmap.handler
컴마(,) 항목 구별자로 사용하는 문자열 칼럼과 List 사이를 치환해 주는 TypeHandler.
VerticalBarDelimitedStringVsListTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.VerticalBarDelimitedStringVsListTypeHandler
 

W

WagleRowHandlerWrapRowHandler<E> - Class in net.waglewagle.sqlmap
ResultHandler.handleResult(ResultContext)가 호출될 때 마다, 주어진 RowHandler.handleRow(Object)를 호출해 주는 ResultHandler 클래스
WagleRowHandlerWrapRowHandler(RowHandler<E>) - Constructor for class net.waglewagle.sqlmap.WagleRowHandlerWrapRowHandler
 
WebUtil - Class in net.waglewagle.util
javax.servlet.http.HttpServletResponse를 이용해 응답하는데 필요한 편리 메쏘드를 가지는 클래스.
WebUtil.Browser - Enum in net.waglewagle.util
 
WeeklySchedule - Class in net.waglewagle.schedule
매 주 정해진 및 시간에 실행하기 위한 스케줄.
WeeklySchedule(int) - Constructor for class net.waglewagle.schedule.WeeklySchedule
실행시킬 요일을 지정하여 객체를 생성한다.
WeeklySchedule(int, int, int, int) - Constructor for class net.waglewagle.schedule.WeeklySchedule
실행시킬 요일과 시각(시분초)을 지정하여 객체를 생성한다.
wrapWith(String, String, String, String) - Static method in class net.waglewagle.servlet.tag.Functions
주어진 정규식에 해당하는 문자열을 찾아 앞뒤로 감싸 준다.
wrapWith(String, String[], String, String) - Static method in class net.waglewagle.servlet.tag.Functions
주어진 정규식들 중 하나라도 해당하는 문자열을 찾아 앞뒤로 감싸 준다.
wrapWith(String, Collection, String, String) - Static method in class net.waglewagle.servlet.tag.Functions
주어진 정규식들 중 하나라도 해당하는 문자열을 찾아 앞뒤로 감싸 준다.
write(String) - Method in class net.waglewagle.excel.ExcelWriter
주어진 파일 경로로 엑셀 파일을 생성한다.
write(File) - Method in class net.waglewagle.excel.ExcelWriter
주어진 파일 객체로 엑셀 파일을 생성한다.
write(OutputStream) - Method in class net.waglewagle.excel.ExcelWriter
주어진 OutputStream으로 엑셀 파일을 전송한다.
writeAsJson(OutputStream, Object) - Static method in class net.waglewagle.util.JsonUtil
주어진 객체를 JSON 형태의 문자열로 변경된 정보를 OutputStream 으로 쏘아 보낸다.
writeAsJson(OutputStream, String, Object) - Static method in class net.waglewagle.util.JsonUtil
주어진 객체를 JSON 형태의 문자열로 변경된 정보를 OutputStream 으로 쏘아 보낸다.
writeAsJson(Writer, Object) - Static method in class net.waglewagle.util.JsonUtil
주어진 객체를 JSON 형태의 문자열로 변경된 정보를 OutputStream 으로 쏘아 보낸다.

X

XLSX_MIME_TYPE - Static variable in class net.waglewagle.excel.ExcelWriter
 
XmlUtil - Class in net.waglewagle.xml
 
XPathHandler - Class in net.waglewagle.xml.sax
XPath 경로와 값으로 처리하는 메쏘드를 호출해 주는 DefaultHandler.
XPathHandler() - Constructor for class net.waglewagle.xml.sax.XPathHandler
XPathHandler 객체를 사용한다.
XPathHandler(String) - Constructor for class net.waglewagle.xml.sax.XPathHandler
XPathHandler 객체를 사용한다.
XPathHandler(boolean) - Constructor for class net.waglewagle.xml.sax.XPathHandler
태그명에 네임스페이스 사용여부 값으로 XPathHandler 객체 생성.
XPathHandler(boolean, String) - Constructor for class net.waglewagle.xml.sax.XPathHandler
태그명에 네임스페이스 사용여부 값으로 XPathHandler 객체 생성.
XssDefenseFilter - Class in net.waglewagle.servlet.filter
XSS(Cross Site Scripting) 방어 필터 파라미터 값 중 스크립트 태그(<script...
XssDefenseFilter() - Constructor for class net.waglewagle.servlet.filter.XssDefenseFilter
 
XssDefenseHttpServletRequest - Class in net.waglewagle.servlet.http
XSS 공격을 방어하기 위해 일부 태그(script 등)를 담은 파라미터 값을 무력화 시킨다.
XssDefenseHttpServletRequest(HttpServletRequest) - Constructor for class net.waglewagle.servlet.http.XssDefenseHttpServletRequest
 
XUACompatibleEdgeHeaderFilter - Class in net.waglewagle.servlet.filter
응답 Header에 항상 X-UA-Compatible: edge 값을 넣어주는 Filter.
XUACompatibleEdgeHeaderFilter() - Constructor for class net.waglewagle.servlet.filter.XUACompatibleEdgeHeaderFilter
 

Y

YnBooleanTypeHandler - Class in net.waglewagle.sqlmap.handler
true를 대표하는 값을 "Y", false를 대표하는 값은 "N"으로 하는 TypeHandler.
YnBooleanTypeHandler() - Constructor for class net.waglewagle.sqlmap.handler.YnBooleanTypeHandler
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links