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

A

AbstractCachedConverterProvider - org.seasar.cubby.spi.impl の クラス
コンバータのキャッシュを備えたコンバータプロバイダのスケルトン実装です。
AbstractCachedConverterProvider() - クラス org.seasar.cubby.spi.impl.AbstractCachedConverterProvider のコンストラクタ
 
AbstractConverter - org.seasar.cubby.converter.impl の クラス
Converter の抽象クラスです。
AbstractConverter() - クラス org.seasar.cubby.converter.impl.AbstractConverter のコンストラクタ
 
AbstractConverterProvider - org.seasar.cubby.spi.impl の クラス
コンバータプロバイダのスケルトン実装です。
AbstractConverterProvider() - クラス org.seasar.cubby.spi.impl.AbstractConverterProvider のコンストラクタ
 
AbstractDateConverter - org.seasar.cubby.converter.impl の クラス
文字列を日付型のオブジェクトに変換するクラスの抽象クラスです。
AbstractDateConverter() - クラス org.seasar.cubby.converter.impl.AbstractDateConverter のコンストラクタ
 
AbstractDecimalNumberConverter - org.seasar.cubby.converter.impl の クラス
小数への変換を行うコンバータの抽象クラスです。
AbstractDecimalNumberConverter() - クラス org.seasar.cubby.converter.impl.AbstractDecimalNumberConverter のコンストラクタ
 
AbstractFileItemConverter - org.seasar.cubby.converter.impl の クラス
FileItemを他の型のオブジェクトに変換するクラスの抽象クラスです。
AbstractFileItemConverter() - クラス org.seasar.cubby.converter.impl.AbstractFileItemConverter のコンストラクタ
 
AbstractIntegerNumberConverter - org.seasar.cubby.converter.impl の クラス
整数への変換を行うコンバータの抽象クラスです。
AbstractIntegerNumberConverter() - クラス org.seasar.cubby.converter.impl.AbstractIntegerNumberConverter のコンストラクタ
 
AbstractPlugin - org.seasar.cubby.plugin の クラス
プラグインの抽象的な実装です。
AbstractPlugin() - クラス org.seasar.cubby.plugin.AbstractPlugin のコンストラクタ
 
AbstractRequestParserProvider - org.seasar.cubby.spi.impl の クラス
RequestParser のプロバイダの抽象的な実装です。
AbstractRequestParserProvider() - クラス org.seasar.cubby.spi.impl.AbstractRequestParserProvider のコンストラクタ
 
AbstractValidationRules - org.seasar.cubby.validator の クラス
入力検証ルールの抽象Kクラスです。
AbstractValidationRules() - クラス org.seasar.cubby.validator.AbstractValidationRules のコンストラクタ
 
Accept - org.seasar.cubby.action の 注釈型
アクションメソッドが対応するHTTPのメソッド。
Action - org.seasar.cubby.action の クラス
アクションの基底クラスです。
Action() - クラス org.seasar.cubby.action.Action のコンストラクタ
 
ActionClass - org.seasar.cubby.action の 注釈型
アクションクラスであることを示します。
ActionContext - org.seasar.cubby.action の インタフェース
アクションのコンテキストです。
actionContext() - クラス org.seasar.cubby.util.ActionUtils の static メソッド
アクションコンテキストを取得します。
actionContext(ServletRequest) - クラス org.seasar.cubby.util.ActionUtils の static メソッド
アクションコンテキストを取得します。
ActionContextProxy - org.seasar.cubby.action の クラス
アクションコンテキストへアクセスするプロキシです。
ActionContextProxy(ServletRequest) - クラス org.seasar.cubby.action.ActionContextProxy のコンストラクタ
指定された要求の属性に設定されたアクションコンテキストへアクセスするプロキシを生成します。
ActionErrors - org.seasar.cubby.action の インタフェース
アクションで発生したエラーを保持するクラス。
ActionErrorsProxy - org.seasar.cubby.action の クラス
アクションエラーへアクセスするプロキシです。
ActionErrorsProxy(ServletRequest) - クラス org.seasar.cubby.action.ActionErrorsProxy のコンストラクタ
指定された要求の属性に設定されたアクションエラーへアクセスするプロキシを生成します。
ActionException - org.seasar.cubby.action の 例外
アクションの実行に失敗した場合にスローされる実行時例外です。
ActionException() - 例外 org.seasar.cubby.action.ActionException のコンストラクタ
新規例外を構築します。
ActionException(String, Throwable) - 例外 org.seasar.cubby.action.ActionException のコンストラクタ
指定された詳細メッセージおよび原因を使用して新規例外を構築します。
ActionException(String) - 例外 org.seasar.cubby.action.ActionException のコンストラクタ
指定された詳細メッセージを使用して新規例外を構築します。
ActionException(Throwable) - 例外 org.seasar.cubby.action.ActionException のコンストラクタ
指定された原因を使用して新規例外を構築します。
ActionInvocation - org.seasar.cubby.plugin の インタフェース
アクションメソッドの実行情報です。
ActionProcessor - org.seasar.cubby.internal.controller の インタフェース
要求のパスを元にアクションメソッドを決定して実行するクラスです。
ActionProcessorImpl - org.seasar.cubby.internal.controller.impl の クラス
要求のパスを元にアクションメソッドを決定して実行するクラスの実装です。
ActionProcessorImpl() - クラス org.seasar.cubby.internal.controller.impl.ActionProcessorImpl のコンストラクタ
 
ActionResult - org.seasar.cubby.action の インタフェース
アクションメソッド実行後の処理を表す結果オブジェクトのインターフェイス
ActionResultInvocation - org.seasar.cubby.plugin の インタフェース
アクションの実行結果の実行情報です。
ActionResultWrapper - org.seasar.cubby.internal.controller の インタフェース
ActionResult のラッパです。
ActionUtils - org.seasar.cubby.util の クラス
アクションのユーティリティクラスです。
ActionUtils() - クラス org.seasar.cubby.util.ActionUtils のコンストラクタ
 
add(String) - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
メッセージを追加します。
add(String, FieldInfo...) - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
メッセージを追加します。
add(String, String...) - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
メッセージを追加します。
add(String) - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
メッセージを追加します。
add(String, FieldInfo...) - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
メッセージを追加します。
add(String, String...) - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
メッセージを追加します。
add(Class<?>) - クラス org.seasar.cubby.routing.impl.PathResolverImpl のメソッド
指定されたアクションクラスのルーティング情報を登録します。
add(String, Class<?>, String, RequestMethod, String, int) - クラス org.seasar.cubby.routing.impl.PathResolverImpl のメソッド
ルーティング情報を手動登録します。
add(Class<?>) - インタフェース org.seasar.cubby.routing.PathResolver のメソッド
指定されたアクションクラスのルーティング情報を登録します。
add(String, Class<?>, String, RequestMethod, String, int) - インタフェース org.seasar.cubby.routing.PathResolver のメソッド
ルーティング情報を手動登録します。
add(ValidationPhase, ValidationRule) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
入力検証ルールを追加します。
add(ValidationRule) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
DefaultValidationRules.getDefaultValidationPhase() のフェーズに入力検証ルールを追加します。
add(String, Validator...) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
DefaultValidationRules.getDefaultValidationPhase() のフェーズに入力検証を追加します。
add(String, String, Validator...) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
項目名のリソースキーを指定して、最初のフェーズに入力検証を追加します。
addAll(Collection<Class<?>>) - クラス org.seasar.cubby.routing.impl.PathResolverImpl のメソッド
指定されたアクションクラスのコレクションからすべてのルーティング情報を登録します。
addAll(Collection<Class<?>>) - インタフェース org.seasar.cubby.routing.PathResolver のメソッド
指定されたアクションクラスのコレクションからすべてのルーティング情報を登録します。
addAll(ValidationRules) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
指定された ValidationRules に定義された入力検証ルールをすべて追加します。
addMessageInfo(MessageInfo) - クラス org.seasar.cubby.validator.ValidationContext のメソッド
メッセージ情報を追加します。
addParam(String, Object) - クラス org.seasar.cubby.internal.util.QueryStringBuilder のメソッド
パラメータを追加します。
addParameter(String, String) - クラス org.seasar.cubby.tags.FormTag のメソッド
要求パラメータを追加します。
addParameter(String, String) - クラス org.seasar.cubby.tags.LinkTag のメソッド
要求パラメータを追加します。
addResourceKeyPrefixTo(String) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
指定されたリソースキーにこのオブジェクトに設定されているプレフィックスを追加します。
apply(Map<String, Object[]>, Object, ActionErrors) - クラス org.seasar.cubby.validator.ConversionValidationRule のメソッド
要求パラメータにこの入力検証ルールを適用します。
apply(Map<String, Object[]>, Object, ActionErrors) - クラス org.seasar.cubby.validator.FieldValidationRule のメソッド
要求パラメータにこの入力検証ルールを適用します。
apply(Map<String, Object[]>, Object, ActionErrors) - インタフェース org.seasar.cubby.validator.ValidationRule のメソッド
要求パラメータにこの入力検証ルールを適用します。
arguments - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.ParameterizedClassDescImpl の変数
型引数を表すParameterizedClassDescの配列
ArrayFieldValidator - org.seasar.cubby.validator の インタフェース
複数の値をもつ入力フォームのフィールドに対する入力検証です。
ArrayMaxSizeValidator - org.seasar.cubby.validator.validators の クラス
配列の最大サイズを検証します。
ArrayMaxSizeValidator(int) - クラス org.seasar.cubby.validator.validators.ArrayMaxSizeValidator のコンストラクタ
コンストラクタ
ArrayMaxSizeValidator(int, String) - クラス org.seasar.cubby.validator.validators.ArrayMaxSizeValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
ArrayMinSizeValidator - org.seasar.cubby.validator.validators の クラス
配列の最小サイズを検証します。
ArrayMinSizeValidator(int) - クラス org.seasar.cubby.validator.validators.ArrayMinSizeValidator のコンストラクタ
コンストラクタ
ArrayMinSizeValidator(int, String) - クラス org.seasar.cubby.validator.validators.ArrayMinSizeValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
ATTR_ACTION - クラス org.seasar.cubby.CubbyConstants の static 変数
アクションオブジェクトの要求の属性名
ATTR_ACTION_CONTEXT - クラス org.seasar.cubby.CubbyConstants の static 変数
アクションコンテキストの要求の属性名
ATTR_CONTEXT_PATH - クラス org.seasar.cubby.CubbyConstants の static 変数
コンテキストパスの要求の属性名
ATTR_CONVERSION_FAILURES - クラス org.seasar.cubby.CubbyConstants の static 変数
型変換失敗の要求の属性名
ATTR_ERRORS - クラス org.seasar.cubby.CubbyConstants の static 変数
アクションエラーの要求の属性名
ATTR_FILTER_CHAIN - クラス org.seasar.cubby.CubbyConstants の static 変数
フィルターチェインの要求の属性名
ATTR_FLASH - クラス org.seasar.cubby.CubbyConstants の static 変数
フラッシュメッセージのセッションの属性名
ATTR_FORM_WRAPPER_FACTORY - クラス org.seasar.cubby.CubbyConstants の static 変数
フォームオブジェクトのラッパーファクトリの要求の属性名
ATTR_MESSAGES - クラス org.seasar.cubby.CubbyConstants の static 変数
メッセージリソースを Map に変換したオブジェクトの要求の属性名
ATTR_MESSAGES_RESOURCE_BUNDLE - クラス org.seasar.cubby.CubbyConstants の static 変数
メッセージリソースの属性名
ATTR_PARAMS - クラス org.seasar.cubby.CubbyConstants の static 変数
パラメータオブジェクトの要求の属性名
ATTR_ROUTING - クラス org.seasar.cubby.CubbyConstants の static 変数
内部フォワード時にルーティング情報を引き渡すための要求の属性名
ATTR_TOKEN - クラス org.seasar.cubby.CubbyConstants の static 変数
セッショントークンの Map のセッションの属性名
ATTR_VALIDATION_FAIL - クラス org.seasar.cubby.CubbyConstants の static 変数
バリデーションエラーを表すオブジェクトの要求の属性名
ATTR_WRAPEE_REQUEST - クラス org.seasar.cubby.CubbyConstants の static 変数
ラップされる前の要求の属性名
Attribute - org.seasar.cubby.spi.beans の インタフェース
オブジェクトの属性を扱うためのインターフェイスです。
AttributeNotFoundException - org.seasar.cubby.spi.beans の 例外
属性が見つからなかったことを表す例外です。
AttributeNotFoundException(Class<?>, String) - 例外 org.seasar.cubby.spi.beans.AttributeNotFoundException のコンストラクタ
インスタンス化します。

B

BeanDesc - org.seasar.cubby.spi.beans の インタフェース
Java Beans を扱うためのインターフェースです。
beanDescCache - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider の変数
BeanDesc のキャッシュ。
BeanDescFactory - org.seasar.cubby.spi.beans の クラス
BeanDesc のファクトリです。
BeanDescFactory() - クラス org.seasar.cubby.spi.beans.BeanDescFactory のコンストラクタ
 
BeanDescProvider - org.seasar.cubby.spi の インタフェース
BeanDesc のプロバイダです。
BigDecimalConverter - org.seasar.cubby.converter.impl の クラス
BigDecimalへの変換を行うコンバータです。
BigDecimalConverter() - クラス org.seasar.cubby.converter.impl.BigDecimalConverter のコンストラクタ
 
BigIntegerConverter - org.seasar.cubby.converter.impl の クラス
BigIntegerへの変換を行うコンバータです。
BigIntegerConverter() - クラス org.seasar.cubby.converter.impl.BigIntegerConverter のコンストラクタ
 
bind(Map<String, Object[]>, Object, ActionContext) - クラス org.seasar.cubby.internal.controller.impl.RequestParameterBinderImpl のメソッド
要求パラメータを指定されたオブジェクトへバインドします。
bind(Map<String, Object[]>, Object, ActionContext) - インタフェース org.seasar.cubby.internal.controller.RequestParameterBinder のメソッド
要求パラメータを指定されたオブジェクトへバインドします。
bind(Class<S>) - クラス org.seasar.cubby.plugins.BinderPlugin のメソッド
ServiceLoader からのインスタンス取得を置換するため、指定されたサービスのバインダーを返します。
BinderPlugin - org.seasar.cubby.plugins の クラス
プログラムからサービスを登録できるプラグインです。
BinderPlugin() - クラス org.seasar.cubby.plugins.BinderPlugin のコンストラクタ
 
BinderPlugin.Binder<S extends Provider> - org.seasar.cubby.plugins の クラス
サービスをプロバイダに紐づけるためのクラスです。
BooleanConverter - org.seasar.cubby.converter.impl の クラス
Booleanへの変換を行うコンバータです。
BooleanConverter() - クラス org.seasar.cubby.converter.impl.BooleanConverter のコンストラクタ
 
buildPluginManager() - クラス org.seasar.cubby.servlet.CubbyServlet のメソッド
プラグインマネージャを構築します。
ByteArrayFileItemConverter - org.seasar.cubby.converter.impl の クラス
FileItemから byte の配列へ変換するConverterです。
ByteArrayFileItemConverter() - クラス org.seasar.cubby.converter.impl.ByteArrayFileItemConverter のコンストラクタ
 
ByteConverter - org.seasar.cubby.converter.impl の クラス
Byteへの変換を行うコンバータです。
ByteConverter() - クラス org.seasar.cubby.converter.impl.ByteConverter のコンストラクタ
 

C

calculateForwardPath(String, Class<?>, String) - クラス org.seasar.cubby.action.Forward のメソッド
フォワードするパスを計算します。
calculateRedirectURL(String, Class<?>, HttpServletRequest) - クラス org.seasar.cubby.action.Redirect のメソッド
リダイレクトする URL を計算します。
canConvert(Class<?>, Class<?>) - インタフェース org.seasar.cubby.converter.Converter のメソッド
このコンバータが指定された要求パラメータの型を指定された値の型に変換できるかを示します。
canConvert(Class<?>, Class<?>) - クラス org.seasar.cubby.converter.impl.AbstractConverter のメソッド
このコンバータが指定された要求パラメータの型を指定された値の型に変換できるかを示します。
canConvert(Class<?>, Class<?>) - クラス org.seasar.cubby.converter.impl.AbstractFileItemConverter のメソッド
このコンバータが指定された要求パラメータの型を指定された値の型に変換できるかを示します。
CharacterConverter - org.seasar.cubby.converter.impl の クラス
任意のオブジェクトからCharacterへの変換を行うコンバータです。
CharacterConverter() - クラス org.seasar.cubby.converter.impl.CharacterConverter のコンストラクタ
 
characterEncoding(String) - クラス org.seasar.cubby.action.Redirect のメソッド
URI のエンコーディングを指定します。
clear() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
エラーをクリアします。
clear() - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
エラーをクリアします。
clear() - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
clear() - クラス org.seasar.cubby.plugin.PluginRegistry のメソッド
登録されたプラグインをクリアします。
clear() - クラス org.seasar.cubby.routing.impl.PathResolverImpl のメソッド
登録されたルーティング情報をクリアします。
clear() - インタフェース org.seasar.cubby.routing.PathResolver のメソッド
登録されたルーティング情報をクリアします。
clear() - クラス org.seasar.cubby.spi.impl.AbstractCachedConverterProvider のメソッド
キャッシュをクリアします。
clear() - クラス org.seasar.cubby.util.LinkBuilder のメソッド
このインスタンスをクリアします。
clearFlash() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
揮発性メッセージをクリアします。
clearFlash() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
揮発性メッセージをクリアします。
collectFieldAttributesMap(Class<?>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
指定されたクラスからフィールドの Attribute を生成します。
collectPropertyAttributeMap(Class<?>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
指定されたクラスからプロパティの Attribute を生成します。
Container - org.seasar.cubby.spi.container の インタフェース
オブジェクトを生成、管理するコンテナのインターフェイスです。
ContainerProvider - org.seasar.cubby.spi の インタフェース
コンテナのプロバイダです。
contains(Object, Object) - クラス org.seasar.cubby.tags.CubbyFunctions の static メソッド
配列やコレクションに指定したオブジェクトが含まれるかどうかを判定します。
containsKey(Object) - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
containsKey(Map<?, ?>, Object) - クラス org.seasar.cubby.tags.CubbyFunctions の static メソッド
Mapに指定したキーが含まれるかどうかを判定します。
containsValue(Object) - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
containsValue(Map<?, ?>, Object) - クラス org.seasar.cubby.tags.CubbyFunctions の static メソッド
Mapに指定した値が含まれるかどうかを判定します。
contentType(String) - クラス org.seasar.cubby.action.Json のメソッド
MIME タイプを設定します。
ConversionException - org.seasar.cubby.converter の 例外
型変換に失敗した場合にスローする例外です。
ConversionException(MessageInfo) - 例外 org.seasar.cubby.converter.ConversionException のコンストラクタ
新規例外を構築します。
ConversionException(MessageInfo, Throwable) - 例外 org.seasar.cubby.converter.ConversionException のコンストラクタ
新規例外を構築します。
ConversionFailure - org.seasar.cubby.internal.controller の クラス
型変換の失敗を表すクラスです。
ConversionFailure(String, MessageInfo, FieldInfo...) - クラス org.seasar.cubby.internal.controller.ConversionFailure のコンストラクタ
インスタンス化します。
ConversionHelper - org.seasar.cubby.converter の インタフェース
変換のヘルパクラス。
ConversionHelperImpl - org.seasar.cubby.converter.impl の クラス
変換のヘルパクラスの実装。
ConversionHelperImpl() - クラス org.seasar.cubby.converter.impl.ConversionHelperImpl のコンストラクタ
 
ConversionValidationRule - org.seasar.cubby.validator の クラス
要求パラメータをフォームオブジェクトへのバインドする時の型変換エラーを検証する入力検証ルールです。
ConversionValidationRule() - クラス org.seasar.cubby.validator.ConversionValidationRule のコンストラクタ
キーのプレフィックスなしでインスタンス化します。
ConversionValidationRule(String) - クラス org.seasar.cubby.validator.ConversionValidationRule のコンストラクタ
指定されたプレフィックスをフィールド名のキーのプレフィックスとしてインスタンス化します。
convert(String) - クラス org.seasar.cubby.converter.impl.AbstractDecimalNumberConverter のメソッド
数を表す文字列から数値に変換して返します。
convert(BigDecimal) - クラス org.seasar.cubby.converter.impl.AbstractDecimalNumberConverter のメソッド
数値を変換して返します。
convert(FileItem) - クラス org.seasar.cubby.converter.impl.AbstractFileItemConverter のメソッド
FileItem を特定の型に変換します。
convert(String) - クラス org.seasar.cubby.converter.impl.AbstractIntegerNumberConverter のメソッド
数を表す文字列から数値に変換して返します。
convert(BigInteger) - クラス org.seasar.cubby.converter.impl.AbstractIntegerNumberConverter のメソッド
数値を変換して返します。
convert(BigDecimal) - クラス org.seasar.cubby.converter.impl.BigDecimalConverter のメソッド
数値を変換して返します。
convert(BigDecimal) - クラス org.seasar.cubby.converter.impl.BigIntegerConverter のメソッド
数値を変換して返します。
convert(FileItem) - クラス org.seasar.cubby.converter.impl.ByteArrayFileItemConverter のメソッド
FileItem を特定の型に変換します。
convert(BigInteger) - クラス org.seasar.cubby.converter.impl.ByteConverter のメソッド
数値を変換して返します。
convert(BigDecimal) - クラス org.seasar.cubby.converter.impl.DoubleConverter のメソッド
数値を変換して返します。
convert(BigDecimal) - クラス org.seasar.cubby.converter.impl.FloatConverter のメソッド
数値を変換して返します。
convert(FileItem) - クラス org.seasar.cubby.converter.impl.InputStreamFileItemConverter のメソッド
FileItem を特定の型に変換します。
convert(BigInteger) - クラス org.seasar.cubby.converter.impl.IntegerConverter のメソッド
数値を変換して返します。
convert(BigInteger) - クラス org.seasar.cubby.converter.impl.LongConverter のメソッド
数値を変換して返します。
convert(BigInteger) - クラス org.seasar.cubby.converter.impl.ShortConverter のメソッド
数値を変換して返します。
Converter - org.seasar.cubby.converter の インタフェース
変換元クラスのインスタンスを変換先クラスのインスタンスに変換するコンバータを表します。
ConverterProvider - org.seasar.cubby.spi の インタフェース
コンバータのプロバイダです。
convertToObject(Object, Class<?>, ConversionHelper) - インタフェース org.seasar.cubby.converter.Converter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.AbstractDecimalNumberConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.AbstractFileItemConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.AbstractIntegerNumberConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.BooleanConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.CharacterConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.DateConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.EnumConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.SqlDateConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.SqlTimeConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToObject(Object, Class<?>, ConversionHelper) - クラス org.seasar.cubby.converter.impl.SqlTimestampConverter のメソッド
valueをこのコンバータがサポートしているクラスのインスタンスに変換します。
convertToString(Object, ConversionHelper) - インタフェース org.seasar.cubby.converter.Converter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.AbstractDecimalNumberConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.AbstractFileItemConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.AbstractIntegerNumberConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.BooleanConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.CharacterConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.DateConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.EnumConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.SqlDateConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.SqlTimeConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
convertToString(Object, ConversionHelper) - クラス org.seasar.cubby.converter.impl.SqlTimestampConverter のメソッド
このコンバータがサポートしているクラスのインスタンスであるvalueを文字列に変換します。
create(Object) - インタフェース org.seasar.cubby.controller.FormWrapperFactory のメソッド
FormWrapper を生成します。
create(Object) - クラス org.seasar.cubby.internal.controller.impl.FormWrapperFactoryImpl のメソッド
FormWrapper を生成します。
createActionProcessor() - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
ActionProcessor を生成します。
createBeanDesc(Class<?>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider のメソッド
BeanDesc を生成します。
createItem(String, String, boolean, String) - クラス org.seasar.cubby.fileupload.StreamFileItemFactory のメソッド
createMessagesBehaviour() - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
MessagesBehaviour を生成します。
createParameterizedClassDesc(Type) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider の static メソッド
Typeを表現するParameterizedClassDescを作成して返します。
createPathResolver() - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
PathResolver を生成します。
CubbyConstants - org.seasar.cubby の クラス
フレームワークで使用する定数クラスです。
CubbyConstants() - クラス org.seasar.cubby.CubbyConstants のコンストラクタ
 
CubbyFilter - org.seasar.cubby.filter の クラス
Cubby フィルター。
CubbyFilter() - クラス org.seasar.cubby.filter.CubbyFilter のコンストラクタ
 
CubbyFunctions - org.seasar.cubby.tags の クラス
JSP functions を提供します。
CubbyFunctions() - クラス org.seasar.cubby.tags.CubbyFunctions のコンストラクタ
 
CubbyServlet - org.seasar.cubby.servlet の クラス
プラグインの初期化などを行う Servlet です。
CubbyServlet() - クラス org.seasar.cubby.servlet.CubbyServlet のコンストラクタ
サーブレットをインスタンス化します。

D

DATA_CONSTRAINT - クラス org.seasar.cubby.validator.DefaultValidationRules の static 変数
データ上の制約を検証するフェーズ。
DATA_TYPE - クラス org.seasar.cubby.validator.DefaultValidationRules の static 変数
データ型を検証するフェーズ。
DateConverter - org.seasar.cubby.converter.impl の クラス
任意のオブジェクトからDateへの変換を行うコンバータです。
DateConverter() - クラス org.seasar.cubby.converter.impl.DateConverter のコンストラクタ
 
dateFormat(Object, String) - クラス org.seasar.cubby.tags.CubbyFunctions の static メソッド
Date型のオブジェクトをフォーマットして出力します。
DateFormatValidator - org.seasar.cubby.validator.validators の クラス
日付パターンに適合するかを検証します。
DateFormatValidator() - クラス org.seasar.cubby.validator.validators.DateFormatValidator のコンストラクタ
日付パターンを指定しないコンストラクタ
DateFormatValidator(String) - クラス org.seasar.cubby.validator.validators.DateFormatValidator のコンストラクタ
日付パターンを指定するコンストラクタ
DateFormatValidator(String, String) - クラス org.seasar.cubby.validator.validators.DateFormatValidator のコンストラクタ
日付パターンとエラーメッセージキーを指定したコンストラクタ
DEFAULT_INITIAL_BUFFER_SIZE - クラス org.seasar.cubby.fileupload.StreamFileItemFactory の static 変数
初期バッファサイズのデフォルト。
DEFAULT_INITIAL_CAPACITY - クラス org.seasar.cubby.internal.util.LruHashMap の static 変数
デフォルトの初期容量です。
DEFAULT_LOAD_FACTOR - クラス org.seasar.cubby.internal.util.LruHashMap の static 変数
デフォルトのロードファクタです。
DEFAULT_RESOURCE_NAME - クラス org.seasar.cubby.controller.impl.DefaultMessagesBehaviour の static 変数
デフォルトのメッセージリソース名。
DEFAULT_TOKEN_NAME - クラス org.seasar.cubby.internal.util.TokenHelper の static 変数
デフォルトのトークン用パラメータ名
DEFAULT_URI_BYTE_ENCODING - クラス org.seasar.cubby.filter.EncodingFilter の static 変数
URI バイト列のエンコーディングのデフォルト値。
DEFAULT_URI_PARAMETER_REGEX - インタフェース org.seasar.cubby.routing.PathTemplateParser の static 変数
デフォルトの URI パラメータ正規表現
DefaultBeanDescProvider - org.seasar.cubby.spi.beans.impl の クラス
BeanDesc のプロバイダの標準的な実装です。
DefaultBeanDescProvider() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider のコンストラクタ
 
DefaultBeanDescProvider.BeanDescImpl - org.seasar.cubby.spi.beans.impl の クラス
BeanDesc の実装です。
DefaultBeanDescProvider.BeanDescImpl(Class<?>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のコンストラクタ
インスタンス化します。
DefaultBeanDescProvider.FieldAttribute - org.seasar.cubby.spi.beans.impl の クラス
フィールドに対する Attribute の実装です。
DefaultBeanDescProvider.FieldAttribute(Class<?>, Field) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のコンストラクタ
インスタンス化します。
DefaultBeanDescProvider.ParameterizedClassDescImpl - org.seasar.cubby.spi.beans.impl の クラス
ParameterizedClassDescの実装クラスです。
DefaultBeanDescProvider.ParameterizedClassDescImpl() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.ParameterizedClassDescImpl のコンストラクタ
インスタンスを構築します。
DefaultBeanDescProvider.ParameterizedClassDescImpl(Class<?>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.ParameterizedClassDescImpl のコンストラクタ
インスタンスを構築します。
DefaultBeanDescProvider.ParameterizedClassDescImpl(Class<?>, ParameterizedClassDesc[]) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.ParameterizedClassDescImpl のコンストラクタ
インスタンスを構築します。
DefaultBeanDescProvider.PropertyAttribute - org.seasar.cubby.spi.beans.impl の クラス
プロパティに対する Attribute の実装です。
DefaultFormatPattern - org.seasar.cubby.controller.impl の クラス
日付や時刻のフォーマットパターンを保持するクラスの実装です。
DefaultFormatPattern() - クラス org.seasar.cubby.controller.impl.DefaultFormatPattern のコンストラクタ
 
DefaultMessagesBehaviour - org.seasar.cubby.controller.impl の クラス
メッセージの振る舞いのデフォルト実装です。
DefaultMessagesBehaviour() - クラス org.seasar.cubby.controller.impl.DefaultMessagesBehaviour のコンストラクタ
 
DefaultRequestParser - org.seasar.cubby.controller.impl の クラス
要求解析器のデフォルト実装です。
DefaultRequestParser() - クラス org.seasar.cubby.controller.impl.DefaultRequestParser のコンストラクタ
 
DefaultValidationRules - org.seasar.cubby.validator の クラス
入力検証を保持するクラスです。
DefaultValidationRules() - クラス org.seasar.cubby.validator.DefaultValidationRules のコンストラクタ
メッセージキーのプリフィックスなしのコンストラクタ。
DefaultValidationRules(String) - クラス org.seasar.cubby.validator.DefaultValidationRules のコンストラクタ
メッセージキーのプリフィックス付きのコンストラクタ。
destroy() - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
destroy() - クラス org.seasar.cubby.filter.EncodingFilter のメソッド
destroy() - クラス org.seasar.cubby.filter.SendErrorFilter のメソッド
destroy() - クラス org.seasar.cubby.internal.plugin.PluginManager のメソッド
プラグインの破棄を行います。
destroy() - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
このプラグインを破棄します。
destroy() - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
このプラグインを破棄します。
destroy() - クラス org.seasar.cubby.servlet.CubbyServlet のメソッド
プラグインの破棄を行います。
destroyPlugins(Set<? extends Plugin>) - クラス org.seasar.cubby.internal.plugin.PluginManager のメソッド
プラグインを破棄します。
Direct - org.seasar.cubby.action の クラス
アクションメソッドから直接応答を返すことを示す ActionResult です。
Direct() - クラス org.seasar.cubby.action.Direct のコンストラクタ
インスタンスを生成します。
dispatch(Map<String, Object[]>) - インタフェース org.seasar.cubby.routing.PathInfo のメソッド
指定された要求パラメータの Map に対応するルーティングを取得します。
doEndTag() - クラス org.seasar.cubby.tags.FormTag のメソッド
doEndTag() - クラス org.seasar.cubby.tags.LinkTag のメソッド
doFilter(ServletRequest, ServletResponse, FilterChain) - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
フィルター処理を行います。
doFilter(ServletRequest, ServletResponse, FilterChain) - クラス org.seasar.cubby.filter.EncodingFilter のメソッド
doFilter(ServletRequest, ServletResponse, FilterChain) - クラス org.seasar.cubby.filter.SendErrorFilter のメソッド
HttpServletResponse.sendError(int) によって、異常系の HTTP ステータスコードを返します。
doStartTag() - クラス org.seasar.cubby.tags.FormTag のメソッド
doStartTag() - クラス org.seasar.cubby.tags.LinkTag のメソッド
doTag() - クラス org.seasar.cubby.tags.InputTag のメソッド
doTag() - クラス org.seasar.cubby.tags.ParamTag のメソッド
doTag() - クラス org.seasar.cubby.tags.SelectTag のメソッド
doTag() - クラス org.seasar.cubby.tags.TextareaTag のメソッド
doTag() - クラス org.seasar.cubby.tags.TokenTag のメソッド
DoubleConverter - org.seasar.cubby.converter.impl の クラス
Doubleへの変換を行うコンバータです。
DoubleConverter() - クラス org.seasar.cubby.converter.impl.DoubleConverter のコンストラクタ
 

E

EmailValidator - org.seasar.cubby.validator.validators の クラス
RFC2821 に準拠したメールアドレスかを検証します。
EmailValidator() - クラス org.seasar.cubby.validator.validators.EmailValidator のコンストラクタ
コンストラクタ
EmailValidator(String) - クラス org.seasar.cubby.validator.validators.EmailValidator のコンストラクタ
メッセージキーを指定するコンストラクタ
encode(byte[]) - クラス org.seasar.cubby.internal.util.URLBodyEncoder の static メソッド
Encodes an array of bytes into an array of URL safe 7-bit characters.
encode(String, String) - クラス org.seasar.cubby.internal.util.URLBodyEncoder の static メソッド
Encodes a string into its URL safe form using the specified string charset.
encodeURL(String, HttpServletResponse) - クラス org.seasar.cubby.action.Redirect のメソッド
URL をエンコードします。
encodeUrl(BitSet, byte[]) - クラス org.seasar.cubby.internal.util.URLBodyEncoder の static メソッド
Encodes an array of bytes into an array of URL safe 7-bit characters.
encoding(String) - クラス org.seasar.cubby.action.Json のメソッド
エンコーディングを設定します。
ENCODING - クラス org.seasar.cubby.filter.EncodingFilter の static 変数
エンコーディングのキー。
EncodingFilter - org.seasar.cubby.filter の クラス
要求のエンコーディングを設定するためのフィルタです。
EncodingFilter() - クラス org.seasar.cubby.filter.EncodingFilter のコンストラクタ
 
enter(HttpServletRequest, HttpServletResponse) - クラス org.seasar.cubby.internal.controller.ThreadContext の static メソッド
コンテキストに入ります。
entrySet() - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
entrySet() - クラス org.seasar.cubby.internal.util.ResourceBundleMap のメソッド
EnumConverter - org.seasar.cubby.converter.impl の クラス
列挙定数へ変換するコンバータです。
EnumConverter() - クラス org.seasar.cubby.converter.impl.EnumConverter のコンストラクタ
 
equals(Object) - クラス org.seasar.cubby.action.FieldInfo のメソッド
equals(Object) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
equals(Object) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
equalsIgnoreCase(String, String) - クラス org.seasar.cubby.internal.util.StringUtils の static メソッド
ケースインセンシティブで文字列同士が等しいかどうか返します。
EqualsValidator - org.seasar.cubby.validator.validators の クラス
指定された文字列と等しいかどうかを検証します。
EqualsValidator(String) - クラス org.seasar.cubby.validator.validators.EqualsValidator のコンストラクタ
コンストラクタ
EqualsValidator(String, String) - クラス org.seasar.cubby.validator.validators.EqualsValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
errors - クラス org.seasar.cubby.action.Action の変数
アクションエラーオブジェクト。
ESCAPE_CHAR - クラス org.seasar.cubby.internal.util.URLBodyEncoder の static 変数
 
execute(ActionContext, HttpServletRequest, HttpServletResponse) - インタフェース org.seasar.cubby.action.ActionResult のメソッド
処理を実行します。
execute(ActionContext, HttpServletRequest, HttpServletResponse) - クラス org.seasar.cubby.action.Direct のメソッド
処理を実行します。
execute(ActionContext, HttpServletRequest, HttpServletResponse) - クラス org.seasar.cubby.action.Forward のメソッド
処理を実行します。
execute(ActionContext, HttpServletRequest, HttpServletResponse) - クラス org.seasar.cubby.action.Json のメソッド
処理を実行します。
execute(ActionContext, HttpServletRequest, HttpServletResponse) - クラス org.seasar.cubby.action.PassThrough のメソッド
処理を実行します。
execute(ActionContext, HttpServletRequest, HttpServletResponse) - クラス org.seasar.cubby.action.Redirect のメソッド
処理を実行します。
execute(ActionContext, HttpServletRequest, HttpServletResponse) - クラス org.seasar.cubby.action.SendError のメソッド
処理を実行します。
execute(HttpServletRequest, HttpServletResponse) - インタフェース org.seasar.cubby.internal.controller.ActionResultWrapper のメソッド
ラップされた ActionResult を実行します。
exit() - クラス org.seasar.cubby.internal.controller.ThreadContext の static メソッド
コンテキストを抜けます。

F

fail(String) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
入力検証にエラーがあった場合に呼び出されます。
fail(String) - インタフェース org.seasar.cubby.validator.ValidationRules のメソッド
入力検証にエラーがあった場合に呼び出されます。
FieldInfo - org.seasar.cubby.action の クラス
HTML フォーム中のフィールドを表します。
FieldInfo(String) - クラス org.seasar.cubby.action.FieldInfo のコンストラクタ
指定されたフィールド名のフィールドの情報をインスタンス化します。
FieldInfo(String, Integer) - クラス org.seasar.cubby.action.FieldInfo のコンストラクタ
指定されたフィールド名とインデックスのフィールドの情報をインスタンス化します。
FieldValidationRule - org.seasar.cubby.validator の クラス
入力フォームのフィールドに対する入力検証のルールです。
FieldValidationRule(String, Validator...) - クラス org.seasar.cubby.validator.FieldValidationRule のコンストラクタ
指定されたフィールド名に対する入力検証ルールを生成します。
FieldValidationRule(String, String, Validator...) - クラス org.seasar.cubby.validator.FieldValidationRule のコンストラクタ
指定されたフィールド名に対する入力検証ルールを生成します。
file(String) - クラス org.seasar.cubby.util.LinkBuilder のメソッド
ホスト上のファイルを設定します。
FileRegexpValidator - org.seasar.cubby.validator.validators の クラス
アップロードされたファイル(FileItem)のファイル名が指定された正規表現にマッチするか検証します。
FileRegexpValidator(String) - クラス org.seasar.cubby.validator.validators.FileRegexpValidator のコンストラクタ
コンストラクタ
FileRegexpValidator(String, String) - クラス org.seasar.cubby.validator.validators.FileRegexpValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
FileRegexpValidator(Pattern) - クラス org.seasar.cubby.validator.validators.FileRegexpValidator のコンストラクタ
コンストラクタ
FileRegexpValidator(Pattern, String) - クラス org.seasar.cubby.validator.validators.FileRegexpValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
findAllAttributes() - インタフェース org.seasar.cubby.spi.beans.BeanDesc のメソッド
すべてのプロパティとフィールドへアクセスする属性を返します。
findAllAttributes() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
すべてのプロパティとフィールドへアクセスする属性を返します。
findAllDeclaredField(Class<?>) - クラス org.seasar.cubby.internal.util.ReflectionUtils の static メソッド
指定されたクラスとそのすべてのスーパークラスに定義されたフィールドを取得します。
findAttributesAnnotatedWith(Class<? extends Annotation>) - インタフェース org.seasar.cubby.spi.beans.BeanDesc のメソッド
指定されたアノテーションで修飾された、プロパティまたはフィールドへアクセスする属性を返します。
findAttributesAnnotatedWith(Class<? extends Annotation>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
指定されたアノテーションで修飾された、プロパティまたはフィールドへアクセスする属性を返します。
findFieldAttributes() - インタフェース org.seasar.cubby.spi.beans.BeanDesc のメソッド
すべてのフィールドへアクセスする属性を検索します。
findFieldAttributes() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
すべてのフィールドへアクセスする属性を検索します。
findPathInfo(HttpServletRequest, HttpServletResponse, String, List<Pattern>) - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
PathInfo を検索します。
findRequestParser(HttpServletRequest) - クラス org.seasar.cubby.spi.impl.AbstractRequestParserProvider のメソッド
要求を解析できる RequestParser を検索します。
findtPropertyAttributes() - インタフェース org.seasar.cubby.spi.beans.BeanDesc のメソッド
すべてのプロパティへアクセスする検索します。
findtPropertyAttributes() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
すべてのプロパティへアクセスする検索します。
flash - クラス org.seasar.cubby.action.Action の変数
揮発性メッセージ。
FlashMap - org.seasar.cubby.action の インタフェース
フラッシュメッセージをセッションに格納するための Map です。
FlashMapProxy - org.seasar.cubby.action の クラス
揮発性メッセージへアクセスするプロキシです。
FlashMapProxy(ServletRequest) - クラス org.seasar.cubby.action.FlashMapProxy のコンストラクタ
指定された要求の属性に設定された揮発性メッセージへアクセスするプロキシを生成します。
FloatConverter - org.seasar.cubby.converter.impl の クラス
Floatへの変換を行うコンバータです。
FloatConverter() - クラス org.seasar.cubby.converter.impl.FloatConverter のコンストラクタ
 
FORCE_ENCODING - クラス org.seasar.cubby.filter.EncodingFilter の static 変数
強制エンコーディング設定のキー。
Form - org.seasar.cubby.action の 注釈型
アクションメソッド呼び出し時に要求パラメータがバインドされるオブジェクトや方法を指定します。
format(String, Object...) - クラス org.seasar.cubby.internal.util.LogMessages の static メソッド
指定されたキーの文字列を取得し、指定された引数をフォーマットします。
FormatPattern - org.seasar.cubby.controller の インタフェース
日付や時刻のフォーマットパターンを保持するクラスです。
FormTag - org.seasar.cubby.tags の クラス
フォームを出力するタグライブラリ。
FormTag() - クラス org.seasar.cubby.tags.FormTag のコンストラクタ
 
FormWrapper - org.seasar.cubby.controller の インタフェース
フォームオブジェクトのラッパーです。
FormWrapperFactory - org.seasar.cubby.controller の インタフェース
フォームオブジェクトのラッパーファクトリです。
FormWrapperFactoryImpl - org.seasar.cubby.internal.controller.impl の クラス
フォームオブジェクトのラッパーファクトリの実装です。
FormWrapperFactoryImpl() - クラス org.seasar.cubby.internal.controller.impl.FormWrapperFactoryImpl のコンストラクタ
 
Forward - org.seasar.cubby.action の クラス
指定されたパスにフォワードする ActionResult です。
Forward(String) - クラス org.seasar.cubby.action.Forward のコンストラクタ
インスタンスを生成します。
Forward(Class<?>, String, Map<String, String[]>) - クラス org.seasar.cubby.action.Forward のコンストラクタ
インスタンスを生成します。
Forward(Class<?>) - クラス org.seasar.cubby.action.Forward のコンストラクタ
指定されたアクションクラスのindexメソッドへフォワードするインスタンスを生成します。
Forward(Class<?>, String) - クラス org.seasar.cubby.action.Forward のコンストラクタ
指定されたアクションメソッドへフォワードするインスタンスを生成します。

G

generateGUID() - クラス org.seasar.cubby.internal.util.TokenHelper の static メソッド
ユニークなトークンを生成します。
get(Object) - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
get(Object) - クラス org.seasar.cubby.internal.util.ResourceBundleMap のメソッド
get(Class<S>) - クラス org.seasar.cubby.spi.ProviderFactory の static メソッド
指定されたサービスのプロバイダを取得します。
getAcceptableRequestMethods(Class<?>, Method) - クラス org.seasar.cubby.internal.util.MetaUtils の static メソッド
指定されたアクションメソッドが受付可能な要求メソッドを取得します。
getAction() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
アクションを取得します。
getAction() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
アクションを取得します。
getActionClass() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
アクションクラスを取得します。
getActionClass() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
アクションクラスを取得します。
getActionClass() - インタフェース org.seasar.cubby.routing.Routing のメソッド
アクションクラスを取得します。
getActionContext() - インタフェース org.seasar.cubby.plugin.ActionInvocation のメソッド
アクションのコンテキストを取得します。
getActionContext() - インタフェース org.seasar.cubby.plugin.ActionResultInvocation のメソッド
アクションのコンテキストを取得します。
getActionContext() - インタフェース org.seasar.cubby.plugin.ValidationInvocation のメソッド
アクションのコンテキストを取得します。
getActionDirectory(Class<?>) - クラス org.seasar.cubby.internal.util.MetaUtils の static メソッド
指定されたアクションクラスに対応するディレクトリを取得します。
getActionErrors() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
アクションエラーを取得します。
getActionErrors() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
アクションエラーを取得します。
getActionMethod() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
アクションメソッドを取得します。
getActionMethod() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
アクションメソッドを取得します。
getActionMethod() - インタフェース org.seasar.cubby.routing.Routing のメソッド
アクションメソッドを取得します。
getActionPath(Class<?>, Method) - クラス org.seasar.cubby.internal.util.MetaUtils の static メソッド
指定されたアクションメソッドのパスを取得します。
getActionPath() - インタフェース org.seasar.cubby.routing.Routing のメソッド
アクションのパスを取得します。
getActionResult() - インタフェース org.seasar.cubby.internal.controller.ActionResultWrapper のメソッド
ラップされた ActionResult を取得します。
getActionResult() - インタフェース org.seasar.cubby.plugin.ActionResultInvocation のメソッド
アクションの実行結果を取得します。
getAll() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
アクションで発生した全てのエラーの一覧を取得します。
getAll() - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
アクションで発生した全てのエラーの一覧を取得します。
getAnnotation(Class<T>) - インタフェース org.seasar.cubby.spi.beans.Attribute のメソッド
属性から指定されたアノテーションを取得します。
getAnnotation(Class<T>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
属性から指定されたアノテーションを取得します。
getAnnotation(Class<T>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
属性から指定されたアノテーションを取得します。
getArguments() - クラス org.seasar.cubby.action.MessageInfo のメソッド
メッセージの置換パターンを置き換えるオブジェクトからなる配列を取得します。
getArguments() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.ParameterizedClassDescImpl のメソッド
型引数を表すParameterizedClassDescの配列を返します。
getArguments() - インタフェース org.seasar.cubby.spi.beans.ParameterizedClassDesc のメソッド
型引数を表すParameterizedClassDescの配列を返します。
getAttribute(ServletRequest, String) - クラス org.seasar.cubby.internal.util.RequestUtils の static メソッド
要求から属性を取得します。
getBaseName() - クラス org.seasar.cubby.controller.impl.DefaultMessagesBehaviour のメソッド
リソースバンドル、完全指定されたクラス名の基底名を取得します。
getBean() - クラス org.seasar.cubby.action.Json のメソッド
JSON 形式に変換する JavaBeanを取得します。
getBeanDesc(Class<?>) - インタフェース org.seasar.cubby.spi.BeanDescProvider のメソッド
指定されたクラスの BeanDesc を返します。
getBeanDesc(Class<?>) - クラス org.seasar.cubby.spi.beans.BeanDescFactory の static メソッド
指定されたクラスの BeanDesc を返します。
getBeanDesc(Class<?>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider のメソッド
指定されたクラスの BeanDesc を返します。
getBehaviour() - 例外 org.seasar.cubby.validator.ValidationException のメソッド
入力検証でエラーがあった場合の振る舞いを取得します。
getBundle(Locale) - クラス org.seasar.cubby.controller.impl.DefaultMessagesBehaviour のメソッド
メッセージ表示用のリソースバンドルを取得します。
getBundle(Locale) - インタフェース org.seasar.cubby.controller.MessagesBehaviour のメソッド
メッセージ表示用のリソースバンドルを取得します。
getCallback() - クラス org.seasar.cubby.action.Json のメソッド
コールバック関数名を取得します。
getContainer() - インタフェース org.seasar.cubby.spi.ContainerProvider のメソッド
コンテナを取得します。
getContentType() - クラス org.seasar.cubby.action.Json のメソッド
MIME タイプを取得します。
getConverter(Class<? extends Converter>) - インタフェース org.seasar.cubby.spi.ConverterProvider のメソッド
指定された型のコンバータを取得します。
getConverter(Class<?>, Class<?>) - インタフェース org.seasar.cubby.spi.ConverterProvider のメソッド
converterTypeへの変換が可能なコンバータを返します。
getConverter(Class<?>, Class<?>) - クラス org.seasar.cubby.spi.impl.AbstractCachedConverterProvider のメソッド
converterTypeへの変換が可能なコンバータを返します。
getConverter(Class<? extends Converter>) - クラス org.seasar.cubby.spi.impl.AbstractConverterProvider のメソッド
指定された型のコンバータを取得します。
getConverter(Class<?>, Class<?>) - クラス org.seasar.cubby.spi.impl.AbstractConverterProvider のメソッド
converterTypeへの変換が可能なコンバータを返します。
getConverters() - クラス org.seasar.cubby.spi.impl.AbstractConverterProvider のメソッド
コンバータの一覧を返します。
getCurrentContext() - クラス org.seasar.cubby.internal.controller.ThreadContext の static メソッド
スレッドローカル変数からコンテキストを取得します。
getDatePattern() - インタフェース org.seasar.cubby.controller.FormatPattern のメソッド
日付フォーマットパターンを取得します。
getDatePattern() - クラス org.seasar.cubby.controller.impl.DefaultFormatPattern のメソッド
日付フォーマットパターンを取得します。
getDefaultValidationPhase() - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
項目ごとの入力検証を行うフェーズを返します。
getDynamicAttribute() - クラス org.seasar.cubby.tags.FormTag のメソッド
DynamicAttributeを取得します。
getEncoding() - クラス org.seasar.cubby.action.Json のメソッド
エンコーディングを取得します。
getErrors() - クラス org.seasar.cubby.action.Action のメソッド
アクションエラーオブジェクトを取得します。
getFieldAttribute(String) - インタフェース org.seasar.cubby.spi.beans.BeanDesc のメソッド
指定された名前のフィールドへアクセスする属性を返します。
getFieldAttribute(String) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
指定された名前のフィールドへアクセスする属性を返します。
getFieldInfos() - クラス org.seasar.cubby.internal.controller.ConversionFailure のメソッド
フィールド情報を取得します。
getFieldName() - クラス org.seasar.cubby.internal.controller.ConversionFailure のメソッド
フィールド名を取得します。
getFieldName() - クラス org.seasar.cubby.validator.FieldValidationRule のメソッド
この入力検証ルールが対応する入力フォームのフィールド名を取得します。
getFieldNameKey() - クラス org.seasar.cubby.validator.FieldValidationRule のメソッド
リソースバンドルからフィールド名を取得するためのキーを取得します。
getFields() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
フィールドで発生したエラーの一覧を取得します。
getFields() - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
フィールドで発生したエラーの一覧を取得します。
getFile() - クラス org.seasar.cubby.util.LinkBuilder のメソッド
ホスト上のファイルを取得します。
getFlash() - クラス org.seasar.cubby.action.Action のメソッド
揮発性メッセージを取得します。
getFlashMap() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
揮発性メッセージを取得します。
getFlashMap() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
揮発性メッセージを取得します。
getFormatPattern() - インタフェース org.seasar.cubby.converter.ConversionHelper のメソッド
日付や時刻のフォーマットパターンを保持するクラスを取得します。
getFormatPattern() - クラス org.seasar.cubby.converter.impl.ConversionHelperImpl のメソッド
日付や時刻のフォーマットパターンを保持するクラスを取得します。
getFormBean() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
指定されたアクションからアクションメソッドに対応するフォームオブジェクトを取得します。
getFormBean() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
指定されたアクションからアクションメソッドに対応するフォームオブジェクトを取得します。
getFormWrapper() - クラス org.seasar.cubby.tags.FormTag のメソッド
フォームオブジェクトのラッパーを取得します。
getGenericParameter(Type) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider の static メソッド
typeの型引数の配列を返します。
getHost() - クラス org.seasar.cubby.util.LinkBuilder のメソッド
ホスト名を取得します。
getIndex() - クラス org.seasar.cubby.action.FieldInfo のメソッド
インデックスを取得します。
getIndexedFields() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
インデックス付きフィールドで発生したエラーの一覧を取得します。
getIndexedFields() - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
インデックス付きフィールドで発生したエラーの一覧を取得します。
getInstance() - クラス org.seasar.cubby.plugin.PluginRegistry の static メソッド
PluginRegistry のシングルトンを取得します。
getKey() - クラス org.seasar.cubby.action.MessageInfo のメソッド
Messages からメッセージを取得するためのキーを取得します。
getLimitSize() - クラス org.seasar.cubby.internal.util.LruHashMap のメソッド
上限サイズを返します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.AbstractDecimalNumberConverter のメソッド
最大値を取得します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.AbstractIntegerNumberConverter のメソッド
最大値を取得します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.BigDecimalConverter のメソッド
最大値を取得します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.BigIntegerConverter のメソッド
最大値を取得します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.ByteConverter のメソッド
最大値を取得します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.DoubleConverter のメソッド
最大値を取得します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.FloatConverter のメソッド
最大値を取得します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.IntegerConverter のメソッド
最大値を取得します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.LongConverter のメソッド
最大値を取得します。
getMaxValue() - クラス org.seasar.cubby.converter.impl.ShortConverter のメソッド
最大値を取得します。
getMessage() - クラス org.seasar.cubby.action.SendError のメソッド
メッセージを取得します。
getMessageInfo() - 例外 org.seasar.cubby.converter.ConversionException のメソッド
メッセージ情報を取得します。
getMessageInfo() - クラス org.seasar.cubby.internal.controller.ConversionFailure のメソッド
メッセージ情報を取得します。
getMessageInfos() - クラス org.seasar.cubby.validator.ValidationContext のメソッド
メッセージ情報のリストを取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.AbstractDecimalNumberConverter のメソッド
最小値を取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.AbstractIntegerNumberConverter のメソッド
最小値を取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.BigDecimalConverter のメソッド
最小値を取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.BigIntegerConverter のメソッド
最小値を取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.ByteConverter のメソッド
最小値を取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.DoubleConverter のメソッド
最小値を取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.FloatConverter のメソッド
最小値を取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.IntegerConverter のメソッド
最小値を取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.LongConverter のメソッド
最小値を取得します。
getMinValue() - クラス org.seasar.cubby.converter.impl.ShortConverter のメソッド
最小値を取得します。
getName() - クラス org.seasar.cubby.action.FieldInfo のメソッド
フィールド名を取得します。
getName() - インタフェース org.seasar.cubby.spi.beans.Attribute のメソッド
属性名を返します。
getName() - 例外 org.seasar.cubby.spi.beans.IllegalAttributeException のメソッド
属性名を返します。
getName() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
属性名を返します。
getName() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
属性名を返します。
getObjectType() - インタフェース org.seasar.cubby.converter.Converter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.BigDecimalConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.BigIntegerConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.BooleanConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.ByteArrayFileItemConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.ByteConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.CharacterConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.DateConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.DoubleConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.EnumConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.FloatConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.InputStreamFileItemConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.IntegerConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.LongConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.ShortConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.SqlDateConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.SqlTimeConverter のメソッド
このコンバータがサポートしているクラスを返します。
getObjectType() - クラス org.seasar.cubby.converter.impl.SqlTimestampConverter のメソッド
このコンバータがサポートしているクラスを返します。
getOnSubmit(Method) - クラス org.seasar.cubby.internal.util.MetaUtils の static メソッド
指定されたアクションメソッドを使用することを判断するためのパラメータ名を取得します。
getOnSubmit() - インタフェース org.seasar.cubby.routing.Routing のメソッド
このルーティングを使用することを判断するためのパラメータ名を取得します。
getOthers() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
フィールド以外で発生したエラーの一覧を取得します。
getOthers() - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
フィールド以外で発生したエラーの一覧を取得します。
getParameterizedClassDesc() - インタフェース org.seasar.cubby.spi.beans.Attribute のメソッド
この属性がパラメタ化された型の場合、その情報を返します。
getParameterizedClassDesc() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
この属性がパラメタ化された型の場合、その情報を返します。
getParameterizedClassDesc() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
この属性がパラメタ化された型の場合、その情報を返します。
getParameterMap(HttpServletRequest) - クラス org.seasar.cubby.controller.impl.DefaultRequestParser のメソッド
指定された要求のパラメータ等から、アクションにバインドするパラメータを取得します。
getParameterMap(HttpServletRequest) - クラス org.seasar.cubby.controller.impl.MultipartRequestParser のメソッド
指定された要求のパラメータ等から、アクションにバインドするパラメータを取得します。
getParameterMap(HttpServletRequest) - インタフェース org.seasar.cubby.controller.RequestParser のメソッド
指定された要求のパラメータ等から、アクションにバインドするパラメータを取得します。
getParameterMap(HttpServletRequest) - クラス org.seasar.cubby.spi.impl.AbstractRequestParserProvider のメソッド
指定された要求を解析可能な解析器によって解析し、要求パラメータの Map を返します。
getParameterMap(HttpServletRequest) - インタフェース org.seasar.cubby.spi.RequestParserProvider のメソッド
指定された要求を解析可能な解析器によって解析し、要求パラメータの Map を返します。
getPath(String) - クラス org.seasar.cubby.action.Forward のメソッド
パスを取得します。
getPath(String) - クラス org.seasar.cubby.action.Redirect のメソッド
パスを取得します。
getPath() - クラス org.seasar.cubby.action.Redirect のメソッド
推奨されていません。 use Redirect.getPath(String)
getPath(HttpServletRequest) - クラス org.seasar.cubby.internal.util.RequestUtils の static メソッド
要求の URI からコンテキストパスを除いたパスを返します。
getPath() - インタフェース org.seasar.cubby.plugin.RoutingInvocation のメソッド
パスを取得します。
getPathInfo() - クラス org.seasar.cubby.internal.controller.impl.RequestProcessingInvocationImpl のメソッド
パスから取得した情報を取得します。
getPathInfo() - インタフェース org.seasar.cubby.plugin.RequestProcessingInvocation のメソッド
パスから取得した情報を取得します。
getPathInfo(String, String, String) - クラス org.seasar.cubby.routing.impl.PathResolverImpl のメソッド
指定されたパスとメソッドからフォワードするための情報を抽出します。
getPathInfo(String, String, String) - インタフェース org.seasar.cubby.routing.PathResolver のメソッド
指定されたパスとメソッドからフォワードするための情報を抽出します。
getPathResolver() - インタフェース org.seasar.cubby.plugin.RoutingInvocation のメソッド
パスのリゾルバを取得します。
getPathResolver() - インタフェース org.seasar.cubby.spi.PathResolverProvider のメソッド
PathResolver を取得します。
getPattern() - インタフェース org.seasar.cubby.routing.Routing のメソッド
正規表現パターンを取得します。
getPhaseValidationRules(ValidationPhase) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
指定された入力検証フェーズに対応する入力検証ルールのCollectionを取得します。
getPhaseValidationRules(ValidationPhase) - インタフェース org.seasar.cubby.validator.ValidationRules のメソッド
指定された入力検証フェーズに対応する入力検証ルールのCollectionを取得します。
getPlugin(Class<T>) - クラス org.seasar.cubby.plugin.PluginRegistry のメソッド
登録されたプラグインから指定された型のプラグインを取得します。
getPlugins() - クラス org.seasar.cubby.plugin.PluginRegistry のメソッド
登録されているプラグインのセットを取得します。
getPort() - クラス org.seasar.cubby.util.LinkBuilder のメソッド
ホスト上のポート番号を取得します。
getPriority(Method) - クラス org.seasar.cubby.internal.util.MetaUtils の static メソッド
アクションメソッドのPathアノテーションから優先度を取得します。
getPriority() - インタフェース org.seasar.cubby.routing.Routing のメソッド
プライオリティを取得します。
getPropertyAttribute(String) - インタフェース org.seasar.cubby.spi.beans.BeanDesc のメソッド
指定された名前のプロパティへアクセスする属性を返します。
getPropertyAttribute(String) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
指定された名前のプロパティへアクセスする属性を返します。
getPropertyName() - 例外 org.seasar.cubby.spi.beans.AttributeNotFoundException のメソッド
プロパティ名を返します。
getProtocol() - クラス org.seasar.cubby.util.LinkBuilder のメソッド
プロトコルを取得します。
getProvider(Class<S>) - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
このプラグインが提供するサービスプロバイダを取得します。
getProvider(Class<S>) - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
このプラグインが提供するサービスプロバイダを取得します。
getProvider(Class<S>) - クラス org.seasar.cubby.plugin.PluginRegistry のメソッド
指定されたサービスのプロバイダを取得します。
getProvider(Class<S>) - クラス org.seasar.cubby.plugins.BinderPlugin のメソッド
このプラグインが提供するサービスプロバイダを取得します。
getRawClass(Type) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider の static メソッド
typeの原型を返します。
getRawClass() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.ParameterizedClassDescImpl のメソッド
原型となるクラスを返します。
getRawClass() - インタフェース org.seasar.cubby.spi.beans.ParameterizedClassDesc のメソッド
原型となるクラスを返します。
getRequest() - クラス org.seasar.cubby.internal.controller.impl.RequestProcessingInvocationImpl のメソッド
要求を取得します。
getRequest() - クラス org.seasar.cubby.internal.controller.ThreadContext のメソッド
現在の実行スレッドに関連付けられた要求を取得します。
getRequest() - インタフェース org.seasar.cubby.plugin.ActionInvocation のメソッド
要求を取得します。
getRequest() - インタフェース org.seasar.cubby.plugin.ActionResultInvocation のメソッド
要求を取得します。
getRequest() - インタフェース org.seasar.cubby.plugin.RequestProcessingInvocation のメソッド
要求を取得します。
getRequest() - インタフェース org.seasar.cubby.plugin.RoutingInvocation のメソッド
要求を取得します。
getRequest() - インタフェース org.seasar.cubby.plugin.ValidationInvocation のメソッド
要求を取得します。
getRequestMethod() - インタフェース org.seasar.cubby.routing.Routing のメソッド
要求メソッドを取得します。
getRequestParsers() - クラス org.seasar.cubby.spi.impl.AbstractRequestParserProvider のメソッド
要求解析機の一覧を取得します。
getResponse() - クラス org.seasar.cubby.internal.controller.impl.RequestProcessingInvocationImpl のメソッド
応答を取得します。
getResponse() - クラス org.seasar.cubby.internal.controller.ThreadContext のメソッド
現在の実行スレッドに関連付けられた応答を取得します。
getResponse() - インタフェース org.seasar.cubby.plugin.ActionInvocation のメソッド
応答を取得します。
getResponse() - インタフェース org.seasar.cubby.plugin.ActionResultInvocation のメソッド
応答を取得します。
getResponse() - インタフェース org.seasar.cubby.plugin.RequestProcessingInvocation のメソッド
応答を取得します。
getResponse() - インタフェース org.seasar.cubby.plugin.RoutingInvocation のメソッド
応答を取得します。
getResponse() - インタフェース org.seasar.cubby.plugin.ValidationInvocation のメソッド
応答を取得します。
getRoutings() - クラス org.seasar.cubby.routing.impl.PathResolverImpl のメソッド
ルーティング情報を取得します。
getRoutings() - インタフェース org.seasar.cubby.routing.PathResolver のメソッド
ルーティング情報の一覧を取得します。
getStatusCode() - クラス org.seasar.cubby.action.SendError のメソッド
ステータスコードを取得します。
getSupportedServices() - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
このプラグインが提供するサービスプロバイダのセットを返します。
getSupportedServices() - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
このプラグインが提供するサービスプロバイダのセットを返します。
getSupportedServices() - クラス org.seasar.cubby.plugins.BinderPlugin のメソッド
このプラグインが提供するサービスプロバイダのセットを返します。
getTargetClass() - 例外 org.seasar.cubby.spi.beans.AttributeNotFoundException のメソッド
対象のクラスを返します。
getTargetClass() - 例外 org.seasar.cubby.spi.beans.IllegalAttributeException のメソッド
対象のクラスを返します。
getText(ResourceBundle, String, Object...) - クラス org.seasar.cubby.util.Messages の static メソッド
指定されたメッセージリソースから指定されたキーの値を取得し、置換処理を行ったメッセージを取得します。
getText(String, Object...) - クラス org.seasar.cubby.util.Messages の static メソッド
メッセージリソース(messages.properties)から指定されたキーの値を取得し、置換処理を行ったメッセージを取得します。
getTimePattern() - インタフェース org.seasar.cubby.controller.FormatPattern のメソッド
時刻フォーマットパターンを取得します。
getTimePattern() - クラス org.seasar.cubby.controller.impl.DefaultFormatPattern のメソッド
時刻フォーマットパターンを取得します。
getTimestampPattern() - インタフェース org.seasar.cubby.controller.FormatPattern のメソッド
日付時刻フォーマットパターンを取得します。
getTimestampPattern() - クラス org.seasar.cubby.controller.impl.DefaultFormatPattern のメソッド
日付時刻フォーマットパターンを取得します。
getTokenMap(HttpSession) - クラス org.seasar.cubby.internal.util.TokenHelper の static メソッド
トークン用の Map をセッションから取得します。
getType() - インタフェース org.seasar.cubby.spi.beans.Attribute のメソッド
属性の型を返します。
getType() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
属性の型を返します。
getType() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
属性の型を返します。
getUriParameterNames() - インタフェース org.seasar.cubby.routing.Routing のメソッド
URI パラメータ名を取得します。
getURIParameters() - インタフェース org.seasar.cubby.routing.PathInfo のメソッド
URI から抽出したパラメータを取得します。
getValidation(Method) - クラス org.seasar.cubby.validator.ValidationUtils の static メソッド
指定されたメソッドを修飾する Validation を取得します。
getValidationErrorActionResult(ActionContext) - インタフェース org.seasar.cubby.validator.ValidationFailBehaviour のメソッド
入力検証でエラーがあった場合に画面遷移を制御するための ActionResult を取得します。
getValidationPhases() - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
入力検証のフェーズの一覧を実行順に並べたCollectionとして取得します。
getValidationPhases() - インタフェース org.seasar.cubby.validator.ValidationRules のメソッド
入力検証のフェーズの一覧を実行順に並べたCollectionとして取得します。
getValidationRules(Object, String) - クラス org.seasar.cubby.validator.ValidationUtils の static メソッド
実行しているアクションメソッドの入力検証ルールの集合を取得します。
getValue(Object) - インタフェース org.seasar.cubby.spi.beans.Attribute のメソッド
属性の値を返します。
getValue(Object) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
属性の値を返します。
getValue(Object) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
属性の値を返します。
getValues(String) - インタフェース org.seasar.cubby.controller.FormWrapper のメソッド
指定されたフィールド名の値を取得します。

H

handle(String, String) - インタフェース org.seasar.cubby.routing.PathTemplateParser.Handler のメソッド
プレースホルダをハンドルします。
hasFieldAttribute(String) - インタフェース org.seasar.cubby.spi.beans.BeanDesc のメソッド
指定された名前のフィールドへアクセスする属性があるかどうかを示します。
hasFieldAttribute(String) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
指定された名前のフィールドへアクセスする属性があるかどうかを示します。
hashCode() - クラス org.seasar.cubby.action.FieldInfo のメソッド
hashCode() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
hashCode() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
hasMoreElements() - クラス org.seasar.cubby.internal.util.IteratorEnumeration のメソッド
hasPropertyAttribute(String) - インタフェース org.seasar.cubby.spi.beans.BeanDesc のメソッド
指定された名前のプロパティへアクセスする属性があるかどうかを示します。
hasPropertyAttribute(String) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.BeanDescImpl のメソッド
指定された名前のプロパティへアクセスする属性があるかどうかを示します。
hasValues(String) - インタフェース org.seasar.cubby.controller.FormWrapper のメソッド
フォームオブジェクトが指定されたフィールドを持つかを示します。
host(String) - クラス org.seasar.cubby.util.LinkBuilder のメソッド
ホスト名を設定します。

I

ifrender(Boolean, Object) - クラス org.seasar.cubby.tags.CubbyFunctions の static メソッド
指定された条件によって属性を出力するかしないかを制御します。
IGNORE_PATH_PATTERN - クラス org.seasar.cubby.filter.CubbyFilter の static 変数
ルーティングの対象外とするパスの初期パラメータ名。
IGNORE_PATH_PATTERN - クラス org.seasar.cubby.filter.SendErrorFilter の static 変数
対象外とするパスの初期パラメータ名。
IllegalAttributeException - org.seasar.cubby.spi.beans の 例外
属性の操作に失敗したときにスローされる例外です。
IllegalAttributeException(Class<?>, String, Throwable) - 例外 org.seasar.cubby.spi.beans.IllegalAttributeException のコンストラクタ
IllegalAttributeException を作成します。
init(FilterConfig) - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
このフィルタを初期化します。
init(FilterConfig) - クラス org.seasar.cubby.filter.EncodingFilter のメソッド
init(FilterConfig) - クラス org.seasar.cubby.filter.SendErrorFilter のメソッド
このフィルタを初期化します。
init(ServletContext) - クラス org.seasar.cubby.internal.plugin.PluginManager のメソッド
プラグインの初期化とレジストリへの登録を行います。
init(ServletConfig) - クラス org.seasar.cubby.servlet.CubbyServlet のメソッド
プラグインの初期化とレジストリへの登録を行います。
initialize() - クラス org.seasar.cubby.action.Action のメソッド
アクションメソッドが InitializeMethod で装飾されていない場合に Action.invokeInitializeMethod(Method) から呼ばれるメソッドです。
initialize(ServletContext) - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
このプラグインを初期化します。
initialize(ServletContext) - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
このプラグインを初期化します。
initialize(String) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
初期化メソッド。
initialize() - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
初期化メソッド。
InitializeMethod - org.seasar.cubby.action の 注釈型
アクションメソッド実行前にアクションを初期化するためのメソッドを指定します。
initializePlugins(ServletContext, Collection<Plugin>) - クラス org.seasar.cubby.internal.plugin.PluginManager のメソッド
プラグインを初期化します。
InputStreamFileItemConverter - org.seasar.cubby.converter.impl の クラス
FileItemからInputStreamへ変換するConverterです。
InputStreamFileItemConverter() - クラス org.seasar.cubby.converter.impl.InputStreamFileItemConverter のコンストラクタ
 
InputTag - org.seasar.cubby.tags の クラス
<input> タグを出力します。
InputTag() - クラス org.seasar.cubby.tags.InputTag のコンストラクタ
 
IntegerConverter - org.seasar.cubby.converter.impl の クラス
Integerへの変換を行うコンバータです。
IntegerConverter() - クラス org.seasar.cubby.converter.impl.IntegerConverter のコンストラクタ
 
Invocation<T> - org.seasar.cubby.plugin の インタフェース
実行情報です。
invoke(String) - クラス org.seasar.cubby.action.Action のメソッド
このアクションに定義された指定されたメソッド名のメソッドを実行します。
invokeAction(ActionInvocation) - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
アクションメソッドを実行します。
invokeAction(ActionInvocation) - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
アクションメソッドを実行します。
invokeActionResult(ActionResultInvocation) - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
アクションの実行結果を実行します。
invokeActionResult(ActionResultInvocation) - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
アクションの実行結果を実行します。
invokeInitializeMethod(Method) - クラス org.seasar.cubby.action.Action のメソッド
アクションメソッドの実行前に呼ばれます。
invokeInitializeMethod() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
アクションメソッドの実行前に呼ばれます。
invokeInitializeMethod() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
アクションメソッドの実行前に呼ばれます。
invokePostRenderMethod(Method) - クラス org.seasar.cubby.action.Action のメソッド
フォワードの直後に呼ばれます。
invokePostRenderMethod() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
フォワードの直後に呼ばれます。
invokePostRenderMethod() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
フォワードの直後に呼ばれます。
invokePreRenderMethod(Method) - クラス org.seasar.cubby.action.Action のメソッド
フォーワードの直前に呼ばれます。
invokePreRenderMethod() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
フォーワードの直前に呼ばれます。
invokePreRenderMethod() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
フォーワードの直前に呼ばれます。
invokeRequestProcessing(RequestProcessingInvocation) - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
要求に対する処理を実行します。
invokeRequestProcessing(RequestProcessingInvocation) - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
要求に対する処理を実行します。
invokeRouting(HttpServletRequest, HttpServletResponse, String, PathResolver) - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
指定されたパスに対応するアクションを決定し、 PathInfo を返します。
invokeRouting(RoutingInvocation) - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
ルーティングを実行して要求されたパスの情報を取得します。
invokeRouting(RoutingInvocation) - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
ルーティングを実行して要求されたパスの情報を取得します。
invokeValidation(ValidationInvocation) - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
入力検証を実行します。
invokeValidation(ValidationInvocation) - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
入力検証を実行します。
isAcceptable(String) - インタフェース org.seasar.cubby.routing.Routing のメソッド
指定された要求メソッドがこのルーティングの対象かどうかを示します。
isActionClass(Class<?>) - クラス org.seasar.cubby.util.ActionUtils の static メソッド
指定されたクラスがアクションクラスかを示します。
isActionMethod(Method) - クラス org.seasar.cubby.util.ActionUtils の static メソッド
指定されたメソッドがアクションメソッドかを示します。
isAnnotationPresent(Class<? extends Annotation>) - インタフェース org.seasar.cubby.spi.beans.Attribute のメソッド
属性が指定されたアノテーションで修飾されているかを示します。
isAnnotationPresent(Class<? extends Annotation>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
属性が指定されたアノテーションで修飾されているかを示します。
isAnnotationPresent(Class<? extends Annotation>) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
属性が指定されたアノテーションで修飾されているかを示します。
isBindRequestParameterToAllProperties() - インタフェース org.seasar.cubby.action.ActionContext のメソッド
フォームオブジェクトのすべてのプロパティに要求パラメータをバインドするかを示します。
isBindRequestParameterToAllProperties() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
フォームオブジェクトのすべてのプロパティに要求パラメータをバインドするかを示します。
isBlank(String) - クラス org.seasar.cubby.internal.util.StringUtils の static メソッド
ブランクかどうか返します。
isEmpty() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
エラーが存在しないかどうかを判定します。
isEmpty() - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
エラーが存在しないかどうかを判定します。
isEmpty() - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
isEmpty(String) - クラス org.seasar.cubby.internal.util.StringUtils の static メソッド
空かどうかを返します。
isNotBlank(String) - クラス org.seasar.cubby.internal.util.StringUtils の static メソッド
ブランクではないかどうか返します。
isParameterizedClass() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.ParameterizedClassDescImpl のメソッド
このインスタンスが表現するクラスがパラメタ化されていればtrueを返します。
isParameterizedClass() - インタフェース org.seasar.cubby.spi.beans.ParameterizedClassDesc のメソッド
このインスタンスが表現するクラスがパラメタ化されていればtrueを返します。
isParsable(HttpServletRequest) - クラス org.seasar.cubby.controller.impl.DefaultRequestParser のメソッド
このオブジェクトが解析可能な要求かを示します。
isParsable(HttpServletRequest) - クラス org.seasar.cubby.controller.impl.MultipartRequestParser のメソッド
このオブジェクトが解析可能な要求かを示します。
isParsable(HttpServletRequest) - インタフェース org.seasar.cubby.controller.RequestParser のメソッド
このオブジェクトが解析可能な要求かを示します。
isReadable() - インタフェース org.seasar.cubby.spi.beans.Attribute のメソッド
属性の値が取得可能かどうかを返します。
isReadable() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
属性の値が取得可能かどうかを返します。
isReadable() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
属性の値が取得可能かどうかを返します。
isSupport(Class<? extends Provider>) - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
このプラグインが指定されたサービスをサポートするかを示します。
isWritable() - インタフェース org.seasar.cubby.spi.beans.Attribute のメソッド
属性の値が設定可能かどうかを返します。
isWritable() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
属性の値が設定可能かどうかを返します。
isWritable() - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
属性の値が設定可能かどうかを返します。
isXjson() - クラス org.seasar.cubby.action.Json のメソッド
JSON 文字列を X-JOSN 応答ヘッダに設定するかを示します。
iterator() - クラス org.seasar.cubby.internal.util.ServiceLoader のメソッド
プロバイダの Iterator を取得します。
IteratorEnumeration<E> - org.seasar.cubby.internal.util の クラス
反復子をラップする列挙です。
IteratorEnumeration(Iterator<E>) - クラス org.seasar.cubby.internal.util.IteratorEnumeration のコンストラクタ
指定されたイテレータをラップした列挙をインスタンス化します。

J

Json - org.seasar.cubby.action の クラス
JSON 形式の応答を返す ActionResult です。
Json(Object) - クラス org.seasar.cubby.action.Json のコンストラクタ
JSON 形式で応答を返すインスタンスを生成します。
Json(Object, JsonProvider) - クラス org.seasar.cubby.action.Json のコンストラクタ
JSON 形式で応答を返すインスタンスを生成します。
Json(Object, String) - クラス org.seasar.cubby.action.Json のコンストラクタ
JSONP 形式で応答を返すインスタンスを生成します。
Json(Object, String, JsonProvider) - クラス org.seasar.cubby.action.Json のコンストラクタ
JSONP 形式で応答を返すインスタンスを生成します。
JsonProvider - org.seasar.cubby.spi の インタフェース
JSON のプロバイダです。

K

keySet() - クラス org.seasar.cubby.action.FlashMapProxy のメソッド

L

limitSize - クラス org.seasar.cubby.internal.util.LruHashMap の変数
上限サイズです。
LinkBuilder - org.seasar.cubby.util の クラス
要求の URL をベースとしたリンク文字列を構築します。
LinkBuilder() - クラス org.seasar.cubby.util.LinkBuilder のコンストラクタ
URL ビルダオブジェクトを生成します。
LinkTag - org.seasar.cubby.tags の クラス
指定されたアクションクラス、アクションメソッドへリンクする URL を特定の属性にもつタグを出力するカスタムタグです。
LinkTag() - クラス org.seasar.cubby.tags.LinkTag のコンストラクタ
 
load(Class<S>, ClassLoader) - クラス org.seasar.cubby.internal.util.ServiceLoader の static メソッド
指定された型とクラスローダーに対応する新しいサービスローダーを作成します。
load(Class<S>) - クラス org.seasar.cubby.internal.util.ServiceLoader の static メソッド
指定された型に対応する新しいサービスローダーを作成します。
loadPlugins() - クラス org.seasar.cubby.internal.plugin.PluginManager のメソッド
プラグインをロードします。
LogMessages - org.seasar.cubby.internal.util の クラス
ログに出力するメッセージのためのユーティリティクラスです。
LogMessages() - クラス org.seasar.cubby.internal.util.LogMessages のコンストラクタ
 
LongConverter - org.seasar.cubby.converter.impl の クラス
Longへの変換を行うコンバータです。
LongConverter() - クラス org.seasar.cubby.converter.impl.LongConverter のコンストラクタ
 
lookup(Class<T>) - インタフェース org.seasar.cubby.spi.container.Container のメソッド
指定された型に代入可能なオブジェクトを取得します。
LookupException - org.seasar.cubby.spi.container の 例外
指定された型に代入可能なオブジェクトの取得に失敗したことを表す例外です。
LookupException() - 例外 org.seasar.cubby.spi.container.LookupException のコンストラクタ
詳細メッセージに null を使用して、新規例外を構築します。
LookupException(String, Throwable) - 例外 org.seasar.cubby.spi.container.LookupException のコンストラクタ
指定された詳細メッセージおよび原因を使用して新規例外を構築します。
LookupException(String) - 例外 org.seasar.cubby.spi.container.LookupException のコンストラクタ
指定された詳細メッセージを使用して、新規例外を構築します。
LookupException(Throwable) - 例外 org.seasar.cubby.spi.container.LookupException のコンストラクタ
指定された原因および詳細メッセージを使用して新規例外を構築します
LruHashMap<K,V> - org.seasar.cubby.internal.util の クラス
LRU (Least Recently Used) アルゴリズムによって最近最も使われなかったエントリを削除することによって、一定のサイズを保つ Map です。
LruHashMap(int) - クラス org.seasar.cubby.internal.util.LruHashMap のコンストラクタ
LruHashMap を作成します。
LruHashMap(int, int, float) - クラス org.seasar.cubby.internal.util.LruHashMap のコンストラクタ
LruHashMapを作成します。

M

MaxLengthValidator - org.seasar.cubby.validator.validators の クラス
文字列の最大長を検証します。
MaxLengthValidator(int) - クラス org.seasar.cubby.validator.validators.MaxLengthValidator のコンストラクタ
コンストラクタ
MaxLengthValidator(int, String) - クラス org.seasar.cubby.validator.validators.MaxLengthValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
MessageInfo - org.seasar.cubby.action の クラス
メッセージ情報です。
MessageInfo() - クラス org.seasar.cubby.action.MessageInfo のコンストラクタ
 
Messages - org.seasar.cubby.util の クラス
メッセージリソースを取得するユーティリティクラスです。
Messages() - クラス org.seasar.cubby.util.Messages のコンストラクタ
 
MessagesBehaviour - org.seasar.cubby.controller の インタフェース
メッセージの振る舞いです。
MetaUtils - org.seasar.cubby.internal.util の クラス
アクションのメタ情報を扱うためのユーティリティクラスです。
MetaUtils() - クラス org.seasar.cubby.internal.util.MetaUtils のコンストラクタ
 
MultipartRequestParser - org.seasar.cubby.controller.impl の クラス
マルチパートの要求に対応した解析器です。
MultipartRequestParser() - クラス org.seasar.cubby.controller.impl.MultipartRequestParser のコンストラクタ
 

N

nextElement() - クラス org.seasar.cubby.internal.util.IteratorEnumeration のメソッド
noEncodeURL() - クラス org.seasar.cubby.action.Redirect のメソッド
HttpServletResponse.encodeRedirectURL(String) によってエンコードせずにリダイレクトします。
NumberValidator - org.seasar.cubby.validator.validators の クラス
数値であるかを検証します。
NumberValidator() - クラス org.seasar.cubby.validator.validators.NumberValidator のコンストラクタ
コンストラクタ
NumberValidator(String) - クラス org.seasar.cubby.validator.validators.NumberValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ

O

odd(Integer, String) - クラス org.seasar.cubby.tags.CubbyFunctions の static メソッド
指定したカンマ区切りの文字列をインデックス値でサイクルして出力します。
OnSubmit - org.seasar.cubby.action の 注釈型
要求をこの注釈で修飾されたアクションメソッドへ振り分けるための要求パラメータ名を指定します。
org.seasar.cubby - パッケージ org.seasar.cubby
共通の定数名など提供します。
org.seasar.cubby.action - パッケージ org.seasar.cubby.action
アプリケーション開発者が使用するビューコントローラー部分を提供します。
org.seasar.cubby.controller - パッケージ org.seasar.cubby.controller
コントローラに関する機能を提供します。
org.seasar.cubby.controller.impl - パッケージ org.seasar.cubby.controller.impl
コントローラに関する機能の実装を提供します。
org.seasar.cubby.converter - パッケージ org.seasar.cubby.converter
要求パラメータの型変換機能を提供します。
org.seasar.cubby.converter.impl - パッケージ org.seasar.cubby.converter.impl
要求パラメータの型変換機能の実装を提供します。
org.seasar.cubby.fileupload - パッケージ org.seasar.cubby.fileupload
 
org.seasar.cubby.filter - パッケージ org.seasar.cubby.filter
サーブレットフィルタに関する機能を提供します。
org.seasar.cubby.internal - パッケージ org.seasar.cubby.internal
フレームワーク内部の機能を提供します。
org.seasar.cubby.internal.controller - パッケージ org.seasar.cubby.internal.controller
フレームワーク内部のコントローラに関する機能を提供します。
org.seasar.cubby.internal.controller.impl - パッケージ org.seasar.cubby.internal.controller.impl
フレームワーク内部のコントローラに関する機能の実装を提供します。
org.seasar.cubby.internal.plugin - パッケージ org.seasar.cubby.internal.plugin
フレームワーク内部のプラグイン機能を提供します。
org.seasar.cubby.internal.util - パッケージ org.seasar.cubby.internal.util
フレームワーク内部のユーティリティを提供します。
org.seasar.cubby.plugin - パッケージ org.seasar.cubby.plugin
プラグイン機能を提供します。
org.seasar.cubby.plugins - パッケージ org.seasar.cubby.plugins
標準のプラグインを提供します。
org.seasar.cubby.routing - パッケージ org.seasar.cubby.routing
URI ルーティング機能を提供します。
org.seasar.cubby.routing.impl - パッケージ org.seasar.cubby.routing.impl
URI ルーティング機能の実装を提供します。
org.seasar.cubby.servlet - パッケージ org.seasar.cubby.servlet
 
org.seasar.cubby.spi - パッケージ org.seasar.cubby.spi
置き換え可能な拡張ポイントとなるサービスプロバイダインターフェイス (Service Provider Interface) を提供します。
org.seasar.cubby.spi.beans - パッケージ org.seasar.cubby.spi.beans
Java Beans を操作するための機能を提供します。
org.seasar.cubby.spi.beans.impl - パッケージ org.seasar.cubby.spi.beans.impl
Java Beans を操作するための機能の実装を提供します。
org.seasar.cubby.spi.container - パッケージ org.seasar.cubby.spi.container
オブジェクトを生成、管理するコンテナを提供します。
org.seasar.cubby.spi.impl - パッケージ org.seasar.cubby.spi.impl
サービスプロバイダインターフェイスの抽象的な実装を提供します。
org.seasar.cubby.tags - パッケージ org.seasar.cubby.tags
JSP カスタムタグを提供します。
org.seasar.cubby.util - パッケージ org.seasar.cubby.util
ユーティリティを提供します。
org.seasar.cubby.validator - パッケージ org.seasar.cubby.validator
入力検証に関する機能を提供します。
org.seasar.cubby.validator.validators - パッケージ org.seasar.cubby.validator.validators
定義済みの入力検証を提供します。
out(Object) - クラス org.seasar.cubby.tags.CubbyFunctions の static メソッド
HTMLをエスケープします。

P

param(String, Object) - クラス org.seasar.cubby.action.Forward のメソッド
パラメータを追加します。
param(String, Object[]) - クラス org.seasar.cubby.action.Forward のメソッド
パラメータを追加します。
param(String, String[]) - クラス org.seasar.cubby.action.Forward のメソッド
パラメータを追加します。
param(String, Object) - クラス org.seasar.cubby.action.Redirect のメソッド
パラメータを追加します。
param(String, Object[]) - クラス org.seasar.cubby.action.Redirect のメソッド
パラメータを追加します。
param(String, String[]) - クラス org.seasar.cubby.action.Redirect のメソッド
パラメータを追加します。
ParameterizedClassDesc - org.seasar.cubby.spi.beans の インタフェース
パラメタ化されたクラスを扱うためのインターフェースです。
ParamTag - org.seasar.cubby.tags の クラス
パラメータを指定するためのカスタムタグです。
ParamTag() - クラス org.seasar.cubby.tags.ParamTag のコンストラクタ
 
parse(String, PathTemplateParser.Handler) - クラス org.seasar.cubby.routing.impl.PathTemplateParserImpl のメソッド
parse(String, PathTemplateParser.Handler) - インタフェース org.seasar.cubby.routing.PathTemplateParser のメソッド
 
parseRequest(HttpServletRequest) - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
指定された要求のパラメータをパースして Map に変換します。
PassThrough - org.seasar.cubby.action の クラス
フィルターチェーンを実行する ActionResult です。
PassThrough() - クラス org.seasar.cubby.action.PassThrough のコンストラクタ
 
Path - org.seasar.cubby.action の 注釈型
アクションメソッドのパス。
PathInfo - org.seasar.cubby.routing の インタフェース
パスから取得した情報です。
PathResolver - org.seasar.cubby.routing の インタフェース
パスに対応するアクションメソッドを解決するためのクラスです。
PathResolverImpl - org.seasar.cubby.routing.impl の クラス
パスに対応するアクションメソッドを解決するためのクラスの実装です。
PathResolverImpl(PathTemplateParser) - クラス org.seasar.cubby.routing.impl.PathResolverImpl のコンストラクタ
インスタンス化します。
PathResolverProvider - org.seasar.cubby.spi の インタフェース
PathResolver のプロバイダです。
PathTemplateException - org.seasar.cubby.routing の 例外
パステンプレートに問題があることを表す例外です。
PathTemplateException() - 例外 org.seasar.cubby.routing.PathTemplateException のコンストラクタ
新規例外を構築します。
PathTemplateException(String, Throwable) - 例外 org.seasar.cubby.routing.PathTemplateException のコンストラクタ
指定された詳細メッセージおよび原因を使用して新規例外を構築します。
PathTemplateException(String) - 例外 org.seasar.cubby.routing.PathTemplateException のコンストラクタ
指定された詳細メッセージを使用して新規例外を構築します。
PathTemplateException(Throwable) - 例外 org.seasar.cubby.routing.PathTemplateException のコンストラクタ
指定された原因を使用して新規例外を構築します。
PathTemplateParser - org.seasar.cubby.routing の インタフェース
パステンプレートのパーサーです。
PathTemplateParser.Handler - org.seasar.cubby.routing の インタフェース
プレースホルダのハンドラ。
PathTemplateParserImpl - org.seasar.cubby.routing.impl の クラス
パステンプレートのパーサーの実装です。
PathTemplateParserImpl() - クラス org.seasar.cubby.routing.impl.PathTemplateParserImpl のコンストラクタ
 
Plugin - org.seasar.cubby.plugin の インタフェース
プラグインを表すインターフェイスです。
PluginManager - org.seasar.cubby.internal.plugin の クラス
プラグインマネージャ。
PluginManager(PluginRegistry) - クラス org.seasar.cubby.internal.plugin.PluginManager のコンストラクタ
インスタンス化します。
PluginRegistry - org.seasar.cubby.plugin の クラス
プラグインのレジストリです。
port(int) - クラス org.seasar.cubby.util.LinkBuilder のメソッド
ホスト上のポート場号を設定します。
postrender() - クラス org.seasar.cubby.action.Action のメソッド
アクションメソッドが PostRenderMethod で装飾されていない場合に Action.invokePostRenderMethod(Method) から呼ばれるメソッドです。
PostRenderMethod - org.seasar.cubby.action の 注釈型
アクションメソッドからのフォワード後に実行するメソッドを指定します。
prerender() - クラス org.seasar.cubby.action.Action のメソッド
アクションメソッドが PreRenderMethod で装飾されていない場合に Action.invokePreRenderMethod(Method) から呼ばれるメソッドです。
PreRenderMethod - org.seasar.cubby.action の 注釈型
アクションメソッドからのフォワード前に実行するメソッドを指定します。
proceed() - クラス org.seasar.cubby.internal.controller.impl.RequestProcessingInvocationImpl のメソッド
実行します。
proceed() - インタフェース org.seasar.cubby.plugin.Invocation のメソッド
実行します。
process(HttpServletRequest, HttpServletResponse, Routing) - インタフェース org.seasar.cubby.internal.controller.ActionProcessor のメソッド
要求を元にアクションメソッドを決定して実行します。
process(HttpServletRequest, HttpServletResponse, Routing) - クラス org.seasar.cubby.internal.controller.impl.ActionProcessorImpl のメソッド
要求を元にアクションメソッドを決定して実行します。
processRequest(HttpServletRequest, HttpServletResponse, PathInfo) - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
指定された PathInfo に対する処理を行います。
protocol(String) - クラス org.seasar.cubby.util.LinkBuilder のメソッド
プロトコルを設定します。
Provider - org.seasar.cubby.spi の インタフェース
サービスのプロバイダであることを表すマーカインターフェイスです。
ProviderFactory - org.seasar.cubby.spi の クラス
サービスプロバイダのファクトリです。
ProviderFactory() - クラス org.seasar.cubby.spi.ProviderFactory のコンストラクタ
 
put(String, Object) - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
putAll(Map<? extends String, ? extends Object>) - クラス org.seasar.cubby.action.FlashMapProxy のメソッド

Q

QueryStringBuilder - org.seasar.cubby.internal.util の クラス
パラメータ文字列を作成します。
QueryStringBuilder() - クラス org.seasar.cubby.internal.util.QueryStringBuilder のコンストラクタ
URI 部分なしでインスタンスを生成します。
QueryStringBuilder(String) - クラス org.seasar.cubby.internal.util.QueryStringBuilder のコンストラクタ
URI 部分を指定してインスタンスを生成します。

R

RangeLengthValidator - org.seasar.cubby.validator.validators の クラス
文字列の長さの範囲を検証します。
RangeLengthValidator(int, int) - クラス org.seasar.cubby.validator.validators.RangeLengthValidator のコンストラクタ
コンストラクタ
RangeLengthValidator(int, int, String) - クラス org.seasar.cubby.validator.validators.RangeLengthValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
RangeValidator - org.seasar.cubby.validator.validators の クラス
数値の範囲を検証します。
RangeValidator(long, long) - クラス org.seasar.cubby.validator.validators.RangeValidator のコンストラクタ
コンストラクタ
RangeValidator(long, long, String) - クラス org.seasar.cubby.validator.validators.RangeValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
rawClass - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.ParameterizedClassDescImpl の変数
原型となるクラス
ready() - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
このプラグインを準備します。
ready() - インタフェース org.seasar.cubby.plugin.Plugin のメソッド
このプラグインを準備します。
Redirect - org.seasar.cubby.action の クラス
指定されたパスにリダイレクトする ActionResult です。
Redirect(String) - クラス org.seasar.cubby.action.Redirect のコンストラクタ
インスタンスを生成します。
Redirect(String, String) - クラス org.seasar.cubby.action.Redirect のコンストラクタ
インスタンスを生成します。
Redirect(String, String, int) - クラス org.seasar.cubby.action.Redirect のコンストラクタ
インスタンスを生成します。
Redirect(Class<?>) - クラス org.seasar.cubby.action.Redirect のコンストラクタ
指定されたアクションクラスのindexメソッドへリダイレクトするインスタンスを生成します。
Redirect(Class<?>, String) - クラス org.seasar.cubby.action.Redirect のコンストラクタ
指定されたアクションメソッドへリダイレクトするインスタンスを生成します。
Redirect(Class<?>, String, Map<String, String[]>) - クラス org.seasar.cubby.action.Redirect のコンストラクタ
指定されたアクションメソッドへリダイレクトするインスタンスを生成します。
Redirect(Class<?>, String, Map<String, String[]>, String) - クラス org.seasar.cubby.action.Redirect のコンストラクタ
指定されたアクションメソッドへリダイレクトするインスタンスを生成します。
Redirect(Class<?>, String, Map<String, String[]>, String, int) - クラス org.seasar.cubby.action.Redirect のコンストラクタ
指定されたアクションメソッドへリダイレクトするインスタンスを生成します。
ReflectionUtils - org.seasar.cubby.internal.util の クラス
リフレクションのためのユーティリティクラスです。
ReflectionUtils() - クラス org.seasar.cubby.internal.util.ReflectionUtils のコンストラクタ
 
RegexpValidator - org.seasar.cubby.validator.validators の クラス
指定された正規表現にマッチするかを検証します。
RegexpValidator(String) - クラス org.seasar.cubby.validator.validators.RegexpValidator のコンストラクタ
コンストラクタ
RegexpValidator(String, String) - クラス org.seasar.cubby.validator.validators.RegexpValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
RegexpValidator(Pattern) - クラス org.seasar.cubby.validator.validators.RegexpValidator のコンストラクタ
コンストラクタ
RegexpValidator(Pattern, String) - クラス org.seasar.cubby.validator.validators.RegexpValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
register(Plugin) - クラス org.seasar.cubby.plugin.PluginRegistry のメソッド
指定されたプラグインを登録します。
registerPlugins(PluginRegistry, Collection<Plugin>) - クラス org.seasar.cubby.internal.plugin.PluginManager のメソッド
プラグインをレジストリに登録します。
reload() - クラス org.seasar.cubby.internal.util.ServiceLoader のメソッド
プロバイダを再ロードします。
remove(Object) - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
remove() - クラス org.seasar.cubby.internal.controller.ThreadContext の static メソッド
コンテキストを削除します。
removeEldestEntry(Map.Entry<K, V>) - クラス org.seasar.cubby.internal.util.LruHashMap のメソッド
replace(String, String, String) - クラス org.seasar.cubby.internal.util.StringUtils の static メソッド
文字列を置き換えます。
RequestMethod - org.seasar.cubby.action の 列挙型
アクションメソッドを起動する対象となる HTTP メソッド。
RequestParameter - org.seasar.cubby.action の 注釈型
要求パラメータのバインド対象であることを表す注釈です。
RequestParameterBinder - org.seasar.cubby.internal.controller の インタフェース
要求パラメータをオブジェクトへバインドするクラスです。
RequestParameterBinderImpl - org.seasar.cubby.internal.controller.impl の クラス
要求パラメータをオブジェクトへバインドするクラスの実装です。
RequestParameterBinderImpl() - クラス org.seasar.cubby.internal.controller.impl.RequestParameterBinderImpl のコンストラクタ
 
RequestParameterBindingType - org.seasar.cubby.action の 列挙型
要求パラメータからフォームオブジェクトへのバインディング方法を表します。
RequestParseException - org.seasar.cubby.controller の 例外
要求の解析に失敗した場合にスローされる実行時例外です。
RequestParseException() - 例外 org.seasar.cubby.controller.RequestParseException のコンストラクタ
新規例外を構築します。
RequestParseException(String, Throwable) - 例外 org.seasar.cubby.controller.RequestParseException のコンストラクタ
指定された詳細メッセージおよび原因を使用して新規例外を構築します。
RequestParseException(String) - 例外 org.seasar.cubby.controller.RequestParseException のコンストラクタ
指定された詳細メッセージを使用して新規例外を構築します。
RequestParseException(Throwable) - 例外 org.seasar.cubby.controller.RequestParseException のコンストラクタ
指定された原因を使用して新規例外を構築します。
RequestParser - org.seasar.cubby.controller の インタフェース
要求解析器です。
RequestParserProvider - org.seasar.cubby.spi の インタフェース
RequestParser のプロバイダです。
RequestProcessingInvocation - org.seasar.cubby.plugin の インタフェース
要求処理の実行情報です。
RequestProcessingInvocationImpl - org.seasar.cubby.internal.controller.impl の クラス
要求処理の実行情報の実装です。
RequestProcessingInvocationImpl(HttpServletRequest, HttpServletResponse, PathInfo) - クラス org.seasar.cubby.internal.controller.impl.RequestProcessingInvocationImpl のコンストラクタ
インスタンス化します。
RequestUtils - org.seasar.cubby.internal.util の クラス
サーブレット要求をに対するユーティリティクラスです。
RequestUtils() - クラス org.seasar.cubby.internal.util.RequestUtils のコンストラクタ
 
RequiredValidator - org.seasar.cubby.validator.validators の クラス
対象が入力されていることを検証します。
RequiredValidator() - クラス org.seasar.cubby.validator.validators.RequiredValidator のコンストラクタ
コンストラクタ
RequiredValidator(String) - クラス org.seasar.cubby.validator.validators.RequiredValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
ResourceBundleMap - org.seasar.cubby.internal.util の クラス
リソースバンドルをラップし、Map インターフェイスによって操作するクラスです。
ResourceBundleMap(ResourceBundle) - クラス org.seasar.cubby.internal.util.ResourceBundleMap のコンストラクタ
指定されたリソースバンドルをラップする ResourceBundleMap を作成します。
reverseLookup(Class<?>, String, Map<String, String[]>, String) - クラス org.seasar.cubby.routing.impl.PathResolverImpl のメソッド
指定されたアクションクラス、メソッド名、パラメータからパスを逆引きします。
reverseLookup(Class<?>, String, Map<String, String[]>, String) - インタフェース org.seasar.cubby.routing.PathResolver のメソッド
指定されたアクションクラス、メソッド名、パラメータからパスを逆引きします。
Routing - org.seasar.cubby.routing の インタフェース
ルーティング。
RoutingException - org.seasar.cubby.routing の 例外
アクションのルーティングに問題があることを表す例外です。
RoutingException() - 例外 org.seasar.cubby.routing.RoutingException のコンストラクタ
新規例外を構築します。
RoutingException(String, Throwable) - 例外 org.seasar.cubby.routing.RoutingException のコンストラクタ
指定された詳細メッセージおよび原因を使用して新規例外を構築します。
RoutingException(String) - 例外 org.seasar.cubby.routing.RoutingException のコンストラクタ
指定された詳細メッセージを使用して新規例外を構築します。
RoutingException(Throwable) - 例外 org.seasar.cubby.routing.RoutingException のコンストラクタ
指定された原因を使用して新規例外を構築します。
RoutingInvocation - org.seasar.cubby.plugin の インタフェース
ルーティングの実行情報です。

S

ScalarFieldValidator - org.seasar.cubby.validator の インタフェース
ひとつの値をもつ入力フォームのフィールドに対する入力検証です。
SelectTag - org.seasar.cubby.tags の クラス
<select> タグを出力します。
SelectTag() - クラス org.seasar.cubby.tags.SelectTag のコンストラクタ
 
SendError - org.seasar.cubby.action の クラス
エラーの応答を返すことを示す ActionResult です。
SendError(int) - クラス org.seasar.cubby.action.SendError のコンストラクタ
インスタンスを生成します。
SendError(int, String) - クラス org.seasar.cubby.action.SendError のコンストラクタ
インスタンスを生成します。
SendErrorFilter - org.seasar.cubby.filter の クラス
適用された要求に対して、異常系の HTTP ステータスコードを返す Filter です。
SendErrorFilter() - クラス org.seasar.cubby.filter.SendErrorFilter のコンストラクタ
 
service(ServletRequest, ServletResponse) - クラス org.seasar.cubby.servlet.CubbyServlet のメソッド
ServiceLoader<S> - org.seasar.cubby.internal.util の クラス
サービスプロバイダロード機構です。
ServiceLoadingException - org.seasar.cubby.internal.util の 例外
サービスのロードに失敗した場合にスローされる実行時例外です。
ServiceLoadingException() - 例外 org.seasar.cubby.internal.util.ServiceLoadingException のコンストラクタ
新規例外を構築します。
ServiceLoadingException(String, Throwable) - 例外 org.seasar.cubby.internal.util.ServiceLoadingException のコンストラクタ
指定された詳細メッセージおよび原因を使用して新規例外を構築します。
ServiceLoadingException(String) - 例外 org.seasar.cubby.internal.util.ServiceLoadingException のコンストラクタ
指定された詳細メッセージを使用して新規例外を構築します。
ServiceLoadingException(Throwable) - 例外 org.seasar.cubby.internal.util.ServiceLoadingException のコンストラクタ
指定された原因を使用して新規例外を構築します。
setActionClass(String) - クラス org.seasar.cubby.tags.FormTag のメソッド
アクションクラスを設定します。
setActionClass(String) - クラス org.seasar.cubby.tags.LinkTag のメソッド
アクションクラスを設定します。
setActionMethod(String) - クラス org.seasar.cubby.tags.FormTag のメソッド
アクションメソッドを設定します。
setActionMethod(String) - クラス org.seasar.cubby.tags.LinkTag のメソッド
アクションメソッドを設定します。
setArguments(Object...) - クラス org.seasar.cubby.action.MessageInfo のメソッド
メッセージの置換パターンを置き換えるオブジェクトからなる配列を取得します。
setAttr(String) - クラス org.seasar.cubby.tags.LinkTag のメソッド
リンクする URL を出力する属性を設定します。
setBaseName(String) - クラス org.seasar.cubby.controller.impl.DefaultMessagesBehaviour のメソッド
リソースバンドル、完全指定されたクラス名の基底名を設定します。
setCheckedValue(String) - クラス org.seasar.cubby.tags.InputTag のメソッド
checkedValue 属性を設定します。
setDatePattern(String) - クラス org.seasar.cubby.controller.impl.DefaultFormatPattern のメソッド
日付フォーマットパターンをセットします。
setDynamicAttribute(String, String, Object) - クラス org.seasar.cubby.tags.FormTag のメソッド
DynamicAttributeをセットします。
setDynamicAttribute(String, String, Object) - クラス org.seasar.cubby.tags.LinkTag のメソッド
DynamicAttributeをセットします。
setEmptyOption(Boolean) - クラス org.seasar.cubby.tags.SelectTag のメソッド
空の <option>l 要素を出力するかどうかを設定します。
setEmptyOptionLabel(String) - クラス org.seasar.cubby.tags.SelectTag のメソッド
空の <option>l 要素を出力した場合のラベル文字列を設定します。
setEncode(String) - クラス org.seasar.cubby.internal.util.QueryStringBuilder のメソッド
エンコードをセットします。
setEncodeURL(boolean) - クラス org.seasar.cubby.tags.FormTag のメソッド
出力する URL を HttpServletResponse.encodeURL(String) でエンコードするかを設定します。
setEncodeURL(boolean) - クラス org.seasar.cubby.tags.LinkTag のメソッド
出力する URL を HttpServletResponse.encodeURL(String) でエンコードするかを設定します。
setErrors(ActionErrors) - クラス org.seasar.cubby.action.Action のメソッド
アクションエラーオブジェクトをセットします。
setFile(String) - クラス org.seasar.cubby.util.LinkBuilder のメソッド
ホスト上のファイルを設定します。
setFlash(Map<String, Object>) - クラス org.seasar.cubby.action.Action のメソッド
揮発性メッセージをセットします。
setHost(String) - クラス org.seasar.cubby.util.LinkBuilder のメソッド
ホスト名を設定します。
setIndex(Integer) - クラス org.seasar.cubby.tags.InputTag のメソッド
index 属性を設定します。
setIndex(Integer) - クラス org.seasar.cubby.tags.TextareaTag のメソッド
index 属性を設定します。
setInitialBufferSize(int) - クラス org.seasar.cubby.fileupload.StreamFileItemFactory のメソッド
初期バッファサイズを設定します。
setItems(Object) - クラス org.seasar.cubby.tags.SelectTag のメソッド
<option> 要素のリストを設定します。
setKey(String) - クラス org.seasar.cubby.action.MessageInfo のメソッド
Messages からメッセージを取得するためのキーを設定します。
setLabelProperty(String) - クラス org.seasar.cubby.tags.SelectTag のメソッド
items から <option>l 要素をのラベルを取得する時の名前を設定します。
setName(String) - クラス org.seasar.cubby.tags.InputTag のメソッド
name 属性を設定します。
setName(String) - クラス org.seasar.cubby.tags.ParamTag のメソッド
パラメータ名を設定します。
setName(String) - クラス org.seasar.cubby.tags.SelectTag のメソッド
name 属性を設定します。
setName(String) - クラス org.seasar.cubby.tags.TextareaTag のメソッド
name 属性を設定します。
setName(String) - クラス org.seasar.cubby.tags.TokenTag のメソッド
name属性を設定します。
setPort(int) - クラス org.seasar.cubby.tags.FormTag のメソッド
出力する URL のポートを設定します。
setPort(int) - クラス org.seasar.cubby.tags.LinkTag のメソッド
出力する URL のポートを設定します。
setPort(int) - クラス org.seasar.cubby.util.LinkBuilder のメソッド
ホスト上のポート番号を設定します。
setProtocol(String) - クラス org.seasar.cubby.tags.FormTag のメソッド
出力する URL のプロトコルを設定します。
setProtocol(String) - クラス org.seasar.cubby.tags.LinkTag のメソッド
出力する URL のプロトコルを設定します。
setProtocol(String) - クラス org.seasar.cubby.util.LinkBuilder のメソッド
プロトコルを設定します。
setTag(String) - クラス org.seasar.cubby.tags.LinkTag のメソッド
出力するタグを設定します。
setTimePattern(String) - クラス org.seasar.cubby.controller.impl.DefaultFormatPattern のメソッド
時刻フォーマットパターンをセットします。
setTimestampPattern(String) - クラス org.seasar.cubby.controller.impl.DefaultFormatPattern のメソッド
日付時刻フォーマットパターンをセットします。
setToken(HttpSession, String) - クラス org.seasar.cubby.internal.util.TokenHelper の static メソッド
トークンをセッション中のトークン用の Map にセットします。
setType(String) - クラス org.seasar.cubby.tags.InputTag のメソッド
type 属性を設定します。
setValue(Object, Object) - インタフェース org.seasar.cubby.spi.beans.Attribute のメソッド
属性に値を設定します。
setValue(Object, Object) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.FieldAttribute のメソッド
属性に値を設定します。
setValue(Object, Object) - クラス org.seasar.cubby.spi.beans.impl.DefaultBeanDescProvider.PropertyAttribute のメソッド
属性に値を設定します。
setValue(Object) - クラス org.seasar.cubby.tags.FormTag のメソッド
フォームのバインディング対象のBeanをセットします。
setValue(Object) - クラス org.seasar.cubby.tags.InputTag のメソッド
value 属性を設定します。
setValue(String) - クラス org.seasar.cubby.tags.ParamTag のメソッド
値を設定します。
setValue(Object) - クラス org.seasar.cubby.tags.TextareaTag のメソッド
value 属性を設定します。
setValueProperty(String) - クラス org.seasar.cubby.tags.SelectTag のメソッド
items から <option>l 要素をの値を取得する時の名前を設定します。
ShortConverter - org.seasar.cubby.converter.impl の クラス
Shortへの変換を行うコンバータです。
ShortConverter() - クラス org.seasar.cubby.converter.impl.ShortConverter のコンストラクタ
 
size() - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
SqlDateConverter - org.seasar.cubby.converter.impl の クラス
Dateへの変換を行うコンバータです。
SqlDateConverter() - クラス org.seasar.cubby.converter.impl.SqlDateConverter のコンストラクタ
 
SqlTimeConverter - org.seasar.cubby.converter.impl の クラス
Timeへの変換を行うコンバータです。
SqlTimeConverter() - クラス org.seasar.cubby.converter.impl.SqlTimeConverter のコンストラクタ
 
SqlTimestampConverter - org.seasar.cubby.converter.impl の クラス
Timestampへの変換を行うコンバータです。
SqlTimestampConverter() - クラス org.seasar.cubby.converter.impl.SqlTimestampConverter のコンストラクタ
 
STATUS_CODE - クラス org.seasar.cubby.filter.SendErrorFilter の static 変数
応答の HTTP ステータスコードの初期パラメータ名。
StreamFileItemFactory - org.seasar.cubby.fileupload の クラス
Streaming API によってマルチパート要求を処理するための FileItemFactory の実装です。
StreamFileItemFactory() - クラス org.seasar.cubby.fileupload.StreamFileItemFactory のコンストラクタ
 
StringUtils - org.seasar.cubby.internal.util の クラス
文字列操作を行うためのユーティリティクラスです。
StringUtils() - クラス org.seasar.cubby.internal.util.StringUtils のコンストラクタ
 
subject() - クラス org.seasar.cubby.action.ActionContextProxy のメソッド
要求の属性から被代理オブジェクトを取得します。
subject() - クラス org.seasar.cubby.action.ActionErrorsProxy のメソッド
要求の属性から被代理オブジェクトを取得します。
subject() - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
要求の属性から被代理オブジェクトを取得します。
support(Class<? extends Provider>) - クラス org.seasar.cubby.plugin.AbstractPlugin のメソッド
プラグインがサポートするサービスを追加します。

T

TextareaTag - org.seasar.cubby.tags の クラス
<textarea> タグを出力します。
TextareaTag() - クラス org.seasar.cubby.tags.TextareaTag のコンストラクタ
 
THIS - 注釈型 org.seasar.cubby.action.Form の static 変数
アクションメソッド自身に要求パラメータがバインディングされることを表します
ThreadContext - org.seasar.cubby.internal.controller の クラス
実行スレッドのコンテキスト情報です。
toBoolean(String) - クラス org.seasar.cubby.converter.impl.BooleanConverter のメソッド
文字列をBooleanに変換して返します。
toCharacter(String) - クラス org.seasar.cubby.converter.impl.CharacterConverter のメソッド
文字列をCharacterに変換します。
toDate(String, String) - クラス org.seasar.cubby.converter.impl.AbstractDateConverter のメソッド
文字列をDateに変換して返します。
toInstance(S) - クラス org.seasar.cubby.plugins.BinderPlugin.Binder のメソッド
サービスを特定のインスタンスにバインドします。
toJson(Object) - インタフェース org.seasar.cubby.spi.JsonProvider のメソッド
指定されたオブジェクトを JSON 形式の文字列にシリアライズします。
TokenHelper - org.seasar.cubby.internal.util の クラス
2重サブミット防止処理のヘルパークラス
TokenHelper() - クラス org.seasar.cubby.internal.util.TokenHelper のコンストラクタ
 
TokenTag - org.seasar.cubby.tags の クラス
2重サブミット防止用の <input type="hidden"/> タグを出力するタグ。
TokenTag() - クラス org.seasar.cubby.tags.TokenTag のコンストラクタ
 
TokenValidator - org.seasar.cubby.validator.validators の クラス
2 重サブミットの検証をします。
TokenValidator() - クラス org.seasar.cubby.validator.validators.TokenValidator のコンストラクタ
コンストラクタ。
TokenValidator(String) - クラス org.seasar.cubby.validator.validators.TokenValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
toLink(HttpServletRequest) - クラス org.seasar.cubby.util.LinkBuilder のメソッド
このリンクの文字列表現を構築します。
toMap(ResourceBundle) - クラス org.seasar.cubby.controller.impl.DefaultMessagesBehaviour のメソッド
指定されたリソースバンドルを Map に変換します。
toMap(ResourceBundle) - インタフェース org.seasar.cubby.controller.MessagesBehaviour のメソッド
指定されたリソースバンドルを Map に変換します。
toMessage(String) - クラス org.seasar.cubby.action.MessageInfo のメソッド
メッセージ文字列に変換します。
toString() - クラス org.seasar.cubby.action.MessageInfo のメソッド
toString() - クラス org.seasar.cubby.controller.impl.DefaultFormatPattern のメソッド
このオブジェクトの文字列表現を取得します。
toString(Date, String) - クラス org.seasar.cubby.converter.impl.AbstractDateConverter のメソッド
指定された日付を文字列に変換します。
toString() - クラス org.seasar.cubby.internal.util.QueryStringBuilder のメソッド
パラメータ文字列を取得します。
toString() - クラス org.seasar.cubby.util.LinkBuilder のメソッド

U

URI_BYTES_ENCODING - クラス org.seasar.cubby.filter.EncodingFilter の static 変数
URI バイト列のエンコーディングのキー。
URI_ENCODING - クラス org.seasar.cubby.filter.EncodingFilter の static 変数
URI エンコーディングのキー。
url(Object) - クラス org.seasar.cubby.tags.CubbyFunctions の static メソッド
文字列を Base64 でエンコードします。
URLBodyEncoder - org.seasar.cubby.internal.util の クラス
URL ボディ部のエンコーダです。

V

validate(Map<String, Object[]>, Object, ActionErrors) - クラス org.seasar.cubby.validator.AbstractValidationRules のメソッド
すべてのフェーズに対する入力検証を実行します。
validate(ValidationPhase, Map<String, Object[]>, Object, ActionErrors) - クラス org.seasar.cubby.validator.AbstractValidationRules のメソッド
指定されたフェーズに対する入力検証を実行します。
validate(ValidationContext, Object[]) - インタフェース org.seasar.cubby.validator.ArrayFieldValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - インタフェース org.seasar.cubby.validator.ScalarFieldValidator のメソッド
指定された入力値を検証します。
validate(Map<String, Object[]>, Object, ActionErrors) - インタフェース org.seasar.cubby.validator.ValidationRules のメソッド
すべてのフェーズに対する入力検証を実行します。
validate(ValidationContext, Object[]) - クラス org.seasar.cubby.validator.validators.ArrayMaxSizeValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object[]) - クラス org.seasar.cubby.validator.validators.ArrayMinSizeValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.DateFormatValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.EmailValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.EqualsValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.FileRegexpValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.MaxLengthValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.NumberValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.RangeLengthValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.RangeValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.RegexpValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object) - クラス org.seasar.cubby.validator.validators.RequiredValidator のメソッド
指定された入力値を検証します。
validate(ValidationContext, Object[]) - クラス org.seasar.cubby.validator.validators.TokenValidator のメソッド
指定された入力値を検証します。
validateToken(HttpSession, String) - クラス org.seasar.cubby.internal.util.TokenHelper の static メソッド
パラメータ中のトークン文字列とセッション中のトークン文字列を検証します。
Validation - org.seasar.cubby.action の 注釈型
アクションメソッド実行前に入力検証を行うことを表します。
ValidationContext - org.seasar.cubby.validator の クラス
入力検証のコンテキスト。
ValidationContext() - クラス org.seasar.cubby.validator.ValidationContext のコンストラクタ
 
ValidationException - org.seasar.cubby.validator の 例外
入力検証に失敗した場合に後続の入力検証を実行しないようにするためにスローする例外です。
ValidationException(ValidationFailBehaviour) - 例外 org.seasar.cubby.validator.ValidationException のコンストラクタ
新規例外を構築します。
ValidationException() - 例外 org.seasar.cubby.validator.ValidationException のコンストラクタ
新規例外を構築します。
ValidationException(String, String...) - 例外 org.seasar.cubby.validator.ValidationException のコンストラクタ
新規例外を構築します。
ValidationException(ActionResult) - 例外 org.seasar.cubby.validator.ValidationException のコンストラクタ
新規例外を構築します。
ValidationFailBehaviour - org.seasar.cubby.validator の インタフェース
入力検証でエラーがあった場合の振る舞いです。
ValidationInvocation - org.seasar.cubby.plugin の インタフェース
バリデーションの実行情報です。
ValidationPhase - org.seasar.cubby.validator の クラス
入力検証を実行するフェーズを表します。
ValidationPhase() - クラス org.seasar.cubby.validator.ValidationPhase のコンストラクタ
 
ValidationRule - org.seasar.cubby.validator の インタフェース
入力検証のルールです。
ValidationRules - org.seasar.cubby.validator の インタフェース
アクションメソッドに対する入力検証のルールの集合です。
ValidationUtils - org.seasar.cubby.validator の クラス
バリデーションのユーティリティクラスです。
ValidationUtils() - クラス org.seasar.cubby.validator.ValidationUtils のコンストラクタ
 
Validator - org.seasar.cubby.validator の インタフェース
入力フォームに対する入力検証です。
valueOf(String) - 列挙 org.seasar.cubby.action.RequestMethod の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.cubby.action.RequestParameterBindingType の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
values() - クラス org.seasar.cubby.action.FlashMapProxy のメソッド
values() - 列挙 org.seasar.cubby.action.RequestMethod の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.cubby.action.RequestParameterBindingType の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。

W

WWW_FORM_URL - クラス org.seasar.cubby.internal.util.URLBodyEncoder の static 変数
BitSet of www-form-url safe characters.

X

xjson() - クラス org.seasar.cubby.action.Json のメソッド
JSON 文字列を応答ボディではなく X-JSON 応答ヘッダに設定することを指定します。

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

Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.