net.sourceforge.blogentis.feed
Class PostSearchModifier

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

public class PostSearchModifier
extends java.lang.Object
implements FeedModifier


Field Summary
static java.lang.String SEARCH_PARAMETER_NAME
           
 
Fields inherited from interface net.sourceforge.blogentis.feed.FeedModifier
FEED_DESCRIPTION, FEED_LINK, FEED_PAGE_LINK, FEED_TITLE
 
Constructor Summary
PostSearchModifier(org.apache.turbine.util.RunData data, java.lang.String[] columnNames)
           
 
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
 

Field Detail

SEARCH_PARAMETER_NAME

public static final java.lang.String SEARCH_PARAMETER_NAME
See Also:
Constant Field Values
Constructor Detail

PostSearchModifier

public PostSearchModifier(org.apache.turbine.util.RunData data,
                          java.lang.String[] columnNames)
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.