net.sourceforge.blogentis.feed
Class PostModifier

java.lang.Object
  extended bynet.sourceforge.blogentis.feed.PostModifier
All Implemented Interfaces:
FeedModifier

public class PostModifier
extends java.lang.Object
implements FeedModifier

Author:
abas

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

PostModifier

public PostModifier(Post p)
Method Detail

modify

public void modify(org.apache.torque.util.Criteria c)
Description copied from interface: FeedModifier
Modify the given Criteria based on this modifier.

Specified by:
modify in interface FeedModifier
Parameters:
c - The criteria to modify

modify

public void modify(AbsoluteLinkURL link)
Description copied from interface: FeedModifier
Modify the given Link to point to the correct page.

Specified by:
modify in interface FeedModifier
Parameters:
link - the link to modify

modify

public void modify(java.util.Map map)
Description copied from interface: FeedModifier
Modify the given Map containing the current feed properties.

Specified by:
modify in interface FeedModifier
Parameters:
map - The map to modify


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.