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
- 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 |
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 © 2000 Sun Microsystems Inc. All Rights Reserved.