Skip to content

Instantly share code, notes, and snippets.

@slemarchand
Created May 12, 2013 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slemarchand/5565256 to your computer and use it in GitHub Desktop.
Save slemarchand/5565256 to your computer and use it in GitHub Desktop.
import com.liferay.portal.util.*
company = PortalUtil.getCompany(actionRequest)
out.println("Current company: ${company.getName()}\n")
out.println("User info:")
userInfo.each{
k, v -> out.println("${k}:${v}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment