Example usage for com.liferay.portal.kernel.model.impl DefaultLayoutTypeAccessPolicyImpl subclass-usage

List of usage examples for com.liferay.portal.kernel.model.impl DefaultLayoutTypeAccessPolicyImpl subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.model.impl DefaultLayoutTypeAccessPolicyImpl subclass-usage.

Usage

From source file com.liferay.dynamic.data.mapping.form.web.internal.layout.type.access.policy.DDMFormPortletLayoutTypeAccessPolicy.java

/**
 * @author Leonardo Barros
 */
@Component(immediate = true, property = {
        "layout.type=" + DDMFormPortletLayoutTypeConstants.LAYOUT_TYPE }, service = LayoutTypeAccessPolicy.class)
public class DDMFormPortletLayoutTypeAccessPolicy extends DefaultLayoutTypeAccessPolicyImpl {

From source file com.liferay.layout.type.controller.content.internal.model.ContentLayoutTypeAccessPolicy.java

/**
 * @author Jrgen Kappler
 */
@Component(immediate = true, property = { "layout.type="
        + ContentLayoutTypeControllerConstants.LAYOUT_TYPE_CONTENT }, service = LayoutTypeAccessPolicy.class)
public class ContentLayoutTypeAccessPolicy extends DefaultLayoutTypeAccessPolicyImpl {

From source file com.liferay.layout.type.controller.control.panel.internal.model.ControlPanelLayoutTypeAccessPolicy.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = {
        "layout.type=" + LayoutConstants.TYPE_CONTROL_PANEL }, service = LayoutTypeAccessPolicy.class)
public class ControlPanelLayoutTypeAccessPolicy extends DefaultLayoutTypeAccessPolicyImpl {

From source file com.liferay.layout.type.controller.full.page.application.internal.model.FullPageApplicationLayoutTypeAccessPolicy.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "layout.type="
        + FullPageApplicationLayoutTypeControllerConstants.LAYOUT_TYPE_FULL_PAGE_APPLICATION }, service = LayoutTypeAccessPolicy.class)
public class FullPageApplicationLayoutTypeAccessPolicy extends DefaultLayoutTypeAccessPolicyImpl {