com.liferay.portlet
Class BaseControlPanelEntry

java.lang.Object
  extended by com.liferay.portlet.BaseControlPanelEntry
All Implemented Interfaces:
ControlPanelEntry
Direct Known Subclasses:
DefaultControlPanelEntry

public abstract class BaseControlPanelEntry
extends java.lang.Object
implements ControlPanelEntry

View Source

Author:
Jorge Ferrer

Constructor Summary
BaseControlPanelEntry()
           
 
Method Summary
 boolean isVisible(Portlet portlet, java.lang.String category, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.ControlPanelEntry
isVisible
 

Constructor Detail

BaseControlPanelEntry

public BaseControlPanelEntry()
Method Detail

isVisible

public boolean isVisible(Portlet portlet,
                         java.lang.String category,
                         ThemeDisplay themeDisplay)
                  throws java.lang.Exception
Specified by:
isVisible in interface ControlPanelEntry
Throws:
java.lang.Exception