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

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

public class PublishBlogEntryView
extends HtmlView

Represents a page allowing the user to publish/unpublish a blog entry.

Author:
Simon Brown

Field Summary
 
Fields inherited from class net.sourceforge.pebble.web.view.HtmlView
DEFAULT_THEME, SYSTEM_THEME
 
Constructor Summary
PublishBlogEntryView()
           
 
Method Summary
 java.lang.String getTitle()
          Gets the title of this view.
 java.lang.String getUri()
          Gets the URI that this view represents.
 
Methods inherited from class net.sourceforge.pebble.web.view.HtmlView
dispatch, getContentType, getStatus, getTheme
 
Methods inherited from class net.sourceforge.pebble.web.view.View
getModel, getServletContext, prepare, setModel, setServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishBlogEntryView

public PublishBlogEntryView()
Method Detail

getTitle

public java.lang.String getTitle()
Gets the title of this view.

Specified by:
getTitle in class HtmlView
Returns:
the title as a String

getUri

public java.lang.String getUri()
Gets the URI that this view represents.

Specified by:
getUri in class JspView
Returns:
the URI as a String


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