Liferay 7.0-ga1 portal-impl

com.liferay.portal.theme
Class PortletDecoratorFactoryImpl

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

public class PortletDecoratorFactoryImpl
extends Object
implements com.liferay.portal.kernel.theme.PortletDecoratorFactory


Constructor Summary
PortletDecoratorFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.model.PortletDecorator getDefaultPortletDecorator()
           
 String getDefaultPortletDecoratorCssClass()
           
 String getDefaultPortletDecoratorId()
           
 com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator()
           
 com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator(String portletDecoratorId)
           
 com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.PortletDecorator getDefaultPortletDecorator()
Specified by:
getDefaultPortletDecorator in interface com.liferay.portal.kernel.theme.PortletDecoratorFactory

getDefaultPortletDecoratorCssClass

public String getDefaultPortletDecoratorCssClass()
Specified by:
getDefaultPortletDecoratorCssClass in interface com.liferay.portal.kernel.theme.PortletDecoratorFactory

getDefaultPortletDecoratorId

public String getDefaultPortletDecoratorId()
Specified by:
getDefaultPortletDecoratorId in interface com.liferay.portal.kernel.theme.PortletDecoratorFactory

getPortletDecorator

public com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator()
Specified by:
getPortletDecorator in interface com.liferay.portal.kernel.theme.PortletDecoratorFactory

getPortletDecorator

public com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator(String portletDecoratorId)
Specified by:
getPortletDecorator in interface com.liferay.portal.kernel.theme.PortletDecoratorFactory

getPortletDecorator

public com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator(String portletDecoratorId,
                                                                            String name,
                                                                            String cssClass)
Specified by:
getPortletDecorator in interface com.liferay.portal.kernel.theme.PortletDecoratorFactory

Liferay 7.0-ga1 portal-impl