|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.bea.p13n.tracking.tags.ClickTag
com.bea.commerce.ebusiness.tracking.tags.ClickProductTag
@Deprecated public class ClickProductTag
Tag handler for ClickProductTag.
Dispatches a ClickProductEvent.
| Field Summary | |
|---|---|
protected String |
applicationName
Deprecated |
protected String |
categoryId
Deprecated |
protected String |
sku
Deprecated |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
ClickProductTag()
Deprecated |
|
| Method Summary | |
|---|---|
int |
doStartTag()
Deprecated Implement the StartTag callback. |
String |
getApplicationName()
Deprecated Get the applicationName |
String |
getCategoryId()
Deprecated Get the categoryId |
String |
getSku()
Deprecated Get the Sku |
void |
release()
Deprecated |
void |
setApplicationName(String theApplicationName)
Deprecated Set the applicationName |
void |
setCategoryId(Category theCategory)
Deprecated Set the categoryId using a Category |
void |
setCategoryId(String theCategoryId)
Deprecated Set the categoryId |
void |
setSku(ProductItem theProduct)
Deprecated Set the sku using a ProductItem |
void |
setSku(String theSku)
Deprecated Set the sku |
protected void |
throwException(String message)
Deprecated |
protected void |
throwException(String message,
Object messageObject)
Deprecated |
| 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 String sku
protected String categoryId
protected String applicationName
| Constructor Detail |
|---|
public ClickProductTag()
| Method Detail |
|---|
public String getSku()
public void setSku(String theSku)
theSku - sku to set topublic void setSku(ProductItem theProduct)
theProduct - ProductItem used to get skupublic String getCategoryId()
public void setCategoryId(String theCategoryId)
theCategoryId - categoryId to set topublic void setCategoryId(Category theCategory)
theCategory - Category used to get categoryIdpublic String getApplicationName()
public void setApplicationName(String theApplicationName)
theApplicationName - applicationName to set to
public int doStartTag()
throws javax.servlet.jsp.JspTagException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspTagException
protected void throwException(String message,
Object messageObject)
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException
protected void throwException(String message)
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class com.bea.p13n.tracking.tags.ClickTag
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||