Skip to content
View marcosblandim's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report marcosblandim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. liferay-setup-script liferay-setup-script Public

    Script for setting up a Liferay Portal

    Python

  2. glassdoor-scraper glassdoor-scraper Public

    Python

  3. liferay-blog-importer liferay-blog-importer Public

    A Liferay React Widget module for importing blogs from a JSON file

    JavaScript

  4. wildfly-local-https wildfly-local-https Public

    How to setup a local Wildfly HTTPS server

  5. liferay-journal-article-migrator liferay-journal-article-migrator Public

    Liferay Portlet for importing and exporting Journal Articles

    Java

  6. LIFERAY: Get the Display Page's Asse... LIFERAY: Get the Display Page's Asset inside a Freemarker
    1
    <#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService")/>
    2
    
                  
    3
    <#if Request.INFO_ITEM_DETAILS??>
    4
      <#assign 
    5
        info_item_reference = Request.INFO_ITEM_DETAILS.getInfoItemReference()