public class PortletDecoratorFactoryImpl
extends Object
implements com.liferay.portal.kernel.theme.PortletDecoratorFactory
| Constructor and Description |
|---|
PortletDecoratorFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public com.liferay.portal.kernel.model.PortletDecorator getDefaultPortletDecorator()
getDefaultPortletDecorator in interface com.liferay.portal.kernel.theme.PortletDecoratorFactorypublic String getDefaultPortletDecoratorCssClass()
getDefaultPortletDecoratorCssClass in interface com.liferay.portal.kernel.theme.PortletDecoratorFactorypublic String getDefaultPortletDecoratorId()
getDefaultPortletDecoratorId in interface com.liferay.portal.kernel.theme.PortletDecoratorFactorypublic com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator()
getPortletDecorator in interface com.liferay.portal.kernel.theme.PortletDecoratorFactorypublic com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator(String portletDecoratorId)
getPortletDecorator in interface com.liferay.portal.kernel.theme.PortletDecoratorFactorypublic com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator(String portletDecoratorId,
String name,
String cssClass)
getPortletDecorator in interface com.liferay.portal.kernel.theme.PortletDecoratorFactory