org.apache.jasper.tagplugins.jstl.core
Class ForTokens

java.lang.Object
  extended byorg.apache.jasper.tagplugins.jstl.core.ForTokens
All Implemented Interfaces:
TagPlugin

public class ForTokens
extends java.lang.Object
implements TagPlugin


Constructor Summary
ForTokens()
           
 
Method Summary
 void doTag(TagPluginContext ctxt)
          Generate codes for a custom tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForTokens

public ForTokens()
Method Detail

doTag

public void doTag(TagPluginContext ctxt)
Description copied from interface: TagPlugin
Generate codes for a custom tag.

Specified by:
doTag in interface TagPlugin
Parameters:
ctxt - a TagPluginContext for accessing Jasper functions


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.