Example usage for com.liferay.portal.kernel.servlet.taglib.ui FormNavigatorConstants FORM_NAVIGATOR_ID_SITES

List of usage examples for com.liferay.portal.kernel.servlet.taglib.ui FormNavigatorConstants FORM_NAVIGATOR_ID_SITES

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.servlet.taglib.ui FormNavigatorConstants FORM_NAVIGATOR_ID_SITES.

Prototype

String FORM_NAVIGATOR_ID_SITES

To view the source code for com.liferay.portal.kernel.servlet.taglib.ui FormNavigatorConstants FORM_NAVIGATOR_ID_SITES.

Click Source Link

Usage

From source file:com.liferay.mentions.web.internal.servlet.taglib.ui.MentionsSitesFormNavigatorEntry.java

License:Open Source License

@Override
public String getFormNavigatorId() {
    return FormNavigatorConstants.FORM_NAVIGATOR_ID_SITES;
}