Example usage for com.liferay.portal.kernel.servlet.taglib TagDynamicIdFactory interface-usage

List of usage examples for com.liferay.portal.kernel.servlet.taglib TagDynamicIdFactory interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.servlet.taglib TagDynamicIdFactory interface-usage.

Usage

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

/**
 * @author Liferay
 */
@Component(immediate = true, property = "tagClassName=com.liferay.taglib.aui.FormTag", service = TagDynamicIdFactory.class)
public class SampleFormTagDynamicIdFactory implements TagDynamicIdFactory {

From source file com.liferay.blade.samples.tagdynamicinclude.SampleFormTagDynamicIdFactory.java

/**
 * @author Carlos Sierra Andrs
 */
@Component(immediate = true, property = {
        "tagClassName=com.liferay.taglib.aui.FormTag" }, service = TagDynamicIdFactory.class)
public class SampleFormTagDynamicIdFactory implements TagDynamicIdFactory {

From source file com.liferay.frontend.taglib.aui.form.extension.sample.internal.SampleFormTagDynamicIdFactory.java

/**
 * @author Carlos Sierra Andrs
 */
@Component(immediate = true, property = {
        "tagClassName=com.liferay.taglib.aui.FormTag" }, service = TagDynamicIdFactory.class)
public class SampleFormTagDynamicIdFactory implements TagDynamicIdFactory {