DisplayProductEventTag Class
- public class DisplayProductEventTag
extends ProductEventTag
Tag handler for DisplayProductEventTag
.
Dispatches a DisplayProductEvent
.
To be used alongwith tags or code that displays
a ProductItem
.
-
Hierarchy
-
Object
TagSupport
ProductEventTag
DisplayProductEventTag
-
All Implemented Interfaces
-
IterationTag
, Serializable
, Tag
Methods from com.bea.commerce.ebusiness.tracking.tags.ProductEventTag |
getApplicationName , getCategoryId , getDocumentId , getDocumentType , getSku , log , setApplicationName , setCategoryId , setCategoryId , setDocumentId , setDocumentType , setSku , setSku , throwException , throwException
|
Methods from javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisplayProductEventTag
public DisplayProductEventTag()
- Ctor
doStartTag() Method
public int doStartTag()
throws JspTagException
Implement the StartTag callback.
This fires a Display.
-
Overrides
-
ProductEventTag.doStartTag()
Exceptions
-
JspTagException
release() Method
public void release()
-
Overrides
-
ProductEventTag.release()