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

java.lang.Object
  拡張javax.servlet.jsp.tagext.TagSupport
      拡張javax.servlet.jsp.tagext.BodyTagSupport
          拡張org.apache.struts.taglib.html.BaseHandlerTag
              拡張org.apache.struts.taglib.html.SubmitTag
                  拡張org.apache.struts.taglib.html.ImageTag
すべての実装インタフェース:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
直系の既知のサブクラス:
NestedImageTag

public class ImageTag
extends SubmitTag

Tag for input fields of type "image".

バージョン:
$Revision: 1.1 $ $Date: 2004/10/20 03:26:42 $
関連項目:
直列化された形式

フィールドの概要
protected  java.lang.String align
          The alignment for this image.
protected  java.lang.String border
          The border size around the image.
protected  java.lang.String page
          The module-relative URI of the image.
protected  java.lang.String pageKey
          The message resources key of the module-relative URI of the image.
protected  java.lang.String property
          The name attribute for the image button.
protected  java.lang.String src
          The URL of this image.
protected  java.lang.String srcKey
          The message resources key for the URL of this image.
 
クラス org.apache.struts.taglib.html.SubmitTag から継承したフィールド
messages, text, value
 
クラス org.apache.struts.taglib.html.BaseHandlerTag から継承したフィールド
accesskey, defaultLocale, indexed, tabindex
 
クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したフィールド
bodyContent
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド
id, pageContext
 
インタフェース javax.servlet.jsp.tagext.BodyTag から継承したフィールド
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド
EVAL_BODY_AGAIN
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
コンストラクタの概要
ImageTag()
           
 
メソッドの概要
 int doEndTag()
          Process the end of this tag.
 int doStartTag()
          Process the start of this tag.
 java.lang.String getAlign()
          推奨されていません。 Align attribute is deprecated in HTML 4.x.
 java.lang.String getBorder()
           
 java.lang.String getPage()
           
 java.lang.String getPageKey()
           
 java.lang.String getProperty()
          Return the property.
 java.lang.String getSrc()
           
 java.lang.String getSrcKey()
           
 void release()
          Release any acquired resources.
 void setAlign(java.lang.String align)
          推奨されていません。 Align attribute is deprecated in HTML 4.x.
 void setBorder(java.lang.String border)
           
 void setPage(java.lang.String page)
           
 void setPageKey(java.lang.String pageKey)
           
 void setProperty(java.lang.String property)
          Set the property name.
 void setSrc(java.lang.String src)
           
 void setSrcKey(java.lang.String srcKey)
           
protected  java.lang.String src()
          Return the base source URL that will be rendered in the src property for this generated element, or null if there is no such URL.
 
クラス org.apache.struts.taglib.html.SubmitTag から継承したメソッド
doAfterBody, getValue, setValue
 
クラス org.apache.struts.taglib.html.BaseHandlerTag から継承したメソッド
getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getIndexed, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey
 
クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したメソッド
doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース javax.servlet.jsp.tagext.BodyTag から継承したメソッド
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したメソッド
getParent, setPageContext, setParent
 

フィールドの詳細

align

protected java.lang.String align
The alignment for this image.


border

protected java.lang.String border
The border size around the image.


page

protected java.lang.String page
The module-relative URI of the image.


pageKey

protected java.lang.String pageKey
The message resources key of the module-relative URI of the image.


property

protected java.lang.String property
The name attribute for the image button.


src

protected java.lang.String src
The URL of this image.


srcKey

protected java.lang.String srcKey
The message resources key for the URL of this image.

コンストラクタの詳細

ImageTag

public ImageTag()
メソッドの詳細

getAlign

public java.lang.String getAlign()
推奨されていません。 Align attribute is deprecated in HTML 4.x.


setAlign

public void setAlign(java.lang.String align)
推奨されていません。 Align attribute is deprecated in HTML 4.x.


getBorder

public java.lang.String getBorder()

setBorder

public void setBorder(java.lang.String border)

getPage

public java.lang.String getPage()

setPage

public void setPage(java.lang.String page)

getPageKey

public java.lang.String getPageKey()

setPageKey

public void setPageKey(java.lang.String pageKey)

getProperty

public java.lang.String getProperty()
クラス SubmitTag の記述:
Return the property.

オーバーライド:
クラス SubmitTag 内の getProperty

setProperty

public void setProperty(java.lang.String property)
クラス SubmitTag の記述:
Set the property name.

オーバーライド:
クラス SubmitTag 内の setProperty
パラメータ:
property - The property name

getSrc

public java.lang.String getSrc()

setSrc

public void setSrc(java.lang.String src)

getSrcKey

public java.lang.String getSrcKey()

setSrcKey

public void setSrcKey(java.lang.String srcKey)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Process the start of this tag.

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の doStartTag
オーバーライド:
クラス SubmitTag 内の doStartTag
例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Process the end of this tag. [Indexed property since Struts 1.1]

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の doEndTag
オーバーライド:
クラス SubmitTag 内の doEndTag
例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred

release

public void release()
Release any acquired resources.

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の release
オーバーライド:
クラス SubmitTag 内の release

src

protected java.lang.String src()
                        throws javax.servlet.jsp.JspException
Return the base source URL that will be rendered in the src property for this generated element, or null if there is no such URL.

例外:
javax.servlet.jsp.JspException - if an error occurs


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