org.apache.struts.taglib.tiles
クラス GetTag

java.lang.Object
  拡張javax.servlet.jsp.tagext.TagSupport
      拡張org.apache.struts.taglib.tiles.DefinitionTagSupport
          拡張org.apache.struts.taglib.tiles.InsertTag
              拡張org.apache.struts.taglib.tiles.GetTag
すべての実装インタフェース:
ComponentConstants, javax.servlet.jsp.tagext.IterationTag, PutListTagParent, PutTagParent, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class GetTag
extends InsertTag

This is the tag handler for <tiles:get>, which gets content from the request scope and either includes the content or prints it, depending upon the value of the content's direct attribute. This tag is intended to be compatible with the same tag from Templates (David Geary). Implementation extends InsertTag for facility (no so well). The only difference is the default value of attribute 'ignore', which is true for this tag (default behavior of David Geary's templates).

関連項目:
直列化された形式

入れ子クラスの概要
 
クラス org.apache.struts.taglib.tiles.InsertTag から継承した入れ子クラス
InsertTag.DirectStringHandler, InsertTag.InsertHandler, InsertTag.TagHandler
 
フィールドの概要
 
クラス org.apache.struts.taglib.tiles.InsertTag から継承したフィールド
attribute, beanName, beanProperty, beanScope, cachedCurrentContext, definitionName, flush, isErrorIgnored, log, name, pageContext, processEndTag, ROLE_DELIMITER, tagHandler
 
クラス org.apache.struts.taglib.tiles.DefinitionTagSupport から継承したフィールド
controllerName, controllerType, page, role
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド
id
 
インタフェース org.apache.struts.taglib.tiles.ComponentConstants から継承したフィールド
COMPONENT_CONTEXT, COMPONENT_SCOPE, EXCEPTION_KEY, LOCALE_KEY
 
インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド
EVAL_BODY_AGAIN
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
コンストラクタの概要
GetTag()
          Constructor.
 
メソッドの概要
 void release()
          Release all allocated resources.
 
クラス org.apache.struts.taglib.tiles.InsertTag から継承したメソッド
createTagHandler, doEndTag, doInclude, doStartTag, getBeanName, getBeanProperty, getBeanScope, getDefinitionName, getFlush, getIgnore, getName, getPageContext, processAsDefinitionOrURL, processAttribute, processBean, processDefinition, processDefinitionName, processName, processNestedTag, processNestedTag, processObjectValue, processTypedAttribute, processUrl, putAttribute, putAttribute, releaseInternal, setAttribute, setBeanName, setBeanProperty, setBeanScope, setComponent, setDefinition, setFlush, setFlush, setIgnore, setName, setPageContext, userHasRole
 
クラス org.apache.struts.taglib.tiles.DefinitionTagSupport から継承したメソッド
getControllerName, getControllerType, getPage, getRole, getTemplate, setController, setControllerClass, setControllerName, setControllerType, setControllerUrl, setPage, setRole, setTemplate
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース javax.servlet.jsp.tagext.IterationTag から継承したメソッド
 

コンストラクタの詳細

GetTag

public GetTag()
Constructor. Set default value for 'isErrorIgnored' to true.

メソッドの詳細

release

public void release()
Release all allocated resources.

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


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