|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.blogentis.feed.PostModifier
Field Summary |
Fields inherited from interface net.sourceforge.blogentis.feed.FeedModifier |
FEED_DESCRIPTION, FEED_LINK, FEED_PAGE_LINK, FEED_TITLE |
Constructor Summary | |
PostModifier(Post p)
|
Method Summary | |
void |
modify(AbsoluteLinkURL link)
Modify the given Link to point to the correct page. |
void |
modify(org.apache.torque.util.Criteria c)
Modify the given Criteria based on this modifier. |
void |
modify(java.util.Map map)
Modify the given Map containing the current feed properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PostModifier(Post p)
Method Detail |
public void modify(org.apache.torque.util.Criteria c)
FeedModifier
modify
in interface FeedModifier
c
- The criteria to modifypublic void modify(AbsoluteLinkURL link)
FeedModifier
modify
in interface FeedModifier
link
- the link to modifypublic void modify(java.util.Map map)
FeedModifier
modify
in interface FeedModifier
map
- The map to modify
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |