Example usage for com.liferay.portal.kernel.util Portal getPathContext

List of usage examples for com.liferay.portal.kernel.util Portal getPathContext

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util Portal getPathContext.

Prototype

public String getPathContext();

Source Link

Usage

From source file:com.liferay.frontend.js.top.head.extender.internal.servlet.taglib.TopHeadDynamicInclude.java

License:Open Source License

@Reference(unbind = "-")
public void setPortal(Portal portal) {
    String pathContext = portal.getPathContext();

    _comboContextPath = pathContext.concat("/combo");

    _portal = portal;// w  ww .  j a va 2s .c  o m

    _rebuild();
}