net.sourceforge.blogentis.feed
Interface FeedModifier
- All Known Implementing Classes:
- BlogModifier, DateModifier, PostModifier, PostSearchModifier, SectionModifier
- public interface FeedModifier
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. |
FEED_LINK
public static final java.lang.String FEED_LINK
- See Also:
- Constant Field Values
FEED_TITLE
public static final java.lang.String FEED_TITLE
- See Also:
- Constant Field Values
FEED_PAGE_LINK
public static final java.lang.String FEED_PAGE_LINK
- See Also:
- Constant Field Values
FEED_DESCRIPTION
public static final java.lang.String FEED_DESCRIPTION
- See Also:
- Constant Field Values
modify
public void modify(org.apache.torque.util.Criteria c)
- Modify the given Criteria based on this modifier.
- Parameters:
c
- The criteria to modify
modify
public void modify(AbsoluteLinkURL link)
- Modify the given Link to point to the correct page.
- Parameters:
link
- the link to modify
modify
public void modify(java.util.Map map)
- Modify the given Map containing the current feed properties.
- Parameters:
map
- The map to modify
Copyright © 2003-2004 SourceForge.net. All Rights Reserved.