A B C D E F G I J M N O P Q R S T V _

A

AbstractFileItemConverter - org.seasar.cubby.dxo.converter.impl の クラス
 
AbstractFileItemConverter() - クラス org.seasar.cubby.dxo.converter.impl.AbstractFileItemConverter のコンストラクタ
 
Accept - org.seasar.cubby.action の 注釈タイプ
アクションメソッドが対応するHTTPのメソッド。
Action - org.seasar.cubby.action の クラス
アクションの基底クラスです。
Action() - クラス org.seasar.cubby.action.Action のコンストラクタ
 
ActionContext - org.seasar.cubby.controller の インタフェース
アクションメソッドの実行時のコンテキスト情報を保持するインターフェイス。
ActionContextImpl - org.seasar.cubby.controller.impl の クラス
 
ActionContextImpl() - クラス org.seasar.cubby.controller.impl.ActionContextImpl のコンストラクタ
 
ActionDef - org.seasar.cubby.controller の インタフェース
 
ActionDefImpl - org.seasar.cubby.controller.impl の クラス
 
ActionDefImpl(ComponentDef, Method) - クラス org.seasar.cubby.controller.impl.ActionDefImpl のコンストラクタ
 
ActionErrors - org.seasar.cubby.action の インタフェース
アクションで発生したエラーを保持するクラス。
ActionErrorsImpl - org.seasar.cubby.action.impl の クラス
アクションエラーの実装クラス
ActionErrorsImpl() - クラス org.seasar.cubby.action.impl.ActionErrorsImpl のコンストラクタ
 
ActionMethodCustomizer - org.seasar.cubby.customizer の クラス
コンポーネント定義アスペクト定義を 登録するコンポーネントカスタマイザです。
ActionMethodCustomizer() - クラス org.seasar.cubby.customizer.ActionMethodCustomizer のコンストラクタ
 
ActionMethodPointcutImpl - org.seasar.cubby.aop の クラス
アクションメソッドに適用される Pointcut
ActionMethodPointcutImpl(Class<?>) - クラス org.seasar.cubby.aop.ActionMethodPointcutImpl のコンストラクタ
ActionMethodPointcutImplを作成します。
ActionMethodPointcutImpl(String[]) - クラス org.seasar.cubby.aop.ActionMethodPointcutImpl のコンストラクタ
ActionMethodPointcutImplを作成します。
ActionProcessor - org.seasar.cubby.controller の インタフェース
リクエストのパスを元にアクションメソッドを決定して実行するクラスです。
ActionProcessorImpl - org.seasar.cubby.controller.impl の クラス
 
ActionProcessorImpl() - クラス org.seasar.cubby.controller.impl.ActionProcessorImpl のコンストラクタ
 
ActionResult - org.seasar.cubby.action の インタフェース
アクションメソッド実行後の処理を表す結果オブジェクトのインターフェイス
ActionRuntimeException - org.seasar.cubby.exception の 例外
 
ActionRuntimeException(String, Object[], Throwable) - 例外 org.seasar.cubby.exception.ActionRuntimeException のコンストラクタ
 
ActionRuntimeException(String, Object[]) - 例外 org.seasar.cubby.exception.ActionRuntimeException のコンストラクタ
 
ActionRuntimeException(String) - 例外 org.seasar.cubby.exception.ActionRuntimeException のコンストラクタ
 
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.impl.ActionErrorsImpl のメソッド
エラーメッセージを追加します。
add(String, String...) - クラス org.seasar.cubby.action.impl.ActionErrorsImpl のメソッド
エラーメッセージを追加します。
add(String, FieldInfo...) - クラス org.seasar.cubby.action.impl.ActionErrorsImpl のメソッド
エラーメッセージを追加します。
add(String, Class<? extends Action>, String, RequestMethod...) - クラス org.seasar.cubby.convention.impl.PathResolverImpl のメソッド
 
add(ValidationRule) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
入力検証ルールを追加します。
add(String, Validator...) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
入力検証ルールを追加します。
add(String, String, Validator...) - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
項目名のメッセージキーを指定して入力検証ルールを追加します。
addConverterContainerPath(String) - クラス org.seasar.cubby.dxo.impl.RequestParameterConverterFactoryImpl のメソッド
 
addMessageInfo(MessageInfo) - クラス org.seasar.cubby.validator.ValidationContext のメソッド
メッセージ情報を追加します。
addParam(String, Object) - クラス org.seasar.cubby.util.QueryStringBuilder のメソッド
パラメータを追加します。
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.validator.MessageInfo.MessageBuilder の変数
 
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 のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
assertPathEquals(Class<? extends ActionResult>, String, ActionResult) - クラス org.seasar.cubby.unit.CubbyTestCase の static メソッド
ActionResultの型とパスをチェックします。
ATTR_ACTION - クラス org.seasar.cubby.CubbyConstants の static 変数
アクションオブジェクトのリクエストの属性中の名前
ATTR_ACTION_CLASS_NAME - クラス org.seasar.cubby.CubbyConstants の static 変数
TODO
ATTR_CONTEXT_PATH - クラス org.seasar.cubby.CubbyConstants の static 変数
コンテキストパスのリクエストの属性中の名前
ATTR_MESSAGES - クラス org.seasar.cubby.CubbyConstants の static 変数
メッセージリソースをMapに変換したオブジェクトのリクエストの属性中の名前
ATTR_METHOD_NAME - クラス org.seasar.cubby.CubbyConstants の static 変数
TODO
ATTR_OUTPUT_VALUES - クラス org.seasar.cubby.CubbyConstants の static 変数
TODO
ATTR_PARAMS - クラス org.seasar.cubby.CubbyConstants の static 変数
パラメータオブジェクトのリクエストの属性中の名前
ATTR_TOKEN - クラス org.seasar.cubby.CubbyConstants の static 変数
TODO
ATTR_VALIDATION_FAIL - クラス org.seasar.cubby.CubbyConstants の static 変数
バリデーションエラーを表すオブジェクトのリクエストの属性中の名前

B

builder() - クラス org.seasar.cubby.validator.MessageInfo のメソッド
 
ByteArrayConverter - org.seasar.cubby.dxo.converter.impl の クラス
 
ByteArrayConverter() - クラス org.seasar.cubby.dxo.converter.impl.ByteArrayConverter のコンストラクタ
 

C

clear() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
エラーをクリアします。
clear() - クラス org.seasar.cubby.action.impl.ActionErrorsImpl のメソッド
エラーをクリアします。
contains(Object, Object) - クラス org.seasar.cubby.util.CubbyFunctions の static メソッド
 
containsKey(Map<?, ?>, Object) - クラス org.seasar.cubby.util.CubbyFunctions の static メソッド
 
containsValue(Map<?, ?>, Object) - クラス org.seasar.cubby.util.CubbyFunctions の static メソッド
 
convert(Object, Class, ConversionContext) - クラス org.seasar.cubby.dxo.converter.impl.AbstractFileItemConverter のメソッド
 
convert(FileItem) - クラス org.seasar.cubby.dxo.converter.impl.AbstractFileItemConverter のメソッド
 
convert(FileItem) - クラス org.seasar.cubby.dxo.converter.impl.ByteArrayConverter のメソッド
 
convert(FileItem) - クラス org.seasar.cubby.dxo.converter.impl.FileItemConverter のメソッド
 
convert(FileItem) - クラス org.seasar.cubby.dxo.converter.impl.InputStreamConverter のメソッド
 
convert(Map<String, Object[]>, Object) - インタフェース org.seasar.cubby.dxo.FormDxo のメソッド
リクエストパラメータを格納した Map からアクションのフォームオブジェクトへ値をマッピングします。
convert(Object, Map<String, String[]>) - インタフェース org.seasar.cubby.dxo.FormDxo のメソッド
アクションのフォームオブジェクトから<form>カスタムタグで使用する Map へ値をマッピングします。
convert(Map<String, Object[]>, Object) - クラス org.seasar.cubby.dxo.impl.FormDxoImpl のメソッド
 
convert(Object, Map<String, String[]>) - クラス org.seasar.cubby.dxo.impl.FormDxoImpl のメソッド
 
createBeanToStringArrayMapDxoCommand(Class, Method) - クラス org.seasar.cubby.dxo.impl.FormDxoImpl のメソッド
 
createMessageInfo(Object...) - クラス org.seasar.cubby.validator.MessageHelper のメソッド
メッセージのキーを元に、メッセージ情報を作成して取得します。
createObjectArrayMapToBeanDxoCommand(Class, Method) - クラス org.seasar.cubby.dxo.impl.FormDxoImpl のメソッド
 
createPointcut() - クラス org.seasar.cubby.customizer.ActionMethodCustomizer のメソッド
ポイントカットを作成して返します。
CubbyConfiguration - org.seasar.cubby.controller の インタフェース
 
CubbyConfigurationImpl - org.seasar.cubby.controller.impl の クラス
 
CubbyConfigurationImpl(S2Container) - クラス org.seasar.cubby.controller.impl.CubbyConfigurationImpl のコンストラクタ
 
CubbyConstants - org.seasar.cubby の クラス
Cubbyフレームワークで使用する定数クラスです。
CubbyConstants() - クラス org.seasar.cubby.CubbyConstants のコンストラクタ
 
CubbyConvention - org.seasar.cubby.convention の インタフェース
 
CubbyConventionImpl - org.seasar.cubby.convention.impl の クラス
 
CubbyConventionImpl() - クラス org.seasar.cubby.convention.impl.CubbyConventionImpl のコンストラクタ
 
CubbyFilter - org.seasar.cubby.filter の クラス
Cubby用のフィルター。
CubbyFilter() - クラス org.seasar.cubby.filter.CubbyFilter のコンストラクタ
 
CubbyFunctions - org.seasar.cubby.util の クラス
 
CubbyFunctions() - クラス org.seasar.cubby.util.CubbyFunctions のコンストラクタ
 
CubbyHttpServletRequestWrapper - org.seasar.cubby.filter の クラス
 
CubbyHttpServletRequestWrapper(HttpServletRequest, ActionContext) - クラス org.seasar.cubby.filter.CubbyHttpServletRequestWrapper のコンストラクタ
 
CubbyTestCase - org.seasar.cubby.unit の クラス
CubbyのActionクラスの単体テスト用のクラスです。
CubbyTestCase() - クラス org.seasar.cubby.unit.CubbyTestCase のコンストラクタ
 
CubbyUtils - org.seasar.cubby.util の クラス
 
CubbyUtils() - クラス org.seasar.cubby.util.CubbyUtils のコンストラクタ
 

D

dateFormat(Object, String) - クラス org.seasar.cubby.util.CubbyFunctions の static メソッド
 
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_TOKEN_NAME - クラス org.seasar.cubby.util.TokenHelper の static 変数
デフォルトのトークン用パラメータ名
DefaultRequestParserImpl - org.seasar.cubby.controller.impl の クラス
 
DefaultRequestParserImpl() - クラス org.seasar.cubby.controller.impl.DefaultRequestParserImpl のコンストラクタ
 
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.RequestRoutingFilter のメソッド
 
Direct - org.seasar.cubby.action の クラス
アクションメソッドから直接レスポンスを返すことを示す ActionResult です。
Direct() - クラス org.seasar.cubby.action.Direct のコンストラクタ
インスタンスを生成します。
dispose() - クラス org.seasar.cubby.convention.impl.PathResolverImpl のメソッド
 
dispose() - クラス org.seasar.cubby.dxo.impl.RequestParameterConverterFactoryImpl のメソッド
 
doEndTag() - クラス org.seasar.cubby.tags.FormTag のメソッド
終了タグ
doFilter(ServletRequest, ServletResponse, FilterChain) - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
フィルター処理。
doFilter(ServletRequest, ServletResponse, FilterChain) - クラス org.seasar.cubby.filter.RequestRoutingFilter のメソッド
 
doStartTag() - クラス org.seasar.cubby.tags.FormTag のメソッド
開始タグ
doTag() - クラス org.seasar.cubby.tags.InputTag のメソッド
 
doTag() - クラス org.seasar.cubby.tags.SelectTag のメソッド
タグの処理
doTag() - クラス org.seasar.cubby.tags.TextareaTag のメソッド
タグの処理
doTag() - クラス org.seasar.cubby.tags.TokenTag のメソッド
 
DownloadRuntimeException - org.seasar.cubby.exception の 例外
 
DownloadRuntimeException(String, Object[], Throwable) - 例外 org.seasar.cubby.exception.DownloadRuntimeException のコンストラクタ
 
DownloadRuntimeException(String, Object[]) - 例外 org.seasar.cubby.exception.DownloadRuntimeException のコンストラクタ
 
DownloadRuntimeException(String) - 例外 org.seasar.cubby.exception.DownloadRuntimeException のコンストラクタ
 
DynamicAttributesTagSupport - org.seasar.cubby.tags の クラス
DynamicAttributesをフィールドに持つタグの基底クラスです。
DynamicAttributesTagSupport() - クラス org.seasar.cubby.tags.DynamicAttributesTagSupport のコンストラクタ
 

E

EmailValidator - org.seasar.cubby.validator.validators の クラス
Eメールアドレスに対する検証を行います。
EmailValidator() - クラス org.seasar.cubby.validator.validators.EmailValidator のコンストラクタ
コンストラクタ
EmailValidator(String) - クラス org.seasar.cubby.validator.validators.EmailValidator のコンストラクタ
メッセージキーを指定するコンストラクタ
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 の変数
アクションエラーオブジェクト。
escapeHtml(Object) - クラス org.seasar.cubby.util.CubbyFunctions の 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.Redirect のメソッド
 

F

FieldInfo - org.seasar.cubby.action の クラス
 
FieldInfo(String) - クラス org.seasar.cubby.action.FieldInfo のコンストラクタ
 
FieldInfo(String, Integer) - クラス org.seasar.cubby.action.FieldInfo のコンストラクタ
 
fieldNameKey(String) - クラス org.seasar.cubby.validator.MessageInfo.MessageBuilder のメソッド
 
FieldValidationRule - org.seasar.cubby.validator の クラス
 
FieldValidationRule(String, Validator...) - クラス org.seasar.cubby.validator.FieldValidationRule のコンストラクタ
 
FieldValidationRule(String, String, Validator...) - クラス org.seasar.cubby.validator.FieldValidationRule のコンストラクタ
 
FileItemConverter - org.seasar.cubby.dxo.converter.impl の クラス
 
FileItemConverter() - クラス org.seasar.cubby.dxo.converter.impl.FileItemConverter のコンストラクタ
 
FileRegexpValidator - org.seasar.cubby.validator.validators の クラス
ファイルアップロードのファイル名が指定された正規表現にマッチするか検証します。
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 のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
FileUploadRuntimeException - org.seasar.cubby.exception の 例外
 
FileUploadRuntimeException(FileUploadException) - 例外 org.seasar.cubby.exception.FileUploadRuntimeException のコンストラクタ
 
flash - クラス org.seasar.cubby.action.Action の変数
揮発性メッセージ。
Form - org.seasar.cubby.action の 注釈タイプ
リクエストパラメータがバインディングされるオブジェクトを指定します。
FormatPattern - org.seasar.cubby.action の インタフェース
日付や時刻のフォーマットパターンを保持するクラスです。
FormatPatternImpl - org.seasar.cubby.action.impl の クラス
日付や時刻のフォーマットパターンを保持するクラスの実装です。
FormatPatternImpl() - クラス org.seasar.cubby.action.impl.FormatPatternImpl のコンストラクタ
 
FormDxo - org.seasar.cubby.dxo の インタフェース
フォームオブジェクトと Map の変換。
FormDxoImpl - org.seasar.cubby.dxo.impl の クラス
 
FormDxoImpl() - クラス org.seasar.cubby.dxo.impl.FormDxoImpl のコンストラクタ
 
FormTag - org.seasar.cubby.tags の クラス
フォームを出力するタグライブラリ。
FormTag() - クラス org.seasar.cubby.tags.FormTag のコンストラクタ
 
Forward - org.seasar.cubby.action の クラス
指定されたパスにフォワードする ActionResult です。
Forward(String) - クラス org.seasar.cubby.action.Forward のコンストラクタ
インスタンスを生成します。
ForwardInfo - org.seasar.cubby.convention の インタフェース
 
fromPathToActionDef(HttpServletRequest) - インタフェース org.seasar.cubby.convention.CubbyConvention のメソッド
 
fromPathToActionDef(HttpServletRequest) - クラス org.seasar.cubby.convention.impl.CubbyConventionImpl のメソッド
 

G

generateGUID() - クラス org.seasar.cubby.util.TokenHelper の static メソッド
ユニークなトークンを生成します。
getAcceptableRequestMethods(Class<?>, Method) - クラス org.seasar.cubby.util.CubbyUtils の static メソッド
 
getAction() - インタフェース org.seasar.cubby.controller.ActionContext のメソッド
 
getAction() - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 
getActionClassName() - インタフェース org.seasar.cubby.convention.ForwardInfo のメソッド
 
getActionClassName(Class<?>) - クラス org.seasar.cubby.util.CubbyUtils の static メソッド
 
getActionUrl(Class<?>, Method) - クラス org.seasar.cubby.util.CubbyUtils の static メソッド
 
getAll() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
アクションで発生した全てのエラーの一覧を取得します。
getAll() - クラス org.seasar.cubby.action.impl.ActionErrorsImpl のメソッド
アクションで発生した全てのエラーの一覧を取得します。
getAnnotationReader() - クラス org.seasar.cubby.dxo.impl.RequestParameterAnnotationReaderFactoryWrapper のメソッド
 
getArguments() - クラス org.seasar.cubby.validator.MessageInfo のメソッド
 
getAttribute(String) - クラス org.seasar.cubby.filter.CubbyHttpServletRequestWrapper のメソッド
 
getAttributeNames() - クラス org.seasar.cubby.filter.CubbyHttpServletRequestWrapper のメソッド
 
getBean() - クラス org.seasar.cubby.action.Json のメソッド
JSON 形式に変換する JavaBeanを取得します。
getCallback() - クラス org.seasar.cubby.action.Json のメソッド
コールバック関数名を取得します。
getComponentDef() - インタフェース org.seasar.cubby.controller.ActionContext のメソッド
 
getComponentDef() - インタフェース org.seasar.cubby.controller.ActionDef のメソッド
 
getComponentDef() - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 
getComponentDef() - クラス org.seasar.cubby.controller.impl.ActionDefImpl のメソッド
 
getConfiguration() - クラス org.seasar.cubby.controller.ThreadContext の static メソッド
 
getConverter(Class, Class) - クラス org.seasar.cubby.dxo.impl.RequestParameterConverterFactoryImpl のメソッド
 
getDateFormat() - インタフェース org.seasar.cubby.action.FormatPattern のメソッド
日付フォーマットを取得します。
getDateFormat() - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
日付フォーマットを取得します。
getDatePattern() - インタフェース org.seasar.cubby.action.FormatPattern のメソッド
日付フォーマットパターンを取得します。
getDatePattern() - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
日付フォーマットパターンを取得します。
getDestClass() - クラス org.seasar.cubby.dxo.converter.impl.ByteArrayConverter のメソッド
 
getDestClass() - クラス org.seasar.cubby.dxo.converter.impl.FileItemConverter のメソッド
 
getDestClass() - クラス org.seasar.cubby.dxo.converter.impl.InputStreamConverter のメソッド
 
getDynamicAttribute() - クラス org.seasar.cubby.tags.DynamicAttributesTagSupport のメソッド
DynamicAttributesを取得します。
getDynamicAttribute() - クラス org.seasar.cubby.tags.FormTag のメソッド
DynamicAttributeを取得します。
getErrors() - クラス org.seasar.cubby.action.Action のメソッド
アクションエラーオブジェクトを取得します。
getFieldName() - クラス org.seasar.cubby.validator.FieldValidationRule のメソッド
 
getFieldNameKey() - クラス org.seasar.cubby.validator.FieldValidationRule のメソッド
 
getFields() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
フィールドで発生したエラーの一覧を取得します。
getFields() - クラス org.seasar.cubby.action.impl.ActionErrorsImpl のメソッド
フィールドで発生したエラーの一覧を取得します。
getFlash() - クラス org.seasar.cubby.action.Action のメソッド
揮発性メッセージを取得します。
getFormatPattern() - インタフェース org.seasar.cubby.controller.CubbyConfiguration のメソッド
 
getFormatPattern() - クラス org.seasar.cubby.controller.impl.CubbyConfigurationImpl のメソッド
 
getFormBean() - インタフェース org.seasar.cubby.controller.ActionContext のメソッド
 
getFormBean() - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 
getFormDxo() - インタフェース org.seasar.cubby.controller.ActionContext のメソッド
 
getFormDxo() - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 
getForwardInfo(String) - クラス org.seasar.cubby.convention.impl.PathResolverImpl のメソッド
 
getForwardInfo(String) - インタフェース org.seasar.cubby.convention.PathResolver のメソッド
指定されたパスからフォワードするための情報を抽出します。
getForwardPath() - インタフェース org.seasar.cubby.convention.ForwardInfo のメソッド
 
getIndex() - クラス org.seasar.cubby.action.FieldInfo のメソッド
 
getIndexedFields() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
インデックス付きフィールドで発生したエラーの一覧を取得します。
getIndexedFields() - クラス org.seasar.cubby.action.impl.ActionErrorsImpl のメソッド
インデックス付きフィールドで発生したエラーの一覧を取得します。
getItems() - クラス org.seasar.cubby.tags.SelectTag のメソッド
 
getKey() - クラス org.seasar.cubby.validator.MessageInfo のメソッド
 
getMessageInfos() - クラス org.seasar.cubby.validator.ValidationContext のメソッド
 
getMessagesMap() - クラス org.seasar.cubby.controller.ThreadContext の static メソッド
 
getMessagesResourceBundle() - クラス org.seasar.cubby.controller.ThreadContext の static メソッド
 
getMethod() - インタフェース org.seasar.cubby.controller.ActionContext のメソッド
 
getMethod() - インタフェース org.seasar.cubby.controller.ActionDef のメソッド
 
getMethod() - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 
getMethod() - クラス org.seasar.cubby.controller.impl.ActionDefImpl のメソッド
 
getMethodName() - インタフェース org.seasar.cubby.convention.ForwardInfo のメソッド
 
getMethodNames() - クラス org.seasar.cubby.aop.ActionMethodPointcutImpl のメソッド
対象になったメソッド名の配列を返します。
getName() - クラス org.seasar.cubby.action.FieldInfo のメソッド
 
getObjectSize(Object) - クラス org.seasar.cubby.util.CubbyUtils の static メソッド
 
getOthers() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
フィールド以外で発生したエラーの一覧を取得します。
getOthers() - クラス org.seasar.cubby.action.impl.ActionErrorsImpl のメソッド
フィールド以外で発生したエラーの一覧を取得します。
getPageContext() - クラス org.seasar.cubby.tags.DynamicAttributesTagSupport のメソッド
PageContextを取得します。
getParameterMap(HttpServletRequest) - クラス org.seasar.cubby.controller.impl.DefaultRequestParserImpl のメソッド
 
getParameterMap(HttpServletRequest) - クラス org.seasar.cubby.controller.impl.MultipartRequestParserImpl のメソッド
 
getParameterMap(HttpServletRequest) - インタフェース org.seasar.cubby.controller.RequestParser のメソッド
 
getPath() - クラス org.seasar.cubby.action.Forward のメソッド
パスを取得します。
getPath() - クラス org.seasar.cubby.action.Redirect のメソッド
パスを取得します。
getPath(HttpServletRequest) - クラス org.seasar.cubby.util.CubbyUtils の static メソッド
 
getRequest() - クラス org.seasar.cubby.controller.ThreadContext の static メソッド
 
getRequest() - クラス org.seasar.cubby.tags.DynamicAttributesTagSupport のメソッド
HttpServletRequestを取得します。
getRequestParser() - インタフェース org.seasar.cubby.controller.CubbyConfiguration のメソッド
 
getRequestParser() - クラス org.seasar.cubby.controller.impl.CubbyConfigurationImpl のメソッド
 
getRules() - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
入力検証ルールを取得します。
getRules() - インタフェース org.seasar.cubby.validator.ValidationRules のメソッド
入力検証の定義を取得します。
getSourceClasses() - クラス org.seasar.cubby.dxo.converter.impl.AbstractFileItemConverter のメソッド
 
getText(ResourceBundle, String, Object...) - クラス org.seasar.cubby.util.Messages の static メソッド
指定されたメッセージリソースから指定されたキーの値を取得し、置換処理を行ったメッセージを取得します。
getText(String, Object...) - クラス org.seasar.cubby.util.Messages の static メソッド
メッセージリソース(messages.properties)から指定されたキーの値を取得し、置換処理を行ったメッセージを取得します。
getTimeFormat() - インタフェース org.seasar.cubby.action.FormatPattern のメソッド
時刻フォーマットを取得します。
getTimeFormat() - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
時刻フォーマットを取得します。
getTimePattern() - インタフェース org.seasar.cubby.action.FormatPattern のメソッド
時刻フォーマットパターンを取得します。
getTimePattern() - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
時刻フォーマットパターンを取得します。
getTimestampFormat() - インタフェース org.seasar.cubby.action.FormatPattern のメソッド
日付時刻フォーマットを取得します。
getTimestampFormat() - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
日付時刻フォーマットを取得します。
getTimestampPattern() - インタフェース org.seasar.cubby.action.FormatPattern のメソッド
日付時刻フォーマットパターンを取得します。
getTimestampPattern() - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
日付時刻フォーマットパターンを取得します。
getTokenMap(HttpSession) - クラス org.seasar.cubby.util.TokenHelper の static メソッド
トークン用のマップをセッションから取得します。
getValidation() - インタフェース org.seasar.cubby.controller.ActionContext のメソッド
 
getValidation() - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 

I

init(FilterConfig) - クラス org.seasar.cubby.filter.CubbyFilter のメソッド
初期化処理。
init(FilterConfig) - クラス org.seasar.cubby.filter.RequestRoutingFilter のメソッド
 
initialize() - クラス org.seasar.cubby.action.Action のメソッド
Actionの実行前に呼ばれます。
initialize(ActionDef) - インタフェース org.seasar.cubby.controller.ActionContext のメソッド
 
initialize(ActionDef) - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 
initialize() - クラス org.seasar.cubby.convention.impl.PathResolverImpl のメソッド
 
initialize() - クラス org.seasar.cubby.dxo.impl.FormDxoImpl のメソッド
 
initialize() - クラス org.seasar.cubby.dxo.impl.RequestParameterConverterFactoryImpl のメソッド
 
initialize() - クラス org.seasar.cubby.validator.DefaultValidationRules のメソッド
初期化メソッド。
InitializeInterceptor - org.seasar.cubby.interceptor の クラス
コントローラの初期化や実行結果のrequest/sessionへの反映などを行うインターセプタです。
InitializeInterceptor() - クラス org.seasar.cubby.interceptor.InitializeInterceptor のコンストラクタ
 
InputStreamConverter - org.seasar.cubby.dxo.converter.impl の クラス
 
InputStreamConverter() - クラス org.seasar.cubby.dxo.converter.impl.InputStreamConverter のコンストラクタ
 
InputTag - org.seasar.cubby.tags の クラス
inputを出力するタグ。
InputTag() - クラス org.seasar.cubby.tags.InputTag のコンストラクタ
 
invoke() - インタフェース org.seasar.cubby.controller.ActionContext のメソッド
 
invoke() - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 
invoke(MethodInvocation) - クラス org.seasar.cubby.interceptor.InitializeInterceptor のメソッド
 
invoke(MethodInvocation) - クラス org.seasar.cubby.interceptor.ValidationInterceptor のメソッド
 
isActionClass(Class<?>) - クラス org.seasar.cubby.util.CubbyUtils の static メソッド
 
isActionMethod(Method) - クラス org.seasar.cubby.util.CubbyUtils の static メソッド
 
isApplied(Method) - クラス org.seasar.cubby.aop.ActionMethodPointcutImpl のメソッド
 
isEmpty() - インタフェース org.seasar.cubby.action.ActionErrors のメソッド
エラーが存在しないかどうかを判定します。
isEmpty() - クラス org.seasar.cubby.action.impl.ActionErrorsImpl のメソッド
エラーが存在しないかどうかを判定します。
isInitialized() - インタフェース org.seasar.cubby.controller.ActionContext のメソッド
 
isInitialized() - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 

J

join(Iterator<?>, char) - クラス org.seasar.cubby.util.CubbyUtils の static メソッド
 
Json - org.seasar.cubby.action の クラス
JSON 形式のレスポンスを返す ActionResult です。
Json(Object) - クラス org.seasar.cubby.action.Json のコンストラクタ
JSON 形式でレスポンスを返すインスタンスを生成します。
Json(Object, String) - クラス org.seasar.cubby.action.Json のコンストラクタ
JSONP 形式でレスポンスを返すインスタンスを生成します。

M

MaxLengthValidator - org.seasar.cubby.validator.validators の クラス
最大文字数を検証します。
MaxLengthValidator(int) - クラス org.seasar.cubby.validator.validators.MaxLengthValidator のコンストラクタ
コンストラクタ
MaxLengthValidator(int, String) - クラス org.seasar.cubby.validator.validators.MaxLengthValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
MessageHelper - org.seasar.cubby.validator の クラス
 
MessageHelper(String) - クラス org.seasar.cubby.validator.MessageHelper のコンストラクタ
初期化します。
MessageInfo - org.seasar.cubby.validator の クラス
 
MessageInfo() - クラス org.seasar.cubby.validator.MessageInfo のコンストラクタ
 
MessageInfo.MessageBuilder - org.seasar.cubby.validator の クラス
 
Messages - org.seasar.cubby.util の クラス
メッセージリソースを取得するユーティリティクラスです。
Messages() - クラス org.seasar.cubby.util.Messages のコンストラクタ
 
MultipartRequestParserImpl - org.seasar.cubby.controller.impl の クラス
 
MultipartRequestParserImpl(S2Container) - クラス org.seasar.cubby.controller.impl.MultipartRequestParserImpl のコンストラクタ
 

N

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.util.CubbyFunctions の static メソッド
 
org.seasar.cubby - パッケージ org.seasar.cubby
共通の定数名など提供します。
org.seasar.cubby.action - パッケージ org.seasar.cubby.action
アプリケーション開発者が使用するビューコントローラー部分を提供します。
org.seasar.cubby.action.impl - パッケージ org.seasar.cubby.action.impl
アプリケーション開発者が使用するビューコントローラー部分の実装を提供します。
org.seasar.cubby.aop - パッケージ org.seasar.cubby.aop
AOPに関する機能を提供します。
org.seasar.cubby.controller - パッケージ org.seasar.cubby.controller
Cubbyフレームワークが使用するビューコントローラに関する機能を提供します。
org.seasar.cubby.controller.impl - パッケージ org.seasar.cubby.controller.impl
Cubbyフレームワークが使用するビューコントローラに関する機能の実装を提供します。
org.seasar.cubby.convention - パッケージ org.seasar.cubby.convention
Seasar2の命名規約のCubby向け機能を提供します。
org.seasar.cubby.convention.impl - パッケージ org.seasar.cubby.convention.impl
Seasar2の命名規約のCubby向け機能の実装を提供します。
org.seasar.cubby.customizer - パッケージ org.seasar.cubby.customizer
Sesaar2のコンポーネント定義をカスタマイズするコンポーネントカスタマイザのCubby向け実装クラスを提供します。
org.seasar.cubby.dxo - パッケージ org.seasar.cubby.dxo
Sesaar2のDxo(JavaBeans同士やJavaBeansとMapの相互変換機能)のCubby向け機能を提供します。
org.seasar.cubby.dxo.converter.impl - パッケージ org.seasar.cubby.dxo.converter.impl
 
org.seasar.cubby.dxo.impl - パッケージ org.seasar.cubby.dxo.impl
Sesaar2のDxo(JavaBeans同士やJavaBeansとMapの相互変換機能)のCubby向け機能の実装を提供します。
org.seasar.cubby.exception - パッケージ org.seasar.cubby.exception
例外に関する機能を提供します。
org.seasar.cubby.filter - パッケージ org.seasar.cubby.filter
ServletFilterに関する機能を提供します。
org.seasar.cubby.interceptor - パッケージ org.seasar.cubby.interceptor
Cubbyフレームワーク内で使用するインターセプターを提供します。
org.seasar.cubby.tags - パッケージ org.seasar.cubby.tags
JSPカスタムタグを提供します。
org.seasar.cubby.unit - パッケージ org.seasar.cubby.unit
Cubbyの単体テストをサポートするクラスを提供します。
org.seasar.cubby.util - パッケージ org.seasar.cubby.util
各種ユーティリティを提供します。
org.seasar.cubby.validator - パッケージ org.seasar.cubby.validator
入力検証に関する機能を提供します。
org.seasar.cubby.validator.impl - パッケージ org.seasar.cubby.validator.impl
入力検証に関する機能の実装を提供します。
org.seasar.cubby.validator.validators - パッケージ org.seasar.cubby.validator.validators
Cubbyで定義済みのバリデーションクラスを提供します。
out(Object) - クラス org.seasar.cubby.util.CubbyFunctions の static メソッド
 

P

Path - org.seasar.cubby.action の 注釈タイプ
アクションメソッドのパス。
PathResolver - org.seasar.cubby.convention の インタフェース
RequestRoutingFilter がフォワードするための情報を抽出するクラス。
PathResolverImpl - org.seasar.cubby.convention.impl の クラス
クラスパスから Action を検索し、そのメソッドに指定された Path の情報によって、リクエストされたパスをどのメソッドに振り分けるかを決定します。
PathResolverImpl() - クラス org.seasar.cubby.convention.impl.PathResolverImpl のコンストラクタ
 
postrender() - クラス org.seasar.cubby.action.Action のメソッド
フォワードの直後で呼ばれます。
prerender() - クラス org.seasar.cubby.action.Action のメソッド
フォーワードの直前で呼ばれます。
prerender(ActionContext) - インタフェース org.seasar.cubby.action.ActionResult のメソッド
フォワード直前の処理を実行します。
prerender(ActionContext) - クラス org.seasar.cubby.action.Forward のメソッド
フォワード前の処理を行います。
process(HttpServletRequest, HttpServletResponse, FilterChain) - インタフェース org.seasar.cubby.controller.ActionProcessor のメソッド
リクエストのパスを元にアクションメソッドを決定して実行します。
process(HttpServletRequest, HttpServletResponse, FilterChain) - クラス org.seasar.cubby.controller.impl.ActionProcessorImpl のメソッド
 
process(ActionErrors, Map<String, Object[]>, Object, ValidationRules) - クラス org.seasar.cubby.validator.impl.ValidationProcessorImpl のメソッド
 
process(ActionErrors, Map<String, Object[]>, Object, ValidationRules) - インタフェース org.seasar.cubby.validator.ValidationProcessor のメソッド
 
processAction(String) - クラス org.seasar.cubby.unit.CubbyTestCase のメソッド
アクションメソッドを実行します。

Q

QueryStringBuilder - org.seasar.cubby.util の クラス
パラメータ文字列を作成します。
QueryStringBuilder() - クラス org.seasar.cubby.util.QueryStringBuilder のコンストラクタ
 

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 のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
Redirect - org.seasar.cubby.action の クラス
指定されたパスにリダイレクトする ActionResult です。
Redirect(String) - クラス org.seasar.cubby.action.Redirect のコンストラクタ
インスタンスを生成します。
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 のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
remove() - クラス org.seasar.cubby.controller.ThreadContext の static メソッド
 
RequestMethod - org.seasar.cubby.action の 列挙型
アクションメソッドを起動する対象となる HTTP メソッド。
RequestParameterAnnotationReaderFactoryWrapper - org.seasar.cubby.dxo.impl の クラス
 
RequestParameterAnnotationReaderFactoryWrapper() - クラス org.seasar.cubby.dxo.impl.RequestParameterAnnotationReaderFactoryWrapper のコンストラクタ
 
RequestParameterConverterFactoryImpl - org.seasar.cubby.dxo.impl の クラス
 
RequestParameterConverterFactoryImpl() - クラス org.seasar.cubby.dxo.impl.RequestParameterConverterFactoryImpl のコンストラクタ
 
RequestParser - org.seasar.cubby.controller の インタフェース
 
RequestRoutingFilter - org.seasar.cubby.filter の クラス
リクエストされたURLを適切なアクションに振り分けるフィルタ。
RequestRoutingFilter() - クラス org.seasar.cubby.filter.RequestRoutingFilter のコンストラクタ
 
RequestRoutingFilter.Router - org.seasar.cubby.filter の クラス
 
RequestRoutingFilter.Router() - クラス org.seasar.cubby.filter.RequestRoutingFilter.Router のコンストラクタ
 
RequiredValidator - org.seasar.cubby.validator.validators の クラス
必須検証します。
RequiredValidator() - クラス org.seasar.cubby.validator.validators.RequiredValidator のコンストラクタ
コンストラクタ
RequiredValidator(String) - クラス org.seasar.cubby.validator.validators.RequiredValidator のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
RES_MESSAGES - クラス org.seasar.cubby.CubbyConstants の static 変数
Cubbyのデフォルトメッセージリソースの名前
routing(HttpServletRequest, HttpServletResponse) - クラス org.seasar.cubby.filter.RequestRoutingFilter.Router のメソッド
 
routing(HttpServletRequest, HttpServletResponse, List<Pattern>) - クラス org.seasar.cubby.filter.RequestRoutingFilter.Router のメソッド
 
routing(String) - クラス org.seasar.cubby.unit.CubbyTestCase のメソッド
CubbyFilterで行っているルーティングをエミュレートして、内部フォワードパスをリクエストにセットします。
rules - クラス org.seasar.cubby.validator.DefaultValidationRules の変数
入力検証ルールのリスト

S

ScalarFieldValidator - org.seasar.cubby.validator の インタフェース
 
SelectTag - org.seasar.cubby.tags の クラス
selectを出力するタグ
SelectTag() - クラス org.seasar.cubby.tags.SelectTag のコンストラクタ
 
setActionContext(ActionContext) - クラス org.seasar.cubby.controller.impl.ActionProcessorImpl のメソッド
 
setActionContext(ActionContext) - クラス org.seasar.cubby.interceptor.InitializeInterceptor のメソッド
 
setActionContext(ActionContext) - クラス org.seasar.cubby.interceptor.ValidationInterceptor のメソッド
 
setAnnotationReaderFactory(AnnotationReaderFactory) - クラス org.seasar.cubby.dxo.impl.FormDxoImpl のメソッド
 
setAnnotationReaderFactory(AnnotationReaderFactory) - クラス org.seasar.cubby.dxo.impl.RequestParameterAnnotationReaderFactoryWrapper のメソッド
 
setArguments(Object...) - クラス org.seasar.cubby.validator.MessageInfo のメソッド
 
setCheckedValue(String) - クラス org.seasar.cubby.tags.InputTag のメソッド
 
setContainer(S2Container) - クラス org.seasar.cubby.convention.impl.CubbyConventionImpl のメソッド
 
setConverterFactory(ConverterFactory) - クラス org.seasar.cubby.dxo.impl.FormDxoImpl のメソッド
 
setCubbyConvention(CubbyConvention) - クラス org.seasar.cubby.controller.impl.ActionProcessorImpl のメソッド
 
setDatePattern(String) - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
日付フォーマットパターンをセットします。
setDynamicAttribute(String, String, Object) - クラス org.seasar.cubby.tags.DynamicAttributesTagSupport のメソッド
DynamicAttributesをセットします。
setDynamicAttribute(String, String, Object) - クラス org.seasar.cubby.tags.FormTag のメソッド
DynamicAttributeをセットします。
setEmptyOption(Boolean) - クラス org.seasar.cubby.tags.SelectTag のメソッド
空のoption要素を出力するかどうかをセットします。
setEmptyOptionLabel(String) - クラス org.seasar.cubby.tags.SelectTag のメソッド
空のoption要素を出力した場合のラベル文字列をセットします。
setEncode(String) - クラス org.seasar.cubby.util.QueryStringBuilder のメソッド
エンコードをセットします。
setErrors(ActionErrors) - クラス org.seasar.cubby.action.Action のメソッド
アクションエラーオブジェクトをセットします。
setFlash(Map<String, Object>) - クラス org.seasar.cubby.action.Action のメソッド
揮発性メッセージをセットします。
setFormDxo(FormDxo) - クラス org.seasar.cubby.controller.impl.ActionContextImpl のメソッド
 
setIncludeApplicationConverters(boolean) - クラス org.seasar.cubby.dxo.impl.RequestParameterConverterFactoryImpl のメソッド
 
setIndex(Integer) - クラス org.seasar.cubby.tags.InputTag のメソッド
 
setIndex(Integer) - クラス org.seasar.cubby.tags.TextareaTag のメソッド
 
setItems(Object) - クラス org.seasar.cubby.tags.SelectTag のメソッド
option要素リストをセットします。
setKey(String) - クラス org.seasar.cubby.validator.MessageInfo のメソッド
 
setLabelProperty(String) - クラス org.seasar.cubby.tags.SelectTag のメソッド
optionのラベルのプロパティ名をセットします。
setName(String) - クラス org.seasar.cubby.tags.InputTag のメソッド
 
setName(String) - クラス org.seasar.cubby.tags.SelectTag のメソッド
 
setName(String) - クラス org.seasar.cubby.tags.TextareaTag のメソッド
 
setName(String) - クラス org.seasar.cubby.tags.TokenTag のメソッド
 
setNamingConvention(NamingConvention) - クラス org.seasar.cubby.convention.impl.CubbyConventionImpl のメソッド
 
setNamingConvention(NamingConvention) - クラス org.seasar.cubby.convention.impl.PathResolverImpl のメソッド
 
setPointcut(String) - クラス org.seasar.cubby.customizer.ActionMethodCustomizer のメソッド
コンポーネント定義に登録するアスペクト定義のポイントカットを設定します。
setRequest(HttpServletRequest) - クラス org.seasar.cubby.controller.ThreadContext の static メソッド
 
setRequest(HttpServletRequest) - クラス org.seasar.cubby.interceptor.InitializeInterceptor のメソッド
 
setRequest(HttpServletRequest) - クラス org.seasar.cubby.interceptor.ValidationInterceptor のメソッド
 
setTimePattern(String) - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
時刻フォーマットパターンをセットします。
setTimestampPattern(String) - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
日付時刻フォーマットパターンをセットします。
setToken(HttpSession, String) - クラス org.seasar.cubby.util.TokenHelper の static メソッド
トークンをセッション中のトークン用のMapにセットします。
setType(String) - クラス org.seasar.cubby.tags.InputTag のメソッド
 
setUriEncoding(String) - クラス org.seasar.cubby.convention.impl.PathResolverImpl のメソッド
 
setValidationProcessor(ValidationProcessor) - クラス org.seasar.cubby.interceptor.ValidationInterceptor のメソッド
 
setValue(Object) - クラス org.seasar.cubby.tags.FormTag のメソッド
フォームのバインディング対象のBeanをセットします。
setValue(Object) - クラス org.seasar.cubby.tags.InputTag のメソッド
 
setValue(Object) - クラス org.seasar.cubby.tags.TextareaTag のメソッド
 
setValueProperty(String) - クラス org.seasar.cubby.tags.SelectTag のメソッド
optionのラベルのプロパティ名をセットします。

T

TextareaTag - org.seasar.cubby.tags の クラス
textareaを出力するタグ
TextareaTag() - クラス org.seasar.cubby.tags.TextareaTag のコンストラクタ
 
THIS - 注釈タイプ org.seasar.cubby.action.Form の static 変数
アクションメソッド自身にリクエストパラメータがバインディングされることを表します
ThreadContext - org.seasar.cubby.controller の クラス
 
TOKEN_HISTORY_SIZE - クラス org.seasar.cubby.util.TokenHelper の static 変数
トークン用Mapに保持するトークンの個数(1セッションあたり何個のトークンを保持するか?)
TokenHelper - org.seasar.cubby.util の クラス
2重サブミット防止処理のヘルパークラス
TokenHelper() - クラス org.seasar.cubby.util.TokenHelper のコンストラクタ
 
TokenTag - org.seasar.cubby.tags の クラス
2重サブミット防止用のを出力するタグ。
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 のコンストラクタ
エラーメッセージキーを指定するコンストラクタ
toString() - クラス org.seasar.cubby.action.impl.FormatPatternImpl のメソッド
 
toString(Object) - クラス org.seasar.cubby.tags.DynamicAttributesTagSupport の static メソッド
オブジェクトを文字列に変換します。
toString() - クラス org.seasar.cubby.util.QueryStringBuilder のメソッド
パラメータ文字列を取得します。
toString() - クラス org.seasar.cubby.validator.MessageInfo.MessageBuilder のメソッド
 

V

validate(ValidationContext, Object[]) - インタフェース org.seasar.cubby.validator.ArrayFieldValidator のメソッド
 
validate(ValidationContext, Object) - インタフェース org.seasar.cubby.validator.ScalarFieldValidator のメソッド
 
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.util.TokenHelper の static メソッド
パラメータ中のトークン文字列とセッション中のトークン文字列を検証します。
Validation - org.seasar.cubby.action の 注釈タイプ
アクションメソッド実行前に入力検証を行うことを表します。
ValidationContext - org.seasar.cubby.validator の クラス
入力値検証のコンテキスト。
ValidationContext() - クラス org.seasar.cubby.validator.ValidationContext のコンストラクタ
 
ValidationInterceptor - org.seasar.cubby.interceptor の クラス
入力検証を行います。
ValidationInterceptor() - クラス org.seasar.cubby.interceptor.ValidationInterceptor のコンストラクタ
 
ValidationProcessor - org.seasar.cubby.validator の インタフェース
 
ValidationProcessorImpl - org.seasar.cubby.validator.impl の クラス
 
ValidationProcessorImpl() - クラス org.seasar.cubby.validator.impl.ValidationProcessorImpl のコンストラクタ
 
ValidationRule - org.seasar.cubby.validator の インタフェース
 
ValidationRules - org.seasar.cubby.validator の インタフェース
入力検証の定義を保持するクラスのインターフェイスです。
Validator - org.seasar.cubby.validator の インタフェース
 
valueOf(String) - 列挙 org.seasar.cubby.action.RequestMethod の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 org.seasar.cubby.action.RequestMethod の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。

_

_contains(Collection<?>, Object) - クラス org.seasar.cubby.util.CubbyFunctions の static メソッド
 

A B C D E F G I J M N O P Q R S T V _

Copyright ツゥ 2006-2008 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.