Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class DefaultControlPanelEntryFactory

java.lang.Object
  extended by com.liferay.portlet.DefaultControlPanelEntryFactory

public class DefaultControlPanelEntryFactory
extends Object


Constructor Summary
DefaultControlPanelEntryFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
static ControlPanelEntry getInstance()
           
static void setInstance(ControlPanelEntry controlPanelEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultControlPanelEntryFactory

public DefaultControlPanelEntryFactory()
Method Detail

getInstance

public static ControlPanelEntry getInstance()

setInstance

public static void setInstance(ControlPanelEntry controlPanelEntry)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3