net.sourceforge.pebble.web.view.impl
Class AbstractFeedView

java.lang.Object
  extended by net.sourceforge.pebble.web.view.View
      extended by net.sourceforge.pebble.web.view.JspView
          extended by net.sourceforge.pebble.web.view.XmlView
              extended by net.sourceforge.pebble.web.view.impl.AbstractFeedView
Direct Known Subclasses:
AtomResponsesView, AtomView, RdfView, RssResponsesView, RssView

public abstract class AbstractFeedView
extends XmlView

Base class for newsfeed views.

Author:
Simon Brown

Constructor Summary
AbstractFeedView()
           
 
Method Summary
 java.lang.String getContentType()
          Gets the content type of this view.
 void prepare()
          Prepares the view for presentation.
 
Methods inherited from class net.sourceforge.pebble.web.view.XmlView
dispatch
 
Methods inherited from class net.sourceforge.pebble.web.view.JspView
getUri
 
Methods inherited from class net.sourceforge.pebble.web.view.View
getModel, getServletContext, setModel, setServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFeedView

public AbstractFeedView()
Method Detail

getContentType

public java.lang.String getContentType()
Gets the content type of this view.

Overrides:
getContentType in class XmlView
Returns:
the content type as a String

prepare

public void prepare()
Prepares the view for presentation.

Overrides:
prepare in class View


Copyright © 2003-2006, Simon Brown. All Rights Reserved.