yawda.view.portlet
Class CPortletConfig

java.lang.Object
  extended byyawda.view.portlet.CPortletConfig

public final class CPortletConfig
extends Object

Author:
Quentin Anciaux

Method Summary
 String get(String key)
           
static CPortletConfig getConfig(CModule portlet)
           
 String getName()
           
 CModule getPortlet()
           
static CPortletConfig getRuntimeConfig(CModule portlet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConfig

public static final CPortletConfig getConfig(CModule portlet)

getRuntimeConfig

public static final CPortletConfig getRuntimeConfig(CModule portlet)

get

public final String get(String key)

getName

public final String getName()

getPortlet

public final CModule getPortlet()