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

java.lang.Object
  拡張javax.servlet.jsp.tagext.TagSupport
      拡張javax.servlet.jsp.tagext.BodyTagSupport
          拡張org.apache.struts.taglib.html.BaseHandlerTag
              拡張org.apache.struts.taglib.html.LinkTag
                  拡張org.apache.struts.taglib.html.FrameTag
すべての実装インタフェース:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class FrameTag
extends LinkTag

Generate an HTML <frame> tag with similar capabilities as those the <html:link> tag provides for hyperlink elements. The src element is rendered using the same technique that LinkTag uses to render the href attribute of a hyperlink. Additionall, the HTML 4.0 frame tag attributes noresize, scrolling, marginheight, marginwidth, frameborder, and longdesc are supported. The frame name attribute is rendered based on the frameName property. Note that the value of longdesc is intended to be a URI, but currently no rewriting is supported. The attribute is set directly from the property value.

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

フィールドの概要
protected  java.lang.String frameborder
          The frameborder attribute that should be rendered (1, 0).
protected  java.lang.String frameName
          The name attribute that should be rendered for this frame.
protected  java.lang.String longdesc
          URI of a long description of this frame (complements title).
protected  java.lang.Integer marginheight
          The margin height in pixels, or zero for no setting.
protected  java.lang.Integer marginwidth
          The margin width in pixels, or null for no setting.
protected  boolean noresize
          Should users be disallowed to resize the frame?
protected  java.lang.String scrolling
          What type of scrolling should be supported (yes, no, auto)?
 
クラス org.apache.struts.taglib.html.LinkTag から継承したフィールド
action, anchor, forward, href, indexId, linkName, messages, module, name, page, paramId, paramName, paramProperty, paramScope, property, scope, target, text, transaction, useLocalEncoding
 
クラス 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
 
コンストラクタの概要
FrameTag()
           
 
メソッドの概要
 int doEndTag()
          Ignore the end of this tag.
 int doStartTag()
          Render the appropriately encoded URI.
 java.lang.String getFrameborder()
           
 java.lang.String getFrameName()
           
 java.lang.String getLongdesc()
           
 java.lang.Integer getMarginheight()
           
 java.lang.Integer getMarginwidth()
           
 boolean getNoresize()
           
 java.lang.String getScrolling()
           
 void release()
          Release any acquired resources.
 void setFrameborder(java.lang.String frameborder)
           
 void setFrameName(java.lang.String frameName)
           
 void setLongdesc(java.lang.String longdesc)
           
 void setMarginheight(java.lang.Integer marginheight)
           
 void setMarginwidth(java.lang.Integer marginwidth)
           
 void setNoresize(boolean noresize)
           
 void setScrolling(java.lang.String scrolling)
           
 
クラス org.apache.struts.taglib.html.LinkTag から継承したメソッド
calculateURL, doAfterBody, getAction, getAnchor, getForward, getHref, getIndexId, getLinkName, getModule, getName, getPage, getParamId, getParamName, getParamProperty, getParamScope, getProperty, getScope, getTarget, getTransaction, isUseLocalEncoding, setAction, setAnchor, setForward, setHref, setIndexId, setLinkName, setModule, setName, setPage, setParamId, setParamName, setParamProperty, setParamScope, setProperty, setScope, setTarget, setTransaction, setUseLocalEncoding
 
クラス 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
 

フィールドの詳細

frameborder

protected java.lang.String frameborder
The frameborder attribute that should be rendered (1, 0).


frameName

protected java.lang.String frameName
The name attribute that should be rendered for this frame.


longdesc

protected java.lang.String longdesc
URI of a long description of this frame (complements title).


marginheight

protected java.lang.Integer marginheight
The margin height in pixels, or zero for no setting.


marginwidth

protected java.lang.Integer marginwidth
The margin width in pixels, or null for no setting.


noresize

protected boolean noresize
Should users be disallowed to resize the frame?


scrolling

protected java.lang.String scrolling
What type of scrolling should be supported (yes, no, auto)?

コンストラクタの詳細

FrameTag

public FrameTag()
メソッドの詳細

getFrameborder

public java.lang.String getFrameborder()

setFrameborder

public void setFrameborder(java.lang.String frameborder)

getFrameName

public java.lang.String getFrameName()

setFrameName

public void setFrameName(java.lang.String frameName)

getLongdesc

public java.lang.String getLongdesc()

setLongdesc

public void setLongdesc(java.lang.String longdesc)

getMarginheight

public java.lang.Integer getMarginheight()

setMarginheight

public void setMarginheight(java.lang.Integer marginheight)

getMarginwidth

public java.lang.Integer getMarginwidth()

setMarginwidth

public void setMarginwidth(java.lang.Integer marginwidth)

getNoresize

public boolean getNoresize()

setNoresize

public void setNoresize(boolean noresize)

getScrolling

public java.lang.String getScrolling()

setScrolling

public void setScrolling(java.lang.String scrolling)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Render the appropriately encoded URI.

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

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Ignore the end of this tag.

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の doEndTag
オーバーライド:
クラス LinkTag 内の 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
オーバーライド:
クラス LinkTag 内の release


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