Example usage for com.liferay.portal.search.web.constants SearchPortletKeys SEARCH

List of usage examples for com.liferay.portal.search.web.constants SearchPortletKeys SEARCH

Introduction

In this page you can find the example usage for com.liferay.portal.search.web.constants SearchPortletKeys SEARCH.

Prototype

String SEARCH

To view the source code for com.liferay.portal.search.web.constants SearchPortletKeys SEARCH.

Click Source Link

Usage

From source file:com.liferay.blade.samples.portlet.form.taglib.override.SampleSearchPortletFormTagDynamicInclude.java

License:Apache License

public void register(TagDynamicIncludeRegistry tagDynamicIncludeRegistry) {
    tagDynamicIncludeRegistry.register(FormTag.class.getCanonicalName(), SearchPortletKeys.SEARCH + "-fm",
            "doStartTag#before");
}