org.apache.jasper.tagplugins.jstl
类 ForEach

java.lang.Object
  继承者 org.apache.jasper.tagplugins.jstl.ForEach
所有已实现的接口:
TagPlugin

public final class ForEach
extends Object
implements TagPlugin


构造方法摘要
ForEach()
           
 
方法摘要
 void doTag(TagPluginContext ctxt)
          Generate codes for a custom tag.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ForEach

public ForEach()
方法详细信息

doTag

public void doTag(TagPluginContext ctxt)
从接口 TagPlugin 复制的描述
Generate codes for a custom tag.

指定者:
接口 TagPlugin 中的 doTag
参数:
ctxt - a TagPluginContext for accessing Jasper functions


Copyright © 2013. All Rights Reserved.