|
© 2005 BEA Systems, Inc. | |||||||||
| 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
Tag handler for ClickProductTag.
Dispatches a ClickProductEvent.
| Field Summary | |
protected String |
applicationName
|
protected String |
categoryId
|
protected String |
sku
|
| 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()
|
|
| Method Summary | |
int |
doStartTag()
Implement the StartTag callback. |
String |
getApplicationName()
Get the applicationName |
String |
getCategoryId()
Get the categoryId |
String |
getSku()
Get the Sku |
void |
release()
|
void |
setApplicationName(String theApplicationName)
Set the applicationName |
void |
setCategoryId(Category theCategory)
Set the categoryId using a Category |
void |
setCategoryId(String theCategoryId)
Set the categoryId |
void |
setSku(ProductItem theProduct)
Set the sku using a ProductItem |
void |
setSku(String theSku)
Set the sku |
protected void |
throwException(String message)
|
protected void |
throwException(String message,
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 String applicationName
protected String categoryId
protected String sku
| Constructor Detail |
public ClickProductTag()
| Method Detail |
public int doStartTag()
throws JspTagException
JspTagExceptionpublic String getApplicationName()
public String getCategoryId()
public String getSku()
public void release()
public void setApplicationName(String theApplicationName)
theApplicationName - applicationName to set topublic void setCategoryId(Category theCategory)
theCategory - Category used to get categoryIdpublic void setCategoryId(String theCategoryId)
theCategoryId - categoryId to set topublic void setSku(ProductItem theProduct)
theProduct - ProductItem used to get skupublic void setSku(String theSku)
theSku - sku to set to
protected void throwException(String message)
throws JspTagException
JspTagException
protected void throwException(String message,
Object messageObject)
throws JspTagException
JspTagException
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||