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

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

public class ProductListTag
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
ProductListTag()
           
 
Method Summary
protected  java.util.Collection findCollection()
           
protected  void initParamPrefix()
           
protected  boolean needsNextForm()
           
 void setCategory(java.lang.String category)
           
 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

ProductListTag

public ProductListTag()
Method Detail

initParamPrefix

protected void initParamPrefix()
Overrides:
initParamPrefix in class ListTag

findCollection

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

needsNextForm

protected boolean needsNextForm()
Overrides:
needsNextForm in class ListTag

setCategory

public void setCategory(java.lang.String category)

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.