org.apache.jetspeed.velocity
Interface JetspeedVelocityPowerTool

All Superinterfaces:
org.apache.jetspeed.layout.JetspeedPowerTool
All Known Implementing Classes:
JetspeedPowerToolImpl

public interface JetspeedVelocityPowerTool
extends org.apache.jetspeed.layout.JetspeedPowerTool

JetspeedPowerTool

Version:
$Id: JetspeedVelocityPowerTool.java 536746 2007-05-10 05:38:04Z taylor $
Author:
David Sean Taylor

Field Summary
 
Fields inherited from interface org.apache.jetspeed.layout.JetspeedPowerTool
DECORATOR_TYPE, FRAGMENT_ATTR, FRAGMENT_PROCESSING_ERROR_PREFIX, GENERIC_TEMPLATE_TYPE, HIDDEN, LAYOUT_ATTR, LAYOUT_TEMPLATE_TYPE
 
Method Summary
 void setVelocityContext(org.apache.velocity.context.Context velocityContext)
          Sets the Velocity Context object for this powertool instance.
 
Methods inherited from interface org.apache.jetspeed.layout.JetspeedPowerTool
decorateAndInclude, getAbsoluteUrl, getBasePath, getColumns, getColumnSizes, getComponent, getCurrentFragment, getCurrentLayout, getCurrentPortletEntity, getDecoration, getDecoratorActions, getLoggedOn, getMappedPortletMode, getMappedWindowState, getPage, getPageBasePath, getPageDecoratorActions, getPortletEntity, getPortletMode, getSubject, getTemplate, getTitle, getTitle, getWindowState, includeDecoration, includeTemplate, isHidden, renderPortletEntity, setCurrentFragment, setCurrentLayout
 

Method Detail

setVelocityContext

void setVelocityContext(org.apache.velocity.context.Context velocityContext)
Sets the Velocity Context object for this powertool instance. This is only required if using Velocity based decortaions and layouts.

Parameters:
velocityContext -


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.