org.apache.struts.taglib.nested.logic
クラス NestedMatchTag

java.lang.Object
  拡張javax.servlet.jsp.tagext.TagSupport
      拡張org.apache.struts.taglib.logic.ConditionalTagBase
          拡張org.apache.struts.taglib.logic.MatchTag
              拡張org.apache.struts.taglib.nested.logic.NestedMatchTag
すべての実装インタフェース:
javax.servlet.jsp.tagext.IterationTag, NestedNameSupport, NestedPropertySupport, NestedTagSupport, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class NestedMatchTag
extends MatchTag
implements NestedNameSupport

NestedMatchTag.

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

フィールドの概要
private  java.lang.String originalName
           
private  java.lang.String originalProperty
           
 
クラス org.apache.struts.taglib.logic.MatchTag から継承したフィールド
location, value
 
クラス org.apache.struts.taglib.logic.ConditionalTagBase から継承したフィールド
cookie, header, messages, name, parameter, property, role, scope, user
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド
id, pageContext
 
インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド
EVAL_BODY_AGAIN
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
コンストラクタの概要
NestedMatchTag()
           
 
メソッドの概要
 int doEndTag()
          Complete the processing of the tag.
 int doStartTag()
          Overriding method of the heart of the matter.
 void release()
          Release the tag's resources and reset the values.
 
クラス org.apache.struts.taglib.logic.MatchTag から継承したメソッド
condition, condition, getLocation, getValue, setLocation, setValue
 
クラス org.apache.struts.taglib.logic.ConditionalTagBase から継承したメソッド
getCookie, getHeader, getName, getParameter, getProperty, getRole, getScope, getUser, setCookie, setHeader, setName, setParameter, setProperty, setRole, setScope, setUser
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.apache.struts.taglib.nested.NestedNameSupport から継承したメソッド
getName, setName
 
インタフェース org.apache.struts.taglib.nested.NestedPropertySupport から継承したメソッド
getProperty, setProperty
 
インタフェース javax.servlet.jsp.tagext.IterationTag から継承したメソッド
 

フィールドの詳細

originalName

private java.lang.String originalName

originalProperty

private java.lang.String originalProperty
コンストラクタの詳細

NestedMatchTag

public NestedMatchTag()
メソッドの詳細

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overriding method of the heart of the matter. Gets the relative property and leaves the rest up to the original tag implementation. Sweet.

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の doStartTag
オーバーライド:
クラス ConditionalTagBase 内の doStartTag
戻り値:
int JSP continuation directive. This is in the hands of the super class.
例外:
javax.servlet.jsp.JspException - if a JSP exception occurs

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Complete the processing of the tag. The nested tags here will restore all the original value for the tag itself and the nesting context.

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の doEndTag
オーバーライド:
クラス ConditionalTagBase 内の doEndTag
戻り値:
int to describe the next step for the JSP processor
例外:
javax.servlet.jsp.JspException - for the bad things JSP's do

release

public void release()
Release the tag's resources and reset the values.

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


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