|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.bea.commerce.ebusiness.tracking.tags.ProductEventTag
The tag handler of the behavior tracking tag display. This tag is a base tag that will be used by other XXXXProductTags and only validates information that is common to the latter.
Field Summary | |
protected String |
applicationName
|
protected String |
categoryId
|
protected String |
documentId
|
protected String |
documentType
|
protected String |
sessionId
|
protected String |
sku
|
protected String |
userId
|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, 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 | |
ProductEventTag()
|
Method Summary | |
int |
doStartTag()
Implement the StartTag callback. |
String |
getApplicationName()
Get the applicationName |
String |
getCategoryId()
Get the categoryId |
String |
getDocumentId()
Get the documentId |
String |
getDocumentType()
Get the documentType |
String |
getSku()
Get the Sku |
protected void |
log(int logLevel,
String message)
|
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 |
setDocumentId(String theDocumentId)
Set the documentId |
void |
setDocumentType(String theDocumentType)
Set the documentType |
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 javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, 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 documentId
protected String documentType
protected String sku
protected String categoryId
protected String applicationName
protected String sessionId
protected String userId
Constructor Detail |
public ProductEventTag()
Method Detail |
public String getDocumentId()
public void setDocumentId(String theDocumentId)
theDocumentId
- documentId to set topublic String getDocumentType()
public void setDocumentType(String theDocumentType)
theDocumentType
- documentType to set topublic 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 topublic int doStartTag() throws JspTagException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspTagException
protected void throwException(String message, Object messageObject) throws JspTagException
JspTagException
protected void throwException(String message) throws JspTagException
JspTagException
protected void log(int logLevel, String message)
public void release()
release
in interface Tag
release
in class TagSupport
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |