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

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

public class VelocityViewProcessor
extends java.lang.Object
implements ViewProcessor

Author:
tkuebler

Constructor Summary
VelocityViewProcessor()
          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

VelocityViewProcessor

public VelocityViewProcessor()
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.