org.apache.struts.taglib.html
クラス Constants

java.lang.Object
  拡張org.apache.struts.taglib.html.Constants

public class Constants
extends java.lang.Object

Manifest constants for this package.


フィールドの概要
static java.lang.String BEAN_KEY
          The attribute key for the bean our form is related to.
static java.lang.String CANCEL_PROPERTY
          The property under which a Cancel button press is reported.
static java.lang.String CANCEL_PROPERTY_X
          The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.
static java.lang.String FORM_KEY
          The attribute key for the form tag itself.
static java.lang.String Package
          The name of this package.
static java.lang.String SELECT_KEY
          The attribute key for the select tag itself.
static java.lang.String TOKEN_KEY
          The property under which a transaction token is reported.
 
コンストラクタの概要
Constants()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

Package

public static final java.lang.String Package
The name of this package.

関連項目:
定数フィールド値

BEAN_KEY

public static final java.lang.String BEAN_KEY
The attribute key for the bean our form is related to.

関連項目:
定数フィールド値

CANCEL_PROPERTY

public static final java.lang.String CANCEL_PROPERTY
The property under which a Cancel button press is reported.

関連項目:
定数フィールド値

CANCEL_PROPERTY_X

public static final java.lang.String CANCEL_PROPERTY_X
The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.

関連項目:
定数フィールド値

FORM_KEY

public static final java.lang.String FORM_KEY
The attribute key for the form tag itself.

関連項目:
定数フィールド値

SELECT_KEY

public static final java.lang.String SELECT_KEY
The attribute key for the select tag itself.

関連項目:
定数フィールド値

TOKEN_KEY

public static final java.lang.String TOKEN_KEY
The property under which a transaction token is reported.

関連項目:
定数フィールド値
コンストラクタの詳細

Constants

public Constants()


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation