Example usage for com.liferay.portal.kernel.theme PortletDisplay getURLPortletCss

List of usage examples for com.liferay.portal.kernel.theme PortletDisplay getURLPortletCss

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.theme PortletDisplay getURLPortletCss.

Prototype

public String getURLPortletCss() 

Source Link

Usage

From source file:com.liferay.portlet.configuration.css.web.internal.portlet.configuration.icon.PortletConfigurationCSSPortletConfigurationIcon.java

License:Open Source License

@Override
public String getURL(PortletRequest portletRequest, PortletResponse portletResponse) {

    ThemeDisplay themeDisplay = (ThemeDisplay) portletRequest.getAttribute(WebKeys.THEME_DISPLAY);

    PortletDisplay portletDisplay = themeDisplay.getPortletDisplay();

    return portletDisplay.getURLPortletCss();
}