接口 javax.servlet.jsp.tagext.SimpleTag
的使用

使用 SimpleTag 的软件包
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
 

javax.servlet.jsp.tagextSimpleTag 的使用
 

实现 SimpleTagjavax.servlet.jsp.tagext 中的类
 class SimpleTagSupport
          A base class for defining tag handlers implementing SimpleTag.
 

参数类型为 SimpleTagjavax.servlet.jsp.tagext 中的构造方法
TagAdapter(SimpleTag adaptee)
          Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
 



Copyright © 2013. All Rights Reserved.