Example usage for com.liferay.portal.kernel.portlet.configuration.icon BaseJSPPortletConfigurationIcon subclass-usage

List of usage examples for com.liferay.portal.kernel.portlet.configuration.icon BaseJSPPortletConfigurationIcon subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.portlet.configuration.icon BaseJSPPortletConfigurationIcon subclass-usage.

Usage

From source file com.liferay.adaptive.media.web.internal.portlet.configuration.icon.ResetDefaultValuesPortletConfigurationIcon.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + AdaptiveMediaPortletKeys.ADAPTIVE_MEDIA }, service = PortletConfigurationIcon.class)
public class ResetDefaultValuesPortletConfigurationIcon extends BaseJSPPortletConfigurationIcon {

From source file com.liferay.document.library.web.internal.portlet.configuration.icon.AccessFromDesktopPortletConfigurationIcon.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY_ADMIN,
        "path=/document_library/view", "path=/document_library/view_folder",
        "path=-" }, service = PortletConfigurationIcon.class)

From source file com.liferay.document.library.web.internal.portlet.configuration.icon.CheckinFileEntryPortletConfigurationIcon.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY_ADMIN,
        "path=/document_library/view_file_entry" }, service = PortletConfigurationIcon.class)
public class CheckinFileEntryPortletConfigurationIcon extends BaseJSPPortletConfigurationIcon {

From source file com.liferay.dynamic.data.lists.form.web.internal.portlet.configuration.icon.ExportDDLRecordSetPortletConfigurationIcon.java

/**
 * @author Rafael Praxedes
 */
@Component(immediate = true, property = { "javax.portlet.name="
        + com.liferay.dynamic.data.lists.form.web.constants.DDLFormPortletKeys.DYNAMIC_DATA_LISTS_FORM_ADMIN,
        "path=/admin/view_records.jsp" }, service = PortletConfigurationIcon.class)

From source file com.liferay.dynamic.data.lists.web.internal.portlet.configuration.icon.ExportDDLRecordSetPortletConfigurationIcon.java

/**
 * @author Rafael Praxedes
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DDLPortletKeys.DYNAMIC_DATA_LISTS,
        "path=/view_record_set.jsp" }, service = PortletConfigurationIcon.class)
public class ExportDDLRecordSetPortletConfigurationIcon extends BaseJSPPortletConfigurationIcon {

From source file com.liferay.dynamic.data.mapping.form.web.internal.portlet.configuration.icon.ExportDDMFormInstancePortletConfigurationIcon.java

/**
 * @author Rafael Praxedes
 */
@Component(immediate = true, property = { "javax.portlet.name="
        + com.liferay.dynamic.data.mapping.form.web.internal.constants.DDMFormPortletKeys.DYNAMIC_DATA_MAPPING_FORM_ADMIN,
        "path=/admin/view_form_instance_records.jsp" }, service = PortletConfigurationIcon.class)

From source file com.liferay.journal.content.web.internal.portlet.configuration.icon.BaseJournalArticlePortletConfigurationIcon.java

/**
 * @author Julio Camarero
 */
public abstract class BaseJournalArticlePortletConfigurationIcon extends BaseJSPPortletConfigurationIcon {

    protected JournalContentDisplayContext getJournalContentDisplayContext(PortletRequest portletRequest,

From source file com.liferay.journal.web.internal.portlet.configuration.icon.PreviewPortletConfigurationIcon.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "javax.portlet.name=" + JournalPortletKeys.JOURNAL,
        "path=/edit_article.jsp" }, service = PortletConfigurationIcon.class)
public class PreviewPortletConfigurationIcon extends BaseJSPPortletConfigurationIcon {

From source file com.liferay.marketplace.app.manager.web.internal.portlet.configuration.icon.InstallFromURLPortletConfigurationIcon.java

/**
 * @author Douglas Wong
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + MarketplaceAppManagerPortletKeys.MARKETPLACE_APP_MANAGER,
        "path=/view.jsp" }, service = PortletConfigurationIcon.class)

From source file com.liferay.marketplace.app.manager.web.internal.portlet.configuration.icon.UploadConfigurationIcon.java

/**
 * @author Enoch Chu
 */
@Component(immediate = true, property = { "javax.portlet.name="
        + MarketplaceAppManagerPortletKeys.MARKETPLACE_APP_MANAGER }, service = PortletConfigurationIcon.class)
public class UploadConfigurationIcon extends BaseJSPPortletConfigurationIcon {