This project has retired. For details please refer to its
Attic page .
VelocityViewProcessor (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.portal.portlets.viewprocessor
Class VelocityViewProcessor
java.lang.Object
org.apache.jetspeed.portal.portlets.viewprocessor.VelocityViewProcessor
All Implemented Interfaces: ViewProcessor
public class VelocityViewProcessor extends java.lang.Objectimplements ViewProcessor
Author:
tkuebler
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
VelocityViewProcessor
public VelocityViewProcessor ()
Creates a new instance of VelocityViewProcessor
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.