List of usage examples for com.liferay.portal.kernel.util PortletKeys DIRECTORY
String DIRECTORY
To view the source code for com.liferay.portal.kernel.util PortletKeys DIRECTORY.
Click Source Link
From source file:com.liferay.directory.web.internal.search.DirectoryOpenSearchImpl.java
License:Open Source License
@Override protected PortletURL getPortletURL(HttpServletRequest request, String portletId, long scopeGroupId) throws Exception { return super.getPortletURL(request, PortletKeys.DIRECTORY, scopeGroupId); }
From source file:com.liferay.users.admin.web.internal.portlet.action.FindUserAction.java
License:Open Source License
@Override protected String[] initPortletIds() { return new String[] { PortletKeys.DIRECTORY }; }