软件包 javax.servlet.jsp.tagext
的使用

使用 javax.servlet.jsp.tagext 的软件包
javax.servlet.jsp Classes and interfaces for the Core JSP 2.1 API. 
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
org.apache.jasper   
org.apache.jasper.compiler   
org.apache.jasper.runtime   
org.apache.jasper.servlet   
org.glassfish.jsp.api   
 

javax.servlet.jsp 使用的 javax.servlet.jsp.tagext 中的类
BodyContent
          An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
 

javax.servlet.jsp.tagext 使用的 javax.servlet.jsp.tagext 中的类
BodyContent
          An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyTag
          The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
FunctionInfo
          Information for a function in a Tag Library.
IterationTag
          The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
JspFragment
          Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
JspTag
          Serves as a base class for Tag and SimpleTag.
PageData
          Translation-time information on a JSP page.
SimpleTag
          Interface for defining Simple Tag Handlers.
Tag
          The interface of a classic tag handler that does not want to manipulate its body.
TagAttributeInfo
          Information on the attributes of a Tag, available at translation time.
TagData
          The (translation-time only) attribute/value information for a tag instance.
TagExtraInfo
          Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
TagFileInfo
          Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagInfo
          Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagLibraryInfo
          Translation-time information associated with a taglib directive, and its underlying TLD file.
TagSupport
          A base class for defining new tag handlers implementing Tag.
TagVariableInfo
          Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
ValidationMessage
          A validation message from either TagLibraryValidator or TagExtraInfo.
VariableInfo
          Information on the scripting variables that are created/modified by a tag (at run-time).
 

org.apache.jasper 使用的 javax.servlet.jsp.tagext 中的类
TagInfo
          Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
 

org.apache.jasper.compiler 使用的 javax.servlet.jsp.tagext 中的类
PageData
          Translation-time information on a JSP page.
TagLibraryInfo
          Translation-time information associated with a taglib directive, and its underlying TLD file.
TagLibraryValidator
          Translation-time validator class for a JSP page.
ValidationMessage
          A validation message from either TagLibraryValidator or TagExtraInfo.
 

org.apache.jasper.runtime 使用的 javax.servlet.jsp.tagext 中的类
BodyContent
          An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
JspFragment
          Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
JspTag
          Serves as a base class for Tag and SimpleTag.
Tag
          The interface of a classic tag handler that does not want to manipulate its body.
 

org.apache.jasper.servlet 使用的 javax.servlet.jsp.tagext 中的类
TagInfo
          Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
 

org.glassfish.jsp.api 使用的 javax.servlet.jsp.tagext 中的类
JspTag
          Serves as a base class for Tag and SimpleTag.
 



Copyright © 2013. All Rights Reserved.