com.ibm.commerce.bi.taglib

Class SearchBaseTag

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag


    public class SearchBaseTag
    extends BaseTag
    Base SearchTag to extend from for the various analytics services. Only the doEndTag() needs to be overridden/implemented.

    This Tag requires a populated databean. Otherwise, there is no way for the code to guess what the user searched for and with what, if any, advanced options.

    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SearchBaseTag

        public SearchBaseTag()
        Constructor
    • Method Detail

      • getDatabean

        public CatEntrySearchListDataBean getDatabean()
        Returns the CatEntrySearchListDataBean databean.
        Returns:
        the CatEntrySearchListDataBean databean.
      • setDatabean

        public void setDatabean(CatEntrySearchListDataBean bean)
        Sets the CatEntrySearchListDataBean databean. Calling this method is mandatory before calling doStartTag() or doEndTag().
        Parameters:
        bean - the CatEntrySearchListDataBean databean to set.