Woolpack API
A B C D E F G H I J K L M N O P R S T U V W X

C

cache(Fn<? super C, ? extends Map<? super K, Object>>, Fn<? super C, K>, Fn<? super C, ?>) - クラス woolpack.factory.FactoryUtils の static メソッド
 
cache(Fn<? super C, ? extends Map<? super K, Object>>, Fn<? super C, ? extends K>, Fn<? super C, ?>, EL) - クラス woolpack.factory.FactoryUtils の static メソッド
 
CachePropertyELFactory - woolpack.el の クラス
委譲先で生成したGettingELELを クラス名とプロパティ名の組をキーとしてキャッシュするPropertyELFactoryです。
CachePropertyELFactory(PropertyELFactory) - クラス woolpack.el.CachePropertyELFactory のコンストラクタ
 
CaseNormalizer - woolpack.html の クラス
エレメント名を大文字に、属性名を小文字に変換するFnです。
CaseNormalizer() - クラス woolpack.html.CaseNormalizer のコンストラクタ
 
CastFn<R> - woolpack.fn の クラス
Class.cast(Object)を使用してキャストするFnです。
CastFn(Class<R>) - クラス woolpack.fn.CastFn のコンストラクタ
 
castTo(Class<R>) - クラス woolpack.fn.FnUtils の static メソッド
 
changeCache(Map<String, Object>) - クラス woolpack.adapter.OGE の static メソッド
キャッシュに使用するMapを設定します。
CHECK_NOT_EMPTY - クラス woolpack.visitor.VisitorAppUtils の static 変数
構造化されたエレメントに null も空文字列も存在しないことをチェックするための Visitor.setMap(Map)に設定する値です。
checkEquals(Object) - クラス woolpack.bool.BoolUtils の static メソッド
 
checkMax(C) - クラス woolpack.bool.BoolUtils の static メソッド
 
checkMaxLength(int) - クラス woolpack.bool.BoolUtils の static メソッド
 
checkMin(C) - クラス woolpack.bool.BoolUtils の static メソッド
 
checkMinLength(int) - クラス woolpack.bool.BoolUtils の static メソッド
 
checkRegExp(Pattern) - クラス woolpack.bool.BoolUtils の static メソッド
 
ChildElementInserter<C extends NodeContext> - woolpack.xml の クラス
子ノードとして DOM エレメントを挿入するFnです。
ChildElementInserter(String, Fn<? super C, Void>) - クラス woolpack.xml.ChildElementInserter のコンストラクタ
 
ChildElementInserter(String) - クラス woolpack.xml.ChildElementInserter のコンストラクタ
 
ChildrenRemover - woolpack.xml の クラス
DOM ノードの全ての子ノードを削除するFnです。
ChildrenRemover() - クラス woolpack.xml.ChildrenRemover のコンストラクタ
 
ChildrenRetain - woolpack.xml の クラス
現在の位置の DOM ノードのみを削除するFnです。
ChildrenRetain() - クラス woolpack.xml.ChildrenRetain のコンストラクタ
 
ChildTextReplacer<C extends NodeContext> - woolpack.xml の クラス
指定された DOM ノードの子ノードをテキストノードに置き換えるFnです。
ChildTextReplacer(Fn<? super C, String>) - クラス woolpack.xml.ChildTextReplacer のコンストラクタ
 
clear() - クラス woolpack.utils.DelegationCollection のメソッド
 
clear() - クラス woolpack.utils.DelegationMap のメソッド
 
CLEAR_SESSION - クラス woolpack.web.WebUtils の static 変数
セッションスコープをクリアするFnです。
CLONE_NODE - クラス woolpack.xml.XmlUtils の static 変数
 
CloneFormatFactory - woolpack.convert の クラス
Formatの新規のインスタンスをFormat.clone()により複製するファクトリです。
CloneFormatFactory(Format) - クラス woolpack.convert.CloneFormatFactory のコンストラクタ
 
close() - クラス woolpack.utils.AppendableWriter のメソッド
 
COLLECTION_CONVERTER - クラス woolpack.typeconvert.TypeConvertUtils の static 変数
一覧型変換器のデフォルト値です。
CollectionConverter - woolpack.typeconvert の クラス
一覧型を変換するFnです。
CollectionConverter(Fn<ConvertContext, Void>) - クラス woolpack.typeconvert.CollectionConverter のコンストラクタ
 
CommentRemover - woolpack.html の クラス
SCRIPT ノード以外のコメントノードを削除するFnです。
CommentRemover() - クラス woolpack.html.CommentRemover のコンストラクタ
 
compare(C) - クラス woolpack.bool.BoolUtils の static メソッド
 
CompareFn<C extends java.lang.Comparable<C>> - woolpack.bool の クラス
比較するFnです。
CompareFn(C) - クラス woolpack.bool.CompareFn のコンストラクタ
 
COMPLEX_ACCEPTOR - クラス woolpack.visitor.VisitorUtils の static 変数
 
ComplexAcceptor - woolpack.visitor の クラス
複合体を一段階分解した値を引数にして Visitor.visit(Object)に委譲するFnです。
ComplexAcceptor() - クラス woolpack.visitor.ComplexAcceptor のコンストラクタ
 
COMPRESS_SPACE - クラス woolpack.html.HtmlUtils の static 変数
 
concurrentCache(Fn<? super C, ? extends ConcurrentMap<? super K, Object>>, Fn<? super C, K>, Fn<? super C, ?>) - クラス woolpack.factory.FactoryUtils の static メソッド
 
concurrentCache(Fn<? super C, ? extends ConcurrentMap<? super K, Object>>, Fn<? super C, ? extends K>, Fn<? super C, ?>, EL) - クラス woolpack.factory.FactoryUtils の static メソッド
 
concurrentMap(Map<K, V>, Object) - クラス woolpack.utils.Utils の static メソッド
ConcurrentMapで定義しているメソッドのみを lock で同期化するConcurrentMapを返します。
ConcurrentMapCache<C,K> - woolpack.factory の クラス
委譲先で生成したオブジェクトをConcurrentMapにキャッシュして返すFnです。
ConcurrentMapCache(Fn<? super C, ? extends ConcurrentMap<? super K, Object>>, Fn<? super C, K>, Fn<? super C, ?>) - クラス woolpack.factory.ConcurrentMapCache のコンストラクタ
 
CONFIG_EL - クラス woolpack.config.ConfigUtils の static 変数
ConfigContextのアクセサにアクセスするELです。
ConfigContext - woolpack.config の インタフェース
設定の対応表を属性として持つコンテキストです。
ConfigGetter - woolpack.config の クラス
Mapを返すFnです。
ConfigGetter() - クラス woolpack.config.ConfigGetter のコンストラクタ
 
ConfigSetter<C extends ConfigContext> - woolpack.config の クラス
Mapの生成を委譲するFnです。
ConfigSetter(Fn<? super C, ? extends Map<String, Object>>) - クラス woolpack.config.ConfigSetter のコンストラクタ
 
ConfigUtils - woolpack.config の クラス
ユーティリティです。
CONTAINER_EL - クラス woolpack.ee.EEUtils の static 変数
EEContextを基点とみなして EEContext.getContainer()を返すGettingELです。
ContainerContext<S> - woolpack.container の クラス
インタープリタ デザインパターンとダブルディスパッチを使用した、 オブジェクトの生成をフラット構造で定義するためコンテキストです。
ContainerContext() - クラス woolpack.container.ContainerContext のコンストラクタ
 
ContainerContextSetter - woolpack.web の クラス
WebContext.setContainer(Object)ContainerContextを設定するFnです。
ContainerContextSetter(Fn<? super ContainerContext<WebContext>, ?>) - クラス woolpack.web.ContainerContextSetter のコンストラクタ
 
ContainerUtils - woolpack.container の クラス
ユーティリティです。
contains(Collection<?>) - クラス woolpack.bool.BoolUtils の static メソッド
 
contains(Object) - クラス woolpack.utils.DelegationCollection のメソッド
 
containsAll(Collection<?>) - クラス woolpack.bool.BoolUtils の static メソッド
 
containsAll(Collection<?>) - クラス woolpack.utils.DelegationCollection のメソッド
 
ContainsAllChecker - woolpack.bool の クラス
コレクションがすべて含まれることをチェックするFnです。
ContainsAllChecker(Collection<?>) - クラス woolpack.bool.ContainsAllChecker のコンストラクタ
 
ContainsChecker - woolpack.bool の クラス
コンテキスト役がコレクションに含まれることをチェックするFnです。
ContainsChecker(Collection<?>) - クラス woolpack.bool.ContainsChecker のコンストラクタ
 
containsKey(Object) - クラス woolpack.utils.DelegationMap のメソッド
 
containsValue(Object) - クラス woolpack.utils.DelegationMap のメソッド
 
convert(Map) - クラス woolpack.validator.ValidatorUtils の static メソッド
引数のキーが全て文字列型・値が全てオブジェクトの一覧とみなして変換します。
convert(String) - クラス woolpack.xml.XmlUtils の static メソッド
XMLの文字列表現をDOM表現に変換します。
convert(Node) - クラス woolpack.xml.XmlUtils の static メソッド
XMLのDOM表現を文字列表現に変換します。
ConvertableTypeConverter - woolpack.adapter の クラス
Fnに委譲するTypeConverterです。
ConvertableTypeConverter(Fn<ConvertContext, Void>) - クラス woolpack.adapter.ConvertableTypeConverter のコンストラクタ
 
ConvertContext - woolpack.typeconvert の クラス
オブジェクトを変換するための情報を表すコンテキストです。
ConvertContext() - クラス woolpack.typeconvert.ConvertContext のコンストラクタ
 
Converter - woolpack.typeconvert の クラス
ConvertContext.getValue()を委譲先で変換した結果を ConvertContext.setValue(Object)に設定するFnです。
Converter(Fn<Object, ?>) - クラス woolpack.typeconvert.Converter のコンストラクタ
 
convertId(Fn<? super String, String>) - クラス woolpack.id.IdUtils の static メソッド
 
convertRegExp(Pattern, String) - クラス woolpack.convert.ConvertUtils の static メソッド
 
convertRowAttr(String, String[]) - クラス woolpack.html.HtmlUtils の static メソッド
 
ConvertUtils - woolpack.convert の クラス
ユーティリティです。
ConvertValidator - woolpack.validator の クラス
値の変換を委譲するFnです。
ConvertValidator(Fn<Object, ?>) - クラス woolpack.validator.ConvertValidator のコンストラクタ
 
convertValue(Map, Object, Member, String, Object, Class) - クラス woolpack.adapter.ConvertableTypeConverter のメソッド
 
convertValue(Fn<Object, ?>) - クラス woolpack.validator.ValidatorUtils の static メソッド
 
copy() - クラス woolpack.ee.EEContext のメソッド
浅いコピーを行います。
copyTemplate(GettingEL, EL, Fn<? super C, Void>) - クラス woolpack.xml.XmlUtils の static メソッド
 

Woolpack API
A B C D E F G H I J K L M N O P R S T U V W X
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.