List of usage examples for com.liferay.portal.search.web.constants SearchPortletKeys SEARCH
String SEARCH
To view the source code for com.liferay.portal.search.web.constants SearchPortletKeys SEARCH.
Click Source Link
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"); }