|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.bea.p13n.tracking.tags.ClickTag
Implements the methods necessary to support the ClickTag tag.
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
| Constructor Summary | |
ClickTag()
|
|
| Method Summary | |
protected java.lang.String |
formatClickURL(java.lang.String anEventType,
java.util.HashMap theArgMap)
|
java.lang.String |
getDocumentId()
Get the value of document ID. |
java.lang.String |
getDocumentType()
Get the value of document type. |
java.lang.String |
getId()
Get the value of return Id. |
java.lang.String |
getUserId()
Get the value of user id. |
void |
release()
|
void |
setDocumentId(java.lang.String aDocumentId)
Set the value of goto page. |
void |
setDocumentType(java.lang.String aDocumentType)
Set the value of the document type. |
void |
setId(java.lang.String anId)
Set the value of return id |
void |
setUserId(java.lang.String aUserId)
Set the value of the user id. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody,
doEndTag,
doStartTag,
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 |
| Constructor Detail |
public ClickTag()
| Method Detail |
public void setId(java.lang.String anId)
anId - Value to assign to Id.public java.lang.String getId()
public void setDocumentId(java.lang.String aDocumentId)
aDocumentId - Value to assign to document ID.public java.lang.String getDocumentId()
public void setDocumentType(java.lang.String aDocumentType)
aDocumentType - Value to assign to document type.public java.lang.String getDocumentType()
public void setUserId(java.lang.String aUserId)
aDocumentType - Value to assign to user id.public java.lang.String getUserId()
protected java.lang.String formatClickURL(java.lang.String anEventType,
java.util.HashMap theArgMap)
public void release()
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||