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

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.PlainTextView
              extended by net.sourceforge.pebble.web.view.impl.LogAsTabDelimitedView

public class LogAsTabDelimitedView
extends PlainTextView

Represents the log file for today.

Author:
Simon Brown

Constructor Summary
LogAsTabDelimitedView()
           
 
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.PlainTextView
dispatch, 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

LogAsTabDelimitedView

public LogAsTabDelimitedView()
Method Detail

prepare

public void prepare()
Prepares the view for presentation.

Overrides:
prepare in class View

getContentType

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

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


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