com.sun.j2ee.blueprints.petstore.taglib.list
Class ProductItemListTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.sun.j2ee.blueprints.petstore.taglib.list.ListTag
|
+--com.sun.j2ee.blueprints.petstore.taglib.list.ProductItemListTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class ProductItemListTag
- 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 |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| 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 |
ProductItemListTag
public ProductItemListTag()
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
setProductId
public void setProductId(java.lang.String productId)
setEmptyList
public void setEmptyList(java.lang.String emptyListString)
doEndTag
public int doEndTag()
- Overrides:
doEndTag in class ListTag
Copyright © 2001 Sun Microsystems Inc. All Rights Reserved.