org.apache.jetspeed.portal.portlets.viewprocessor
Class BufferedJSPViewProcessor

java.lang.Object
  extended byorg.apache.jetspeed.portal.portlets.viewprocessor.BufferedJSPViewProcessor
All Implemented Interfaces:
ViewProcessor

public class BufferedJSPViewProcessor
extends java.lang.Object
implements ViewProcessor

Version of the JSPViewProcess that buffers its content

Version:
$Id: BufferedJSPViewProcessor.java,v 1.1 2005/04/02 17:24:04 jford Exp $
Author:
Tod Kuebler, Scott Weaver, Mark Orciuch, Jeremy Ford

Constructor Summary
BufferedJSPViewProcessor()
          Creates a new instance of JSPViewProcessor
 
Method Summary
 void init(Portlet portlet)
          Process the template passed in the context (context.get("template")).
 java.lang.Object processView(GenericMVCContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedJSPViewProcessor

public BufferedJSPViewProcessor()
Creates a new instance of JSPViewProcessor

Method Detail

processView

public java.lang.Object processView(GenericMVCContext context)
Specified by:
processView in interface ViewProcessor

init

public void init(Portlet portlet)
Process the template passed in the context (context.get("template")). Invoked by the GenericMVCPortlet after action handling to process the template type in question.

Specified by:
init in interface ViewProcessor


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.