|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An anchoring serializer allows an external client to control its anchor identifier. When set (when it isn't null), it should append this anchor identifier to its URLs so that when a user clicks on one of the URLs, the user's browser will jump down to the anchor. The original use of this interface will be to make it possible to add anchors to channel links and forms where the anchor is set to the channel's subscribtion ID.
Method Summary | |
void |
startAnchoring(java.lang.String anchorId)
Signify that the serializer should begin to append the anchor ID to URLs of its choosing. |
void |
stopAnchoring()
Signify that anchoring is no longer desired by the serializer. |
Method Detail |
public void startAnchoring(java.lang.String anchorId)
anchorId
- the anchor identifierpublic void stopAnchoring()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |