This project has retired. For details please refer to its
Attic page .
BufferedJSPViewProcessor (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.portal.portlets.viewprocessor
Class BufferedJSPViewProcessor
java.lang.Object
org.apache.jetspeed.portal.portlets.viewprocessor.BufferedJSPViewProcessor
All Implemented Interfaces: ViewProcessor
public class BufferedJSPViewProcessor extends java.lang.Objectimplements 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
BufferedJSPViewProcessor
public BufferedJSPViewProcessor ()
Creates a new instance of JSPViewProcessor
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.