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

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

public class BufferedVelocityViewProcessor
extends java.lang.Object
implements ViewProcessor

Version of the VelocityViewProcess that buffers its content

Author:
Tod Kuebler, Jeremy Ford

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

Constructor Detail

BufferedVelocityViewProcessor

public BufferedVelocityViewProcessor()
Creates a new instance of VelocityViewProcessor

Method Detail

init

public void init(Portlet portlet)
          throws PortletException
Description copied from interface: ViewProcessor
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
Throws:
PortletException

processView

public java.lang.Object processView(GenericMVCContext context)
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:
processView in interface ViewProcessor


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