Package com.liferay.faces.portal.el

Examples of com.liferay.faces.portal.el.ThemeImageURLMap


   * means of caching Liferay theme image URLs in a HashMap for convenient and fast lookup.
   */
  public ThemeImageURLMap getThemeImageURL() {

    if (themeImageURLMap == null) {
      themeImageURLMap = new ThemeImageURLMap(getThemeImagesURL());
    }

    return themeImageURLMap;
  }
View Full Code Here

TOP

Related Classes of com.liferay.faces.portal.el.ThemeImageURLMap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.