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

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

Introduction

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

Prototype

String CATEGORY_KEY_SITES_ADVANCED

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

Click Source Link

Usage

From source file:com.liferay.site.admin.web.internal.servlet.taglib.ui.SiteAnalyticsFormNavigatorEntry.java

License:Open Source License

@Override
public String getCategoryKey() {
    return FormNavigatorConstants.CATEGORY_KEY_SITES_ADVANCED;
}

From source file:com.liferay.site.admin.web.internal.servlet.taglib.ui.SitesAdvancedFormNavigatorCategory.java

License:Open Source License

@Override
public String getKey() {
    return FormNavigatorConstants.CATEGORY_KEY_SITES_ADVANCED;
}