net.sourceforge.pebble.domain
Interface Permalinkable
- All Known Implementing Classes:
- BlogEntry, Category, Comment, Content, Day, IndexedTag, Month, PageBasedContent, Response, StaticPage, Tag, TrackBack
public interface Permalinkable
An interface implemented by any object that is permalinkable (that is, can
be reached by a permalink).
- Author:
- Simon Brown
Method Summary |
java.lang.String |
getPermalink()
Gets the permalink for this object. |
getPermalink
java.lang.String getPermalink()
- Gets the permalink for this object.
- Returns:
- a URL as a String
Copyright © 2003-2006, Simon Brown. All Rights Reserved.