com.bea.commerce.ebusiness.tracking.tags
Class ClickProductTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.bea.p13n.tracking.tags.ClickTag
          extended by com.bea.commerce.ebusiness.tracking.tags.ClickProductTag
All Implemented Interfaces
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

Deprecated

@Deprecated
public class ClickProductTag
extends com.bea.p13n.tracking.tags.ClickTag

Tag handler for ClickProductTag. Dispatches a ClickProductEvent.

See Also
Serialized Form

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

sku

protected String sku
Deprecated 

categoryId

protected String categoryId
Deprecated 

applicationName

protected String applicationName
Deprecated 
Constructor Detail

ClickProductTag

public ClickProductTag()
Deprecated 
Method Detail

getSku

public String getSku()
Deprecated 
Get the Sku

Returns
String the sku

setSku

public void setSku(String theSku)
Deprecated 
Set the sku

Parameters
theSku - sku to set to

setSku

public void setSku(ProductItem theProduct)
Deprecated 
Set the sku using a ProductItem

Parameters
theProduct - ProductItem used to get sku

getCategoryId

public String getCategoryId()
Deprecated 
Get the categoryId

Returns
String the categoryId

setCategoryId

public void setCategoryId(String theCategoryId)
Deprecated 
Set the categoryId

Parameters
theCategoryId - categoryId to set to

setCategoryId

public void setCategoryId(Category theCategory)
Deprecated 
Set the categoryId using a Category

Parameters
theCategory - Category used to get categoryId

getApplicationName

public String getApplicationName()
Deprecated 
Get the applicationName

Returns
String the applicationName

setApplicationName

public void setApplicationName(String theApplicationName)
Deprecated 
Set the applicationName

Parameters
theApplicationName - applicationName to set to

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Deprecated 
Implement the StartTag callback. This only does some validation common to tags of this type.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws
javax.servlet.jsp.JspTagException

throwException

protected void throwException(String message,
                              Object messageObject)
                       throws javax.servlet.jsp.JspTagException
Deprecated 
Throws
javax.servlet.jsp.JspTagException

throwException

protected void throwException(String message)
                       throws javax.servlet.jsp.JspTagException
Deprecated 
Throws
javax.servlet.jsp.JspTagException

release

public void release()
Deprecated 
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class com.bea.p13n.tracking.tags.ClickTag


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.