List of usage examples for com.liferay.portal.kernel.model.impl BaseLayoutTypeControllerImpl subclass-usage
From source file com.liferay.dynamic.data.mapping.form.web.internal.layout.type.controller.DDMFormPortletLayoutTypeController.java
/** * @author Leonardo Barros */ @Component(immediate = true, property = { "layout.type=" + DDMFormPortletLayoutTypeConstants.LAYOUT_TYPE }, service = LayoutTypeController.class) public class DDMFormPortletLayoutTypeController extends BaseLayoutTypeControllerImpl {
From source file com.liferay.layout.type.controller.content.internal.controller.ContentLayoutTypeController.java
/** * @author Juergen Kappler */ @Component(immediate = true, property = { "layout.type=" + ContentLayoutTypeControllerConstants.LAYOUT_TYPE_CONTENT }, service = LayoutTypeController.class) public class ContentLayoutTypeController extends BaseLayoutTypeControllerImpl {
From source file com.liferay.layout.type.controller.control.panel.internal.controller.ControlPanelLayoutTypeController.java
/** * @author Eudaldo Alonso */ @Component(immediate = true, property = { "layout.type=" + LayoutConstants.TYPE_CONTROL_PANEL }, service = LayoutTypeController.class) public class ControlPanelLayoutTypeController extends BaseLayoutTypeControllerImpl {
From source file com.liferay.layout.type.controller.full.page.application.internal.controller.FullPageApplicationLayoutTypeController.java
/** * @author Juergen Kappler */ @Component(immediate = true, property = { "layout.type=" + FullPageApplicationLayoutTypeControllerConstants.LAYOUT_TYPE_FULL_PAGE_APPLICATION }, service = LayoutTypeController.class) public class FullPageApplicationLayoutTypeController extends BaseLayoutTypeControllerImpl {
From source file com.liferay.layout.type.controller.link.to.page.internal.controller.LinkToPageLayoutTypeController.java
/** * @author Pavel Savinov */ @Component(immediate = true, property = { "layout.type=" + LayoutConstants.TYPE_LINK_TO_LAYOUT }, service = LayoutTypeController.class) public class LinkToPageLayoutTypeController extends BaseLayoutTypeControllerImpl {
From source file com.liferay.layout.type.controller.node.internal.controller.NodeLayoutTypeController.java
/** * @author Juergen Kappler */ @Component(immediate = true, property = { "layout.type=" + NodeLayoutTypeControllerConstants.LAYOUT_TYPE_NODE }, service = LayoutTypeController.class) public class NodeLayoutTypeController extends BaseLayoutTypeControllerImpl {