Example usage for com.liferay.portal.kernel.util PortletKeys DIRECTORY

List of usage examples for com.liferay.portal.kernel.util PortletKeys DIRECTORY

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util PortletKeys DIRECTORY.

Prototype

String DIRECTORY

To view the source code for com.liferay.portal.kernel.util PortletKeys DIRECTORY.

Click Source Link

Usage

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 };
}