uPortal 2.4.1
API Documentation

org.jasig.portal
Interface IAnchoringSerializer

All Known Implementing Classes:
HTMLSerializer

public interface IAnchoringSerializer

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.

Version:
$Revision: 1.1 $
Author:
Ken Weiner, kweiner@unicon.net

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

startAnchoring

public void startAnchoring(java.lang.String anchorId)
Signify that the serializer should begin to append the anchor ID to URLs of its choosing.

Parameters:
anchorId - the anchor identifier

stopAnchoring

public void stopAnchoring()
Signify that anchoring is no longer desired by the serializer.


uPortal 2.4.1
API Documentation