no.sesat.search.view.output
Class SyndicationGenerator

java.lang.Object
  extended by no.sesat.search.view.output.SyndicationGenerator

public final class SyndicationGenerator
extends Object

Used by the rssDecorator.jsp to print out the results in rss format.


Nested Class Summary
static interface SyndicationGenerator.Context
          The context this class needs to do its job.
static class SyndicationGenerator.SyndicationNotSupportedException
           
 
Constructor Summary
SyndicationGenerator(SyndicationGenerator.Context context)
          Creates a new instance.
 
Method Summary
 String generate()
          Returns the generated rss content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyndicationGenerator

public SyndicationGenerator(SyndicationGenerator.Context context)
                     throws SyndicationGenerator.SyndicationNotSupportedException
Creates a new instance.

Parameters:
context - The context this class needs to do its work.
Throws:
SyndicationGenerator.SyndicationNotSupportedException
Method Detail

generate

public String generate()
Returns the generated rss content.

Returns:
the rss document.


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.