com.liferay.portal.theme
Class PortletDecoratorFactoryImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletDecoratorFactoryImpl
public PortletDecoratorFactoryImpl()
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