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

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

public class SearchListTag
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
SearchListTag()
           
 
Method Summary
 int doEndTag()
           
protected  java.util.Collection findCollection()
           
protected  void initParamPrefix()
           
protected  boolean needsNextForm()
           
 void setEmptyList(java.lang.String emptyListString)
           
 void setNumItems(java.lang.String numItemsStr)
           
 void setSearchText(java.lang.String searchString)
           
 void setStartIndex(java.lang.String startIndexStr)
           
 
Methods inherited from class com.sun.j2ee.blueprints.petstore.taglib.list.ListTag
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

SearchListTag

public SearchListTag()
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

setSearchText

public void setSearchText(java.lang.String searchString)

setEmptyList

public void setEmptyList(java.lang.String emptyListString)

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

doEndTag

public int doEndTag()
Overrides:
doEndTag in class ListTag


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.