Liferay 7.0-ce-b4

com.liferay.portal.theme
Class PortletDecoratorFactoryUtil

java.lang.Object
  extended by com.liferay.portal.theme.PortletDecoratorFactoryUtil

public class PortletDecoratorFactoryUtil
extends Object


Constructor Summary
PortletDecoratorFactoryUtil()
           
 
Method Summary
static PortletDecorator getDefaultPortletDecorator()
           
static String getDefaultPortletDecoratorCssClass()
           
static String getDefaultPortletDecoratorId()
           
static PortletDecorator getPortletDecorator()
           
static PortletDecorator getPortletDecorator(String portletDecoratorId)
           
static PortletDecorator getPortletDecorator(String portletDecoratorId, String name, String cssClass)
           
static PortletDecoratorFactory getPortletDecoratorFactory()
           
 void setPortletDecoratorFactory(PortletDecoratorFactory portletDecoratorFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDecoratorFactoryUtil

public PortletDecoratorFactoryUtil()
Method Detail

getDefaultPortletDecorator

public static PortletDecorator getDefaultPortletDecorator()

getDefaultPortletDecoratorCssClass

public static String getDefaultPortletDecoratorCssClass()

getDefaultPortletDecoratorId

public static String getDefaultPortletDecoratorId()

getPortletDecorator

public static PortletDecorator getPortletDecorator()

getPortletDecorator

public static PortletDecorator getPortletDecorator(String portletDecoratorId)

getPortletDecorator

public static PortletDecorator getPortletDecorator(String portletDecoratorId,
                                                   String name,
                                                   String cssClass)

getPortletDecoratorFactory

public static PortletDecoratorFactory getPortletDecoratorFactory()

setPortletDecoratorFactory

public void setPortletDecoratorFactory(PortletDecoratorFactory portletDecoratorFactory)

Liferay 7.0-ce-b4