Tag Archive

Check for Single Session Signon

Published on September 10, 2008 By Jeff Robinson

Looks like this check takes place in portal-impl.jar’s  com.liferay.portal.struts.PortalRequestProcessor.class. (Just thought you’d like to know). You never know when you may need to override this feature.

UserServiceUtil

Published on September 8, 2008 By Jeff Robinson

I really like this class in Liferay. This class is a ServiceBuilder generated class and is found in portal-service’s com.liferay.portal.service. It provides a lot of built-in routines to get user-specific data from the Liferay tables. You should really check this one out!

Liferay’s StrutsPortlet

Published on September 4, 2008 By Jeff Robinson

If you’re using Struts, consider using the Liferay StrutsPortlet controller (com.liferay.portlet.StrutsPortlet). It extends LiferayPortlet and provides some insulation against using the apache struts version directly.