com.ibm.portal.content
Interface BookmarkableFlag

All Known Subinterfaces:
LayoutModel<E>, LayoutModelController<T,M>, ModifiableBookmarkableFlag

public interface BookmarkableFlag

An interface providing the bookmarkable flag. This is a flag that is used for the "favorites" functionality of portal and does not indicate URL bookmarkability for browsers.
The bookmarkable flag is used on layout models to indicate whether they are bookmarkable or not.

Since:
5.1.0.1

Method Summary
 boolean isBookmarkable()
          Checks whether this resource can be bookmarked or not.
 

Method Detail

isBookmarkable

boolean isBookmarkable()
Checks whether this resource can be bookmarked or not.

Returns:
true if this resource can be bookmarked, false otherwise