Liferay 7.0-ce-b4

com.liferay.portal.theme
Class PortletDecoratorFactoryImpl

java.lang.Object
  extended by com.liferay.portal.theme.PortletDecoratorFactoryImpl
All Implemented Interfaces:
PortletDecoratorFactory

public class PortletDecoratorFactoryImpl
extends Object
implements PortletDecoratorFactory


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

Constructor Detail

PortletDecoratorFactoryImpl

public PortletDecoratorFactoryImpl()
Method Detail

getDefaultPortletDecorator

public PortletDecorator getDefaultPortletDecorator()
Specified by:
getDefaultPortletDecorator in interface PortletDecoratorFactory

getDefaultPortletDecoratorCssClass

public String getDefaultPortletDecoratorCssClass()
Specified by:
getDefaultPortletDecoratorCssClass in interface PortletDecoratorFactory

getDefaultPortletDecoratorId

public String getDefaultPortletDecoratorId()
Specified by:
getDefaultPortletDecoratorId in interface PortletDecoratorFactory

getPortletDecorator

public PortletDecorator getPortletDecorator()
Specified by:
getPortletDecorator in interface PortletDecoratorFactory

getPortletDecorator

public PortletDecorator getPortletDecorator(String portletDecoratorId)
Specified by:
getPortletDecorator in interface PortletDecoratorFactory

getPortletDecorator

public PortletDecorator getPortletDecorator(String portletDecoratorId,
                                            String name,
                                            String cssClass)
Specified by:
getPortletDecorator in interface PortletDecoratorFactory

Liferay 7.0-ce-b4