List of usage examples for com.liferay.portal.kernel.util Portal getPathContext
public String getPathContext();
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(); }