|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.bea.p13n.tracking.tags.ClickTag | +--com.bea.commerce.ebusiness.tracking.tags.ClickProductTag
Tag handler for ClickProductTag
.
Dispatches a ClickProductEvent
.
Field Summary | |
protected java.lang.String |
applicationName
|
protected java.lang.String |
categoryId
|
protected java.lang.String |
sku
|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
Constructor Summary | |
ClickProductTag()
|
Method Summary | |
int |
doStartTag()
Implement the StartTag callback. |
java.lang.String |
getApplicationName()
Get the applicationName |
java.lang.String |
getCategoryId()
Get the categoryId |
java.lang.String |
getSku()
Get the Sku |
void |
release()
|
void |
setApplicationName(java.lang.String theApplicationName)
Set the applicationName |
void |
setCategoryId(Category theCategory)
Set the categoryId using a Category |
void |
setCategoryId(java.lang.String theCategoryId)
Set the categoryId |
void |
setSku(ProductItem theProduct)
Set the sku using a ProductItem |
void |
setSku(java.lang.String theSku)
Set the sku |
protected void |
throwException(java.lang.String message)
|
protected void |
throwException(java.lang.String message,
java.lang.Object messageObject)
|
Methods inherited from class com.bea.p13n.tracking.tags.ClickTag |
formatClickURL,
getDocumentId,
getDocumentType,
getId,
getUserId,
setDocumentId,
setDocumentType,
setId,
setUserId |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody,
doEndTag,
findAncestorWithClass,
getParent,
getValue,
getValues,
removeValue,
setPageContext,
setParent,
setValue |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected java.lang.String sku
protected java.lang.String categoryId
protected java.lang.String applicationName
Constructor Detail |
public ClickProductTag()
Method Detail |
public java.lang.String getSku()
public void setSku(java.lang.String theSku)
theSku
- sku to set topublic void setSku(ProductItem theProduct)
theProduct
- ProductItem used to get skupublic java.lang.String getCategoryId()
public void setCategoryId(java.lang.String theCategoryId)
theCategoryId
- categoryId to set topublic void setCategoryId(Category theCategory)
theCategory
- Category used to get categoryIdpublic java.lang.String getApplicationName()
public void setApplicationName(java.lang.String theApplicationName)
theApplicationName
- applicationName to set topublic int doStartTag() throws javax.servlet.jsp.JspTagException
protected void throwException(java.lang.String message, java.lang.Object messageObject) throws javax.servlet.jsp.JspTagException
protected void throwException(java.lang.String message) throws javax.servlet.jsp.JspTagException
public void release()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |