概要
パッケージ
クラス
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
A
AbstractLimyAction
-
org.limy.common.web
の クラス
全てのアクションの基底クラスです。
AbstractLimyAction()
- クラス org.limy.common.web.
AbstractLimyAction
のコンストラクタ
AbstractLimyTimerTask
-
org.limy.common.timer
の クラス
タイマータスクの抽象クラスです。
AbstractLimyTimerTask()
- クラス org.limy.common.timer.
AbstractLimyTimerTask
のコンストラクタ
AccessLog
-
org.limy.common.resource.bean
の クラス
アクセスログを表すBeanクラスです。
AccessLog()
- クラス org.limy.common.resource.bean.
AccessLog
のコンストラクタ
addChild(XmlElement)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
子要素を追加します。
addChild(int, XmlElement)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
子要素を追加します。
addChild(XmlElement)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
子要素を追加します。
addChild(int, XmlElement)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
子要素を追加します。
addCookie(String, String)
- クラス org.limy.common.web.
WebworkUtils
の static メソッド
クッキーを追加します。
addDir(SVNRepository, String, String)
- クラス org.limy.common.svn.
SvnUtils
の static メソッド
SVNリポジトリにディレクトリを追加します。
addFile(SVNRepository, String, byte[], String)
- クラス org.limy.common.svn.
SvnUtils
の static メソッド
SVNリポジトリにファイルを追加します。
addItem(RssItem)
- クラス org.limy.common.rss.
RssBean
のメソッド
RSSアイテムを追加します。
addMultiFile(SVNRepository, CommitFileInfo[], String)
- クラス org.limy.common.svn.
SvnUtils
の static メソッド
B
Base64Utils
-
org.limy.common.util
の クラス
BASE64関連のユーティリティクラスです。
BaseDaoSupport
-
org.limy.common.resource
の クラス
DAO基底クラスです。
BaseDaoSupport()
- クラス org.limy.common.resource.
BaseDaoSupport
のコンストラクタ
BrowserType
-
org.limy.common.web
の 列挙型
ブラウザ種別を表します。
C
cancel()
- インタフェース org.limy.common.timer.
TimerModel
のメソッド
全てのタスクをキャンセルします。
cancel()
- クラス org.limy.common.timer.
TimerModelImpl
のメソッド
全てのタスクをキャンセルします。
checkJapanese(String)
- クラス org.limy.common.web.
SpamChecker
の static メソッド
文字列に日本語がある事を確認します。
checkKeyword(String, String...)
- クラス org.limy.common.web.
SpamChecker
の static メソッド
checkNotEmpty(String)
- クラス org.limy.common.web.
SpamChecker
の static メソッド
文字列が1文字以上であることを確認します。
clearAll()
- インタフェース org.limy.common.cache.
LimyCache
のメソッド
保存されたキャッシュを全てクリアします。
clearAll()
- クラス org.limy.common.cache.
LimyEhcache
のメソッド
clone()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
cloneSelf()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
cloneSelf()
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
自分自身のコピーを作成します。
CommitFileInfo
-
org.limy.common.svn
の クラス
コミットするファイルの情報を格納します。
CommitFileInfo(String, byte[], String)
- クラス org.limy.common.svn.
CommitFileInfo
のコンストラクタ
CommitFileInfoインスタンスを構築します。
CommitFileInfo(String)
- クラス org.limy.common.svn.
CommitFileInfo
のコンストラクタ
CommitFileInfoインスタンスを構築します(ディレクトリ用)。
compareTo(CountObject)
- クラス org.limy.common.bean.
CountObject
のメソッド
concatUrl(String, String)
- クラス org.limy.common.util.
UrlUtils
の static メソッド
基準パスに相対パスを加え、その絶対パスを返します。
connectFtp(FTPClient, FtpInfo)
- クラス org.limy.common.util.
FtpUtils
の static メソッド
FTPに接続します。
contextDestroyed(ServletContextEvent)
- クラス org.limy.common.web.
WebworkContextListener
のメソッド
contextInitialized(ServletContextEvent)
- クラス org.limy.common.web.
WebworkContextListener
のメソッド
convertHtml(String)
- クラス org.limy.common.util.
HtmlUtils
の static メソッド
copyBeforeSelf()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
copyBeforeSelf()
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
自分自身の直前(同系列)に自身のコピーを作成します。
CountObject
-
org.limy.common.bean
の クラス
文字列と数値をペアで持つオブジェクトです。
CountObject(String)
- クラス org.limy.common.bean.
CountObject
のコンストラクタ
CountObjectインスタンスを構築します。
CountObject(String, int)
- クラス org.limy.common.bean.
CountObject
のコンストラクタ
CountObjectインスタンスを構築します。
createCalendar(Date)
- クラス org.limy.common.util.
DateUtils
の static メソッド
DateオブジェクトからCalendarを生成して返します。
createParams()
- クラス org.limy.common.resource.
BaseDaoSupport
のメソッド
空のParamsインスタンスを返します。
createWebSession()
- クラス org.limy.common.web.
WebDwrUtils
の static メソッド
Reverse Ajax用のWebセッションを返します。
D
D_DD
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : dd形式
D_DDHHMMSS
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : ddHHMMSS形式
D_JPN_VIEW_YYYYM
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy年M月形式
D_VIEW_14
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy/MM/dd HH:mm:ss形式
D_VIEW_14E
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy/MM/dd(E) HH:mm:ss形式
D_VIEW_8
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy/MM/dd形式
D_VIEW_8E
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy/MM/dd(E)形式
D_VIEW_D
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : d形式
D_VIEW_MD
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : M/d形式
D_VIEW_MDE
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : M/d(E)形式
D_VIEW_YM
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy/M形式
D_VIEW_YMD
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy/M/d形式
D_VIEW_YMDHM
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy/M/d HH:mm形式
D_VIEW_YMDHMS
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy/M/d HH:mm:ss形式
D_VIEW_YYYYMMDDHHMM
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyy/M/d HH:mm形式
D_YYYYMM
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyyMM形式
D_YYYYMMDD
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyyMMdd形式
D_YYYYMMDDHHMM
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyyMMddHHmm形式
D_YYYYMMDDHHMMSS
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : yyyyMMddHHmmss形式
dateFormat(String, Date)
- クラス org.limy.common.util.
Formatters
の static メソッド
日付をフォーマットします。
dateFormat(String, Date, Locale)
- クラス org.limy.common.util.
Formatters
の static メソッド
日付をフォーマットします。
dateParse(String, String)
- クラス org.limy.common.util.
Formatters
の static メソッド
日付文字列をパースします。
DateUtils
-
org.limy.common.util
の クラス
日付関連のユーティリティクラスです。
decodeEuc(String)
- クラス org.limy.common.util.
Base64Utils
の static メソッド
BASE64文字列をデコードします(EUC)。
delete(String, Map<String, Object>)
- クラス org.limy.common.resource.
BaseDaoSupport
のメソッド
DELETE文を発行します。
deleteDir(FTPClient, String)
- クラス org.limy.common.util.
FtpUtils
の static メソッド
ディレクトリを削除します。
deleteFile(FTPClient, String)
- クラス org.limy.common.util.
FtpUtils
の static メソッド
ファイルを削除します。
disconnect(FTPClient)
- クラス org.limy.common.util.
FtpUtils
の static メソッド
FTP接続を開放します。
doExecute()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
各アクションのエントリメソッドです。
E
encodeEucCookie(String)
- クラス org.limy.common.util.
Base64Utils
の static メソッド
文字列をEUC-JP文字セットでBASE64エンコードします。
equals(Object)
- クラス org.limy.common.bean.
CountObject
のメソッド
equals(Object)
- クラス org.limy.common.xml.
SimpleAttribute
のメソッド
equalYM(Calendar, Date)
- クラス org.limy.common.util.
DateUtils
の static メソッド
2つの日付オブジェクトの年月が等しいかどうかを返します。
execProgram(File, Writer, String...)
- クラス org.limy.common.util.
ProcessUtils
の static メソッド
プログラムを実行します。
execute()
- インタフェース org.limy.common.timer.
LimyTimerTask
のメソッド
execute()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
ExtVelocityResult
-
org.limy.common.web
の クラス
ContentTypeカスタマイズ可能なVelocityResultクラスです。
ExtVelocityResult()
- クラス org.limy.common.web.
ExtVelocityResult
のコンストラクタ
F
Formatters
-
org.limy.common.util
の クラス
各種フォーマットを扱うクラスです。
FtpInfo
-
org.limy.common.ftp
の クラス
FTP接続情報を表すクラスです。
FtpInfo()
- クラス org.limy.common.ftp.
FtpInfo
のコンストラクタ
FtpUtils
-
org.limy.common.util
の クラス
FTP関連ユーティリティクラスです。
G
get(String)
- インタフェース org.limy.common.cache.
LimyCache
のメソッド
オブジェクトをキャッシュから取得します。
get(String)
- クラス org.limy.common.cache.
LimyEhcache
のメソッド
getAttribute(String)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
getAttribute(String)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
属性値を返します。
getAttributes()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
属性一覧を取得します。
getAttributes()
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
属性一覧を取得します。
getAuthPass()
- クラス org.limy.common.repository.
RepositoryInfo
のメソッド
認証パスワードを取得します。
getAuthUser()
- クラス org.limy.common.repository.
RepositoryInfo
のメソッド
認証ユーザ名を取得します。
getBaseName(String)
- クラス org.limy.common.util.
UrlUtils
の static メソッド
拡張子を除いたファイル名を取得します。
getBrowserType()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
ブラウザ種別を返します。
getBrowserType(HttpServletRequest)
- クラス org.limy.common.web.
WebUtils
の static メソッド
ブラウザ種別を返します。
getBrowserType()
- クラス org.limy.common.web.
WebworkUtils
の static メソッド
getCache(String)
- クラス org.limy.common.cache.
LimyCacheManager
の static メソッド
キャッシュを取得します。
getCache(Class)
- クラス org.limy.common.cache.
LimyCacheManager
の static メソッド
キャッシュを取得します。
getCache()
- クラス org.limy.common.cache.
LimyEhcache
のメソッド
getCalendar(int, int, int)
- クラス org.limy.common.util.
DateUtils
の static メソッド
カレンダーを取得します。
getCalendarPerMonth(Date)
- クラス org.limy.common.util.
DateUtils
の static メソッド
指定した日付の1日00:00:00を表すカレンダーを返します。
getCategoryId()
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
カテゴリ番号を取得します。
getChannel()
- クラス org.limy.common.rss.
RssBean
のメソッド
チャネルを取得します。
getCharset()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
getChildren()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
子要素一覧を返します。
getChildren()
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
子要素一覧を返します。
getContents()
- クラス org.limy.common.svn.
CommitFileInfo
のメソッド
コミットするファイル内容を取得します。
getContentStr()
- クラス org.limy.common.svn.
CommitFileInfo
のメソッド
getContentType(String)
- クラス org.limy.common.web.
ExtVelocityResult
のメソッド
getContextRootUrl()
- クラス org.limy.common.web.
WebworkUtils
の static メソッド
コンテキストルートURLを返します。
getCookieString(String)
- クラス org.limy.common.web.
WebworkUtils
の static メソッド
クッキーを取得します。
getCount()
- クラス org.limy.common.bean.
CountObject
のメソッド
数値を取得します。
getDate()
- クラス org.limy.common.rss.
RssItem
のメソッド
日付を取得します。
getDate(int, int, int)
- クラス org.limy.common.util.
DateUtils
の static メソッド
日付を取得します。
getDateFormat(String, Locale)
- クラス org.limy.common.util.
Formatters
の static メソッド
日付フォーマットを生成します。
getDescription()
- クラス org.limy.common.rss.
RssChannel
のメソッド
簡易説明文を取得します。
getDescription()
- クラス org.limy.common.rss.
RssItem
のメソッド
詳細を取得します。
getEncoding(String)
- クラス org.limy.common.web.
ExtVelocityResult
のメソッド
getField(Date, int)
- クラス org.limy.common.util.
DateUtils
の static メソッド
Dateオブジェクトのフィールド値を返します。
getFile(String)
- クラス org.limy.common.web.
WebworkUtils
の static メソッド
アプリケーション内ファイルのローカルパスを返します。
getFileName(String)
- クラス org.limy.common.util.
UrlUtils
の static メソッド
パスのファイル名を取得します。
getFirstDayOfMonth(Date)
- クラス org.limy.common.util.
DateUtils
の static メソッド
指定した日付の第1日を返します。
getFirstDayOfNextMonth(Date)
- クラス org.limy.common.util.
DateUtils
の static メソッド
指定した日付の次月の第1日を返します。
getFirstDayOfPrevMonth(Date)
- クラス org.limy.common.util.
DateUtils
の static メソッド
指定した日付の前月の第1日を返します。
getId()
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
プライマリキーを取得します。
getIpAddress()
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
IPアドレスを取得します。
getItems()
- クラス org.limy.common.rss.
RssBean
のメソッド
アイテム一覧を取得します。
getJID()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
getJsessionId()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
getLanguage()
- クラス org.limy.common.rss.
RssChannel
のメソッド
言語を取得します。
getLatestItem()
- クラス org.limy.common.rss.
RssBean
のメソッド
getLink()
- クラス org.limy.common.rss.
RssChannel
のメソッド
リンク先を取得します。
getLink()
- クラス org.limy.common.rss.
RssItem
のメソッド
リンク先を取得します。
getLog()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
getMultiRepositoryContents(String, String, String, String[], String)
- クラス org.limy.common.svn.
SvnUtils
の static メソッド
SVNリポジトリから複数ファイルの内容を取得します。
getName()
- クラス org.limy.common.xml.
SimpleAttribute
のメソッド
属性名を取得します。
getName()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
要素名を取得します。
getName()
- インタフェース org.limy.common.xml.
XmlAttribute
のメソッド
属性名を取得します。
getName()
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
要素名を取得します。
getParent(String)
- クラス org.limy.common.util.
UrlUtils
の static メソッド
パスの親ディレクトリ名を返します。
getPassword()
- クラス org.limy.common.ftp.
FtpInfo
のメソッド
パスワードを取得します。
getPath()
- クラス org.limy.common.ftp.
FtpInfo
のメソッド
パスを取得します。
getPath()
- クラス org.limy.common.svn.
CommitFileInfo
のメソッド
リポジトリルートからの相対パスを取得します。
getRdfAbout()
- クラス org.limy.common.rss.
RssChannel
のメソッド
RSSのURLを取得します。
getReferer()
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
Referer文字列を取得します。
getReferer()
- クラス org.limy.common.web.
WebworkUtils
の static メソッド
getRelativeUrl(File, File)
- クラス org.limy.common.util.
UrlUtils
の static メソッド
対象パスの、基準パスからの相対パスを取得します。
getRelativeUrl(String, String)
- クラス org.limy.common.util.
UrlUtils
の static メソッド
対象パスの、基準ディレクトリからの相対パスを取得します。
getRemoteAddr()
- クラス org.limy.common.web.
WebworkUtils
の static メソッド
getRemoteHost()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
リモートホストIPアドレスを返します。
getRepository(String, String, String)
- クラス org.limy.common.svn.
SvnUtils
の static メソッド
SVNリポジトリを取得します。
getRepositoryContents(String, String, String)
- クラス org.limy.common.svn.
SvnUtils
の static メソッド
SVNリポジトリからファイルの内容を取得します。
getRepositoryUrl()
- クラス org.limy.common.repository.
RepositoryInfo
のメソッド
リポジトリURLを取得します。
getRfcDate()
- クラス org.limy.common.rss.
RssItem
のメソッド
getSearchString()
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
検索文字列を取得します。
getSelfUri()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
getSelfUrl()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
getServerAddress()
- クラス org.limy.common.ftp.
FtpInfo
のメソッド
FTPサーバアドレスを取得します。
getSession()
- クラス org.limy.common.web.
WebworkUtils
の static メソッド
getStr()
- クラス org.limy.common.bean.
CountObject
のメソッド
文字列を取得します。
getSvnInfo(String, String, String)
- クラス org.limy.common.svn.
SvnUtils
の static メソッド
SVNリポジトリからファイルの情報を取得します。
getTargetDate()
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
対象日付を取得します。
getTargetTime()
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
対象日付を取得します。
getTargetUrl()
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
ターゲットURLを取得します。
getTimerTask()
- クラス org.limy.common.timer.
AbstractLimyTimerTask
のメソッド
getTimerTask()
- インタフェース org.limy.common.timer.
LimyTimerTask
のメソッド
getTimestampDefault(String)
- クラス org.limy.common.web.
WebUtils
の static メソッド
タイムスタンプを取得します。
getTitle()
- クラス org.limy.common.rss.
RssChannel
のメソッド
タイトルを取得します。
getTitle()
- クラス org.limy.common.rss.
RssItem
のメソッド
タイトルを取得します。
getUserAgent()
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
User-Agentを取得します。
getUserAgent()
- クラス org.limy.common.web.
WebworkUtils
の static メソッド
getUserName()
- クラス org.limy.common.ftp.
FtpInfo
のメソッド
ユーザ名を取得します。
getValue()
- 列挙 org.limy.common.web.
BrowserType
のメソッド
表現用文字列を取得します。
getValue()
- クラス org.limy.common.xml.
SimpleAttribute
のメソッド
属性値を取得します。
getValue()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
要素値を取得します。
getValue(String)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
簡易XPath形式で指定された子要素の要素値を取得します。
getValue()
- インタフェース org.limy.common.xml.
XmlAttribute
のメソッド
属性値を取得します。
getValue()
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
要素値を取得します。
getValue(String)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
簡易XPath形式で指定された子要素の要素値を取得します。
getW3cDate()
- クラス org.limy.common.rss.
RssItem
のメソッド
GraphUtils
-
org.limy.common.graph
の クラス
グラフ(JFreeChart)関連のユーティリティクラスです。
H
hasAttributes()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
属性を持っているかどうかを返します。
hasAttributes()
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
属性を持っているかどうかを返します。
hasChildren()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
子要素を持っているかどうかを返します。
hasChildren()
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
子要素を持っているかどうかを返します。
hashCode()
- クラス org.limy.common.bean.
CountObject
のメソッド
hashCode()
- クラス org.limy.common.xml.
SimpleAttribute
のメソッド
HtmlUtils
-
org.limy.common.util
の クラス
HTML関連のユーティリティクラスです。
I
increment()
- クラス org.limy.common.bean.
CountObject
のメソッド
数値をインクリメントします。
insert(String, Map<String, Object>)
- クラス org.limy.common.resource.
BaseDaoSupport
のメソッド
INSERT文を発行します。
insertWithAutoIncrement(String, Map<String, Object>)
- クラス org.limy.common.resource.
BaseDaoSupport
のメソッド
INSERT文を発行します。
isPhone()
- クラス org.limy.common.web.
AbstractLimyAction
のメソッド
携帯からのアクセスかどうかを判別します。
L
LimyCache
-
org.limy.common.cache
の インタフェース
キャッシュを表すインターフェイスです。
LimyCacheManager
-
org.limy.common.cache
の クラス
Limyweb共通のキャッシュマネージャです。
LimyEhcache
-
org.limy.common.cache
の クラス
Ehcacheによるキャッシュ実装クラスです。
LimyEhcache(Cache)
- クラス org.limy.common.cache.
LimyEhcache
のコンストラクタ
LimyEhcacheインスタンスを構築します。
LimyException
-
org.limy.common
の 例外
Limy共通の例外クラスです。
LimyException()
- 例外 org.limy.common.
LimyException
のコンストラクタ
LimyException(String, Throwable)
- 例外 org.limy.common.
LimyException
のコンストラクタ
LimyException(String)
- 例外 org.limy.common.
LimyException
のコンストラクタ
LimyException(Throwable)
- 例外 org.limy.common.
LimyException
のコンストラクタ
LimyTimerTask
-
org.limy.common.timer
の インタフェース
タイマータスクのインターフェイスです。
LimyWebSession
-
org.limy.common.web
の クラス
Reverse Ajaxを扱うクラスです。
LimyWebSession(Collection<? extends ScriptSession>)
- クラス org.limy.common.web.
LimyWebSession
のコンストラクタ
M
modifyFile(SVNRepository, String, byte[], String)
- クラス org.limy.common.svn.
SvnUtils
の static メソッド
modifyMultiFile(SVNRepository, CommitFileInfo[], String)
- クラス org.limy.common.svn.
SvnUtils
の static メソッド
N
N_00
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : 00形式
O
org.limy.common
- パッケージ org.limy.common
Limy共通クラスを提供します。
org.limy.common.bean
- パッケージ org.limy.common.bean
共通Beanクラスを提供します。
org.limy.common.cache
- パッケージ org.limy.common.cache
共通キャッシュ機能を提供します。
org.limy.common.ftp
- パッケージ org.limy.common.ftp
FTP関連の機能を提供します。
org.limy.common.graph
- パッケージ org.limy.common.graph
共通のグラフィック関連クラスを提供します。
org.limy.common.repository
- パッケージ org.limy.common.repository
共通リポジトリ関連クラスを提供します。
org.limy.common.resource
- パッケージ org.limy.common.resource
リソース関連クラスを提供します。
org.limy.common.resource.bean
- パッケージ org.limy.common.resource.bean
共通のDB Beanクラスを提供します。
org.limy.common.rss
- パッケージ org.limy.common.rss
RSS関連クラスを提供します。
org.limy.common.svn
- パッケージ org.limy.common.svn
SVN(Subversion)関連クラスを提供します。
org.limy.common.timer
- パッケージ org.limy.common.timer
タイマー関連の共通クラスを提供します。
org.limy.common.util
- パッケージ org.limy.common.util
共通ユーティリティクラス群を提供します。
org.limy.common.web
- パッケージ org.limy.common.web
Web関連の共通クラスを提供します。
org.limy.common.xml
- パッケージ org.limy.common.xml
XML関連の共通クラスを提供します。
P
parse(InputStream)
- クラス org.limy.common.xml.
XmlUtils
の static メソッド
XMLをパースしてXMLElementを返します。
parseDoc(InputStream)
- クラス org.limy.common.xml.
XmlUtils
の static メソッド
XMLをパースしてDOM Documentを返します。
ProcessUtils
-
org.limy.common.util
の クラス
プロセス関連のユーティリティクラスです。
put(String, Object)
- インタフェース org.limy.common.cache.
LimyCache
のメソッド
オブジェクトをキャッシュに保存します。
put(String, Object)
- クラス org.limy.common.cache.
LimyEhcache
のメソッド
Q
quoteHtml(String)
- クラス org.limy.common.util.
HtmlUtils
の static メソッド
HTML特殊文字をQuoteして返します。
R
remove(String)
- インタフェース org.limy.common.cache.
LimyCache
のメソッド
オブジェクトをキャッシュから削除します。
remove(String)
- クラス org.limy.common.cache.
LimyEhcache
のメソッド
removeChild(XmlElement)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
子要素を削除します。
removeChild(XmlElement)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
子要素を削除します。
removeTree(String)
- インタフェース org.limy.common.cache.
LimyCache
のメソッド
オブジェクトをキャッシュから階層的に削除します。
removeTree(String)
- クラス org.limy.common.cache.
LimyEhcache
のメソッド
RepositoryInfo
-
org.limy.common.repository
の クラス
リポジトリの各種情報を保持するクラスです。
RepositoryInfo()
- クラス org.limy.common.repository.
RepositoryInfo
のコンストラクタ
RFC822
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : RFC822形式
RssBean
-
org.limy.common.rss
の クラス
RSSを表すBeanクラスです。
RssBean()
- クラス org.limy.common.rss.
RssBean
のコンストラクタ
RssBeanインスタンスを構築します。
RssChannel
-
org.limy.common.rss
の クラス
RSSチャネルを表すBeanクラスです。
RssChannel()
- クラス org.limy.common.rss.
RssChannel
のコンストラクタ
RssItem
-
org.limy.common.rss
の クラス
RSSアイテムを表すBeanクラスです。
RssItem(String, String, Date)
- クラス org.limy.common.rss.
RssItem
のコンストラクタ
RssItemインスタンスを構築します。
RssItem(String, String, String, Date)
- クラス org.limy.common.rss.
RssItem
のコンストラクタ
RssItemインスタンスを構築します。
S
schedule(LimyTimerTask, long)
- インタフェース org.limy.common.timer.
TimerModel
のメソッド
一定の間隔で実行するタスクを定義します。
schedule(LimyTimerTask, long)
- クラス org.limy.common.timer.
TimerModelImpl
のメソッド
一定の間隔で実行するタスクを定義します。
scheduleAtFixedRate(LimyTimerTask, Date, long)
- インタフェース org.limy.common.timer.
TimerModel
のメソッド
指定時間および一定の間隔で実行するタスクを定義します。
scheduleAtFixedRate(LimyTimerTask, Date, long)
- クラス org.limy.common.timer.
TimerModelImpl
のメソッド
指定時間および一定の間隔で実行するタスクを定義します。
searchSubNode(String)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
子要素から特定の要素名のものを探し出します。
searchSubNode(String)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
子要素から特定の要素名のものを探し出します。
searchSubNodes(String)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
子要素から特定の要素名のものを全て返します。
searchSubNodes(String)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
子要素から特定の要素名のものを全て返します。
select(String, Map<String, Object>)
- クラス org.limy.common.resource.
BaseDaoSupport
のメソッド
SELECT文を発行して結果1件を返します。
selects(String, Map<String, Object>)
- クラス org.limy.common.resource.
BaseDaoSupport
のメソッド
SELECT文を発行して結果複数件を返します。
sendJavaScript(String)
- クラス org.limy.common.web.
LimyWebSession
のメソッド
ブラウザにJavaScriptを送信(Reverse Ajax)します。
setAttribute(XmlAttribute)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
属性を追加します。
setAttribute(String, String)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
属性を追加します。
setAttribute(XmlAttribute)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
属性を追加します。
setAttribute(String, String)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
属性を追加します。
setAuthPass(String)
- クラス org.limy.common.repository.
RepositoryInfo
のメソッド
認証パスワードを設定します。
setAuthUser(String)
- クラス org.limy.common.repository.
RepositoryInfo
のメソッド
認証ユーザ名を設定します。
setCategoryId(short)
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
カテゴリ番号を設定します。
setContentType(String)
- クラス org.limy.common.web.
ExtVelocityResult
のメソッド
コンテンツタイプを設定します。
setDescription(String)
- クラス org.limy.common.rss.
RssChannel
のメソッド
簡易説明文を設定します。
setId(int)
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
プライマリキーを設定します。
setIpAddress(String)
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
IPアドレスを設定します。
setItems(List<RssItem>)
- クラス org.limy.common.rss.
RssBean
のメソッド
アイテム一覧を設定します。
setLanguage(String)
- クラス org.limy.common.rss.
RssChannel
のメソッド
言語を設定します。
setLink(String)
- クラス org.limy.common.rss.
RssChannel
のメソッド
リンク先を設定します。
setParam(Map<String, Object>, String, int)
- クラス org.limy.common.resource.
BaseDaoSupport
のメソッド
setParam(Map<String, Object>, String, Object)
- クラス org.limy.common.resource.
BaseDaoSupport
のメソッド
setPassword(String)
- クラス org.limy.common.ftp.
FtpInfo
のメソッド
パスワードを設定します。
setPath(String)
- クラス org.limy.common.ftp.
FtpInfo
のメソッド
パスを設定します。
setRdfAbout(String)
- クラス org.limy.common.rss.
RssChannel
のメソッド
RSSのURLを設定します。
setReferer(String)
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
Referer文字列を設定します。
setRepositoryUrl(String)
- クラス org.limy.common.repository.
RepositoryInfo
のメソッド
リポジトリURLを設定します。
setSearchString(String)
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
検索文字列を設定します。
setServerAddress(String)
- クラス org.limy.common.ftp.
FtpInfo
のメソッド
FTPサーバアドレスを設定します。
setTargetDate(Date)
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
対象日付を設定します。
setTargetTime(Time)
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
対象日付を設定します。
setTargetUrl(String)
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
ターゲットURLを設定します。
setTitle(String)
- クラス org.limy.common.rss.
RssChannel
のメソッド
タイトルを設定します。
setUserAgent(String)
- クラス org.limy.common.resource.bean.
AccessLog
のメソッド
User-Agentを設定します。
setUserName(String)
- クラス org.limy.common.ftp.
FtpInfo
のメソッド
ユーザ名を設定します。
setValue(String)
- クラス org.limy.common.xml.
SimpleElement
のメソッド
要素値を設定します。
setValue(String)
- インタフェース org.limy.common.xml.
XmlElement
のメソッド
要素値を設定します。
SimpleAttribute
-
org.limy.common.xml
の クラス
XMLの属性を表します。
SimpleAttribute(String, String)
- クラス org.limy.common.xml.
SimpleAttribute
のコンストラクタ
SimpleAttributeインスタンスを構築します。
SimpleElement
-
org.limy.common.xml
の クラス
XML要素を表します。
SimpleElement(String)
- クラス org.limy.common.xml.
SimpleElement
のコンストラクタ
SimpleElementインスタンスを構築します。
SimpleElement(XmlElement, String)
- クラス org.limy.common.xml.
SimpleElement
のコンストラクタ
SimpleElementインスタンスを構築します。
SimpleElement(XmlElement, String, XmlElement)
- クラス org.limy.common.xml.
SimpleElement
のコンストラクタ
SimpleElementインスタンスを構築します。
SimpleElement(SimpleElement, String, String)
- クラス org.limy.common.xml.
SimpleElement
のコンストラクタ
SimpleElementインスタンスを構築します。
SpamChecker
-
org.limy.common.web
の クラス
スパムチェッカーです。
SvnUtils
-
org.limy.common.svn
の クラス
Subversion関連のユーティリティクラスです。
T
TimerModel
-
org.limy.common.timer
の インタフェース
TimerModelImpl
-
org.limy.common.timer
の クラス
タイマー関連モデルの実装クラスです。
TimerModelImpl()
- クラス org.limy.common.timer.
TimerModelImpl
のコンストラクタ
toString()
- クラス org.limy.common.bean.
CountObject
のメソッド
toString()
- クラス org.limy.common.xml.
SimpleAttribute
のメソッド
toString()
- クラス org.limy.common.xml.
SimpleElement
のメソッド
U
update(String, Map<String, Object>)
- クラス org.limy.common.resource.
BaseDaoSupport
のメソッド
UPDATE文を発行します。
uploadFileFtp(FTPClient, String, String, InputStream)
- クラス org.limy.common.util.
FtpUtils
の static メソッド
ファイルをFTPでアップロードします。
uploadFileFtp(FTPClient, String, InputStream)
- クラス org.limy.common.util.
FtpUtils
の static メソッド
ファイルをFTPでアップロードします。
UrlUtils
-
org.limy.common.util
の クラス
URL関連のユーティリティクラスです。
V
valueOf(String)
- 列挙 org.limy.common.web.
BrowserType
の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
values()
- 列挙 org.limy.common.web.
BrowserType
の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
W
W3C
- クラス org.limy.common.util.
Formatters
の static 変数
フォーマット : W3C形式
WebDwrUtils
-
org.limy.common.web
の クラス
DWR関連のWebユーティリティクラスです。
WebUtils
-
org.limy.common.web
の クラス
Web関連のユーティリティクラスです。
WebworkContextListener
-
org.limy.common.web
の クラス
アプリケーション開始/終了時に呼び出されます。
WebworkContextListener()
- クラス org.limy.common.web.
WebworkContextListener
のコンストラクタ
WebworkUtils
-
org.limy.common.web
の クラス
Webwork関連のユーティリティクラスです。
writeImagePng(JFreeChart, File, int, int)
- クラス org.limy.common.graph.
GraphUtils
の static メソッド
PNG形式でチャートをファイル出力します。
X
XmlAttribute
-
org.limy.common.xml
の インタフェース
XML属性を表すインターフェイスです。
XmlElement
-
org.limy.common.xml
の インタフェース
XML要素を表すインターフェイスです。
XmlUtils
-
org.limy.common.xml
の クラス
XML関連のユーティリティクラスです。
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
概要
パッケージ
クラス
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス