org.sakaiproject.cheftool
Class VelocityPortlet

java.lang.Object
  extended by org.sakaiproject.cheftool.VelocityPortlet

public class VelocityPortlet
extends Object


Field Summary
protected  PortletConfig m_config
           
protected  String m_id
           
 
Constructor Summary
VelocityPortlet(String id, PortletConfig config)
           
 
Method Summary
 String getID()
           
 PortletConfig getPortletConfig()
           
 PortletConfig getServletConfig()
           
 void setAttribute(String name, String value, RunData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_config

protected PortletConfig m_config

m_id

protected String m_id
Constructor Detail

VelocityPortlet

public VelocityPortlet(String id,
                       PortletConfig config)
Method Detail

getID

public String getID()

getServletConfig

public PortletConfig getServletConfig()

getPortletConfig

public PortletConfig getPortletConfig()

setAttribute

public void setAttribute(String name,
                         String value,
                         RunData data)


Copyright © 2003-2013 The Sakai Foundation. All Rights Reserved.