Example usage for com.liferay.portal.kernel.portlet.bridges.mvc MVCPortlet subclass-usage

List of usage examples for com.liferay.portal.kernel.portlet.bridges.mvc MVCPortlet subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.portlet.bridges.mvc MVCPortlet subclass-usage.

Usage

From source file com.liferay.comment.web.internal.portlet.CommentPortlet.java

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = { "com.liferay.portlet.display-category=category.hidden",
        "com.liferay.portlet.icon=/icons/comment.png", "javax.portlet.display-name=Comments",
        "javax.portlet.expiration-cache=0", "javax.portlet.init-param.template-path=/",

From source file com.liferay.configuration.admin.web.internal.portlet.SystemSettingsPortlet.java

/**
 * @author Kamesh Sampath
 * @author Raymond Aug
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-system-settings",
        "com.liferay.portlet.display-category=category.hidden", "com.liferay.portlet.instanceable=false",

From source file com.liferay.contacts.contactscenter.portlet.ContactsCenterPortlet.java

/**
 * @author Ryan Park
 * @author Jonathan Lee
 * @author Eudaldo Alonso
 */
public class ContactsCenterPortlet extends MVCPortlet {

From source file com.liferay.contacts.web.internal.portlet.ContactsCenterPortlet.java

/**
 * @author Ryan Park
 * @author Jonathan Lee
 * @author Eudaldo Alonso
 */
@Component(configurationPid = "com.liferay.users.admin.configuration.UserFileUploadsConfiguration", immediate = true, property = {

From source file com.liferay.ddlform.portlet.DDLFormPortlet.java

/**
 * @author Marcellus Tavares
 */
public class DDLFormPortlet extends MVCPortlet {

    public void saveData(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {

From source file com.liferay.directory.web.internal.portlet.FriendsDirectoryPortlet.java

/**
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-directory",
        "com.liferay.portlet.display-category=category.community", "com.liferay.portlet.icon=/icons/directory.png",
        "com.liferay.portlet.preferences-owned-by-group=true",

From source file com.liferay.directory.web.internal.portlet.MySitesDirectoryPortlet.java

/**
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-directory",
        "com.liferay.portlet.display-category=category.community", "com.liferay.portlet.icon=/icons/directory.png",
        "com.liferay.portlet.preferences-owned-by-group=true",

From source file com.liferay.directory.web.internal.portlet.PortalDirectoryPortlet.java

/**
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-directory",
        "com.liferay.portlet.display-category=category.community", "com.liferay.portlet.icon=/icons/directory.png",
        "com.liferay.portlet.preferences-owned-by-group=true",

From source file com.liferay.directory.web.internal.portlet.SiteMembersDirectoryPortlet.java

/**
 * @author Peter Fellwock
 */
@Component(immediate = true, property = { "com.liferay.portlet.css-class-wrapper=portlet-directory",
        "com.liferay.portlet.display-category=category.community", "com.liferay.portlet.icon=/icons/directory.png",
        "com.liferay.portlet.preferences-owned-by-group=true",

From source file com.liferay.docs.formnavextensionportlet.MyApp.java

@Component(immediate = true, property = { "com.liferay.portlet.add-default-resource=true",
        "com.liferay.portlet.display-category=category.hidden", "javax.portlet.display-name=MyApp",
        "javax.portlet.expiration-cache=0", "javax.portlet.resource-bundle=content.Language",
        "javax.portlet.security-role-ref=administrator",
        "javax.portlet.supports.mime-type=text/html" }, service = Portlet.class)
public class MyApp extends MVCPortlet {