net.sourceforge.pebble.web.view
Class BinaryView

java.lang.Object
  extended by net.sourceforge.pebble.web.view.View
      extended by net.sourceforge.pebble.web.view.BinaryView
Direct Known Subclasses:
FileView, ZipView

public abstract class BinaryView
extends View

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

Author:
Simon Brown

Constructor Summary
BinaryView()
           
 
Method Summary
abstract  long getContentLength()
           
 
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

BinaryView

public BinaryView()
Method Detail

getContentLength

public abstract long getContentLength()


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