net.sourceforge.pebble.web.view
Class JspView

java.lang.Object
  extended by net.sourceforge.pebble.web.view.View
      extended by net.sourceforge.pebble.web.view.JspView
Direct Known Subclasses:
HtmlView, PlainTextView, XmlView

public abstract class JspView
extends View

Represents a JSP view component and prepares the model for display.

Author:
Simon Brown

Constructor Summary
JspView()
           
 
Method Summary
abstract  java.lang.String getUri()
          Gets the URI that implements this view.
 
Methods inherited from class net.sourceforge.pebble.web.view.View
dispatch, getContentType, 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

JspView

public JspView()
Method Detail

getUri

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

Returns:
the URI as a String


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