- 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
-
- getPropEN(String) - Static method in class net.waglewagle.util.Condition
-
- getPropEQ(String) - Static method in class net.waglewagle.util.Condition
-
- getPropEQs(String) - Static method in class net.waglewagle.util.Condition
-
- getPropGE(String) - Static method in class net.waglewagle.util.Condition
-
- getPropGT(String) - Static method in class net.waglewagle.util.Condition
-
- getPropLE(String) - Static method in class net.waglewagle.util.Condition
-
- getPropLT(String) - Static method in class net.waglewagle.util.Condition
-
- getPropNCO(String) - Static method in class net.waglewagle.util.Condition
-
- getPropNE(String) - Static method in class net.waglewagle.util.Condition
-
- getPropNEN(String) - Static method in class net.waglewagle.util.Condition
-
- getPropNEs(String) - Static method in class net.waglewagle.util.Condition
-
- getPropNL(String) - Static method in class net.waglewagle.util.Condition
-
- getPropNNL(String) - Static method in class net.waglewagle.util.Condition
-
- getPropNST(String) - Static method in class net.waglewagle.util.Condition
-
- getPropST(String) - Static method in class net.waglewagle.util.Condition
-
- 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).
- 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
-
- 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
-
- putOrderBy(List<String>) - Method in class net.waglewagle.util.Condition
-
- putOrderBy(String[]) - Method in class net.waglewagle.util.Condition
-
- 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
-
시작한다(전방일치) 조건을 추가한다.
- 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
-
- 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
-
성공 코드.