com.bea.p13n.tracking.tags
Class DisplayContentEventTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.bea.p13n.tracking.tags.DisplayContentEventTag
- public class DisplayContentEventTag
- extends javax.servlet.jsp.tagext.TagSupport
The tag handler of the behavior tracking tag displayContentEvent.
Used to fire content display events when the tag is executed.
It is expected that the tag should be added with the content to track.
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
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 |
DisplayContentEventTag
public DisplayContentEventTag()
- Ctor -- set instance of EventService
doStartTag
public int doStartTag()
- Do the tag. Fires a Display event.
- Overrides:
- doStartTag in class javax.servlet.jsp.tagext.TagSupport
getDocumentId
public java.lang.String getDocumentId()
setDocumentId
public void setDocumentId(java.lang.String theDocumentId)
getDocumentType
public java.lang.String getDocumentType()
setDocumentType
public void setDocumentType(java.lang.String theDocumentType)
release
public void release()
- Overrides:
- release in class javax.servlet.jsp.tagext.TagSupport
Copyright © 2002 BEA Systems, Inc. All Rights Reserved