com.sun.j2ee.blueprints.petstore.taglib.list
Class MyListTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.sun.j2ee.blueprints.petstore.taglib.list.ListTag
              |
              +--com.sun.j2ee.blueprints.petstore.taglib.list.MyListTag

public class MyListTag
extends ListTag

See Also:
Serialized Form

Fields inherited from class com.sun.j2ee.blueprints.petstore.taglib.list.ListTag
collection, hasNextForm, hasPrevForm, iterator, NEXT_PARAM, nextParamValue, numItems, paramPrefix, PREV_PARAM, prevParamValue, startIndex, STARTINDEX_PARAM, startIndexParamValue
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
MyListTag()
           
 
Method Summary
protected  java.util.Collection findCollection()
           
protected  void initParamPrefix()
           
protected  boolean needsNextForm()
           
protected  boolean needsPrevForm()
           
 void setNumItems(java.lang.String numItemsStr)
           
 void setStartIndex(java.lang.String startIndexStr)
           
 
Methods inherited from class com.sun.j2ee.blueprints.petstore.taglib.list.ListTag
doEndTag, doStartTag, getIterator, getNextParam, getNumItems, getParamPrefix, getPrevParam, getStartIndex, getStartIndexParam, hasNextForm, hasPrevForm
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyListTag

public MyListTag()
Method Detail

initParamPrefix

protected void initParamPrefix()
Overrides:
initParamPrefix in class ListTag

findCollection

protected java.util.Collection findCollection()
Overrides:
findCollection in class ListTag

needsNextForm

protected boolean needsNextForm()
Overrides:
needsNextForm in class ListTag

needsPrevForm

protected boolean needsPrevForm()

setNumItems

public void setNumItems(java.lang.String numItemsStr)
Overrides:
setNumItems in class ListTag

setStartIndex

public void setStartIndex(java.lang.String startIndexStr)
Overrides:
setStartIndex in class ListTag


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.