Search Results

Capability
Feature
Deployment Approach
Using Localized Messages in an MVC Portlet
Using Localized Messages in an MVC Portlet Liferay's localization framework is for creating localized messages in your MVC Portlet. Deploy the Sample Code Then, follow these steps: Download...
تاريخ النشر: 26‏/04‏/24 8:55 م
Using Liferay Util Whitespace Remover
Using Liferay Util Whitespace Remover The whitespace remover tag removes line breaks and tabs from code blocks included between the opening and closing of the tag. Below is an example configuration...
تاريخ النشر: 26‏/04‏/24 8:55 م
Using Liferay Util Param
Using Liferay Util Param The param tag lets you set a parameter for an included JSP page. This configuration requires two JSPs. JSP A, the main view of the app, includes JSP B and sets its...
تاريخ النشر: 26‏/04‏/24 8:55 م
Using Liferay Util HTML Top
Using Liferay Util HTML Top The HTML top tag is not a self-closing tag. The content placed between the opening and closing of this tag is moved to the tag. When something is passed using this...
تاريخ النشر: 26‏/04‏/24 8:55 م
Working with Client Extensions
Working with Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 Using client extensions, you can extend Liferay without deploying OSGi modules. Just like traditional...
تاريخ النشر: 26‏/04‏/24 8:55 م
React Component Utilities Reference
React Component Utilities Reference Several useful tools are available to help you build high-performance components and applications in Liferay DXP using React: frontend-js-react-web module ...
تاريخ النشر: 26‏/04‏/24 8:55 م
PortletMVC4Spring Project Anatomy
PortletMVC4Spring Project Anatomy PortletMVC4Spring portlets are packaged in WARs. Liferay provides Maven archetypes for creating projects configured to use JSP/JSPX and Thymeleaf templates. Their...
تاريخ النشر: 26‏/04‏/24 8:55 م
Using React
Using React Build your own solutions using Liferay and React. :::: 2 :gutter: 3 3 3 3 ::: Creating a Basic Custom Element :link:...
تاريخ النشر: 26‏/04‏/24 8:55 م
Instance Settings YAML Configuration Reference
Instance Settings YAML Configuration Reference You can use an instance settings client extension to configure a wide variety of Liferay configurations. Each configuration is referenced by its PID...
تاريخ النشر: 26‏/04‏/24 8:55 م
Remote Applications with Headless APIs
Remote Applications with Headless APIs Available 7.4+ After creating and publishing objects, headless REST APIs are automatically generated. Here you'll see how to integrate these endpoints to...
تاريخ النشر: 26‏/04‏/24 8:55 م
Using Object Data with React Charts
Using Object Data with React Charts Here you'll use Objects, Headless APIs, and custom element remote applications to create a dynamic chart for data dashboards. First, you'll set up a new DXP...
تاريخ النشر: 26‏/04‏/24 8:55 م
Client Extensions
Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 When you want to extend Liferay, either by modifying its look and feel or by calling functions outside of Liferay, you...
تاريخ النشر: 26‏/04‏/24 8:55 م
Developing a JavaScript Application
Developing a JavaScript Application :file: ../landingpage_template.html :file: developing-a-javascript-application/landing.html
تاريخ النشر: 26‏/04‏/24 8:55 م
Packaging Client Extensions
Packaging Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 Client extension projects are built as deployable archives called Liferay Universal File Format Archives...
تاريخ النشر: 26‏/04‏/24 8:55 م
OAuth Headless Server YAML Configuration Reference
OAuth Headless Server YAML Configuration Reference You can define an OAuth headless server client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines...
تاريخ النشر: 26‏/04‏/24 8:55 م
Configuration Client Extensions
Configuration Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 Liferay instance configurations are deployable with client extensions. For example, you can deploy OAuth2...
تاريخ النشر: 26‏/04‏/24 8:55 م
Configuration Framework
Configuration Framework Setting and Accessing Configurations Categorizing a Configuration Scoping Configurations Portlet Level Configuration Configuration Form Renderer DDM Form Annotations ...
تاريخ النشر: 26‏/04‏/24 8:56 م
Completely Custom Configuration
Completely Custom Configuration A configuration UI is generated automatically when you create a configuration interface. But in some cases you want a completely custom UI for your configuration....
تاريخ النشر: 26‏/04‏/24 8:56 م
Configuration Form Renderer
Configuration Form Renderer When you create a configuration interface, a configuration UI is automatically generated. But in some cases you want customize the look and feel of the UI. For example,...
تاريخ النشر: 26‏/04‏/24 8:56 م
Categorizing a Configuration
Categorizing a Configuration When you register a configuration interface, the UI for your application is generated in System Settings → Platform → Third Party. If you prefer a different section and...
تاريخ النشر: 26‏/04‏/24 8:56 م
OAuth User Agent YAML Configuration Reference
OAuth User Agent YAML Configuration Reference You can define an OAuth user agent client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines an OAuth...
تاريخ النشر: 26‏/04‏/24 8:55 م
Configuration Model Listener Reference
Configuration Model Listener Reference Use model listeners in your own configurations to listen for events and execute code in response. Creating a model listener requires only three steps: ...
تاريخ النشر: 26‏/04‏/24 8:56 م
Hiding the Configuration UI
Hiding the Configuration UI Liferay generates a configuration UI automatically after a configuration interface deploys. But you may have certain use cases where you want to hide the UI. For...
تاريخ النشر: 26‏/04‏/24 8:56 م
DDM Form Annotations
DDM Form Annotations The auto-generated configuration interface UI may be too simplistic for some configurations. You can use the Dynamic Data Mapping (DDM) form annotations to customize your...
تاريخ النشر: 26‏/04‏/24 8:56 م
Scoping Configurations
Scoping Configurations In Liferay DXP, you can set an application's configuration to different levels of scope: System, Instance, Site, or Portlet. For example, if you create an application to have...
تاريخ النشر: 26‏/04‏/24 8:56 م
Core Frameworks
Core Frameworks :file: ../landingpage_template.html :file: core-frameworks/landing.html
تاريخ النشر: 26‏/04‏/24 8:56 م
Setting and Accessing Configurations
Setting and Accessing Configurations You can use Liferay's configuration framework to add a settings UI for a MVC Portlet. See the Example Portlet Then, follow these steps: Download and unzip...
تاريخ النشر: 26‏/04‏/24 8:56 م
Portlet Level Configuration
Portlet Level Configuration With the configuration framework, you can set your application's configuration for different levels of scope. Where Instance and Site-scoped configurations use...
تاريخ النشر: 26‏/04‏/24 8:56 م
Field Options Provider
Field Options Provider You can populate a drop-down list manually in the @Meta.AD annotation of the configuration interface. But you can also populate the option labels and values automatically...
تاريخ النشر: 26‏/04‏/24 8:56 م
Job Scheduler UI Reference
Job Scheduler UI Reference Job Scheduler Triggers View, create, and manage Job Scheduler Tasks. The Job Scheduler Triggers tab lists all tasks added to the Liferay instance. Click Add (Add...
تاريخ النشر: 26‏/04‏/24 8:56 م
Dependency Injection
Dependency Injection :file: ../../landingpage_template.html :file: dependency-injection/landing.html
تاريخ النشر: 26‏/04‏/24 8:56 م
Creating a New Job Scheduler Task Executor
Creating a New Job Scheduler Task Executor Each Job Scheduler Task is created by implementing the DispatchTaskExecutor interface and can execute any logic. While Liferay DXP provides multiple...
تاريخ النشر: 26‏/04‏/24 8:56 م
Understanding the Job Scheduler Framework
Understanding the Job Scheduler Framework Liferay Job Scheduler is a flexible framework built on top of Liferay's Scheduler Engine. You can use it to add, execute, and schedule tasks containing any...
تاريخ النشر: 26‏/04‏/24 8:56 م
Job Scheduler Framework
Job Scheduler Framework :file: ../../landingpage_template.html :file: job-scheduler-framework/landing.html
تاريخ النشر: 26‏/04‏/24 8:56 م
Localization
Localization Adding A Language Automatically Generating Translations Reference Aggregating Resource Bundles
تاريخ النشر: 26‏/04‏/24 8:56 م
Adding A Language
Adding A Language Liferay currently supports about 50 languages out-of-the-box. Translation is complete for many of these languages, and some are still in the translation process. Each language has...
تاريخ النشر: 26‏/04‏/24 8:56 م
Using Job Scheduler
Using Job Scheduler Job Scheduler is a flexible framework built on Liferay's scheduler engine for running and scheduling business logic. This framework uses the DispatchTaskExecutor interface to...
تاريخ النشر: 26‏/04‏/24 8:56 م
Listening for Messages
Listening for Messages You can listen for messages sent to any registered Message Bus destination, whether it's built-in to DXP/Portal, defined by third-parties, or created by you. Messages sent to...
تاريخ النشر: 26‏/04‏/24 8:56 م
Aggregating Resource Bundles
Aggregating Resource Bundles When working with a module that shares localized messages, the bnd header must specify the resource bundles you want to associate with the module. Liferay provides a...
تاريخ النشر: 26‏/04‏/24 8:56 م
Message Bus
Message Bus The Message Bus provides a loosely coupled way to exchange messages. A class sending a message invokes the Message Bus to send the message to a destination, while other classes...
تاريخ النشر: 26‏/04‏/24 8:56 م
What's New in Liferay DXP 7.4
What's New in Liferay DXP 7.4 Liferay DXP 7.4 comes with enhanced functionality and exciting improvements that make it even easier for both technical and non-technical users to deliver and optimize...
تاريخ النشر: 26‏/04‏/24 8:53 م
Batch Engine API Basics - Exporting Data
Batch Engine API Basics - Exporting Data Liferay's Headless Batch Engine provides REST APIs to import and export data. Call these services to export data from Liferay. Exporting Data Then,...
تاريخ النشر: 26‏/04‏/24 8:53 م
Building a Sample API Application
Building a Sample API Application Liferay DXP 2023.Q4+/Portal 7.4 GA102+ [Beta Feature](../../system-administration/configuring-liferay/feature-flags.md#beta-feature-flags) The API Builder is...
تاريخ النشر: 26‏/04‏/24 8:53 م
Consuming APIs
Consuming APIs Consuming Rest Services Consuming GraphQL Apis Data Migration Center API Query Parameters Batch Engine API Basics - Importing Data Batch Engine API Basics - Exporting Data ...
تاريخ النشر: 26‏/04‏/24 8:53 م
Headless Delivery
Headless Delivery :file: landingpage_template.html :file: headless-delivery/landing.html
تاريخ النشر: 26‏/04‏/24 8:53 م
OAuth 2 Scopes
OAuth 2 Scopes In OAuth 2.0, applications are granted access to limited subsets of user data. These are called scopes (not to be confused with Liferay scopes). You can create them in two ways: ...
تاريخ النشر: 26‏/04‏/24 8:53 م
Installing Liferay
Installing Liferay Liferay runs on an application server. There are three ways to host Liferay: Using a Docker container Using a Liferay Tomcat bundle, on premises On a supported application...
تاريخ النشر: 26‏/04‏/24 8:53 م
Configuring a Database
Configuring a Database By default for demonstration purposes, Liferay DXP/Portal is configured to use an embedded HSQL database. Beyond demonstration purposes, we recommend using a full-featured,...
تاريخ النشر: 26‏/04‏/24 8:53 م
Installing a Liferay-Tomcat Bundle
Installing a Liferay-Tomcat Bundle The Tomcat Bundle includes the Apache Tomcat application server with Liferay DXP/Portal pre-deployed. It's the easiest, fastest way to install Liferay on...
تاريخ النشر: 26‏/04‏/24 8:53 م
Installation and Upgrades
Installation and Upgrades :file: landingpage_template.html :file: installation-and-upgrades/landing.html
تاريخ النشر: 26‏/04‏/24 8:53 م
Installing on JBoss EAP
Installing on JBoss EAP Installing on JBoss EAP requires installing the DXP WAR, installing dependencies, configuring JBoss, and deploying DXP on JBoss. You must also configure your database and...
تاريخ النشر: 26‏/04‏/24 8:53 م
Installing on Tomcat
Installing on Tomcat [Using a Liferay-Tomcat bundle](../installing-a-liferay-tomcat-bundle.md) or [Docker image](../../../getting-started/starting-with-a-docker-image.md) is the fastest way to get...
تاريخ النشر: 26‏/04‏/24 8:53 م
Configuring Containers
Configuring Containers Everything that is configurable in a Liferay installation is configurable in a Liferay Docker container. Here are the most common things to configure: JVM Options Portal...
تاريخ النشر: 26‏/04‏/24 8:54 م
Container Lifecycle and API
Container Lifecycle and API At a high level, the container starts Tomcat with Liferay deployed on it. Additionally, however, the container entry point provides an API for executing these use cases:...
تاريخ النشر: 26‏/04‏/24 8:54 م
Running Liferay for the First Time
Running Liferay for the First Time Once you've installed Liferay DXP/Portal and configured a database for it, it is ready to run. Start the Server Run the startup script bundled with your...
تاريخ النشر: 26‏/04‏/24 8:54 م
Providing Files to the Container
Providing Files to the Container The Liferay container uses the files you provide to execute the following use cases: Configure Liferay with .properties Files and .config files Configure Tomcat...
تاريخ النشر: 26‏/04‏/24 8:54 م
Patching DXP in Docker
Patching DXP in Docker Liferay patches fix DXP issues and the Patching Tool applies the patches. On Docker Hub, Liferay provides images pre-populated with each new Fix Pack, Security Fix Pack, and...
تاريخ النشر: 26‏/04‏/24 8:54 م
Upgrading to a New Docker Image
Upgrading to a New Docker Image As new Liferay versions are released as Docker images, you can upgrade to them. Upgrade Basics describes the process. **Always** [back...
تاريخ النشر: 26‏/04‏/24 8:54 م
Licensing DXP in Docker
Licensing DXP in Docker If you're using a DXP trial license that's expiring or you have a new license (activation key) you must install, you can replace your container's existing license. Here's...
تاريخ النشر: 26‏/04‏/24 8:54 م
Portal Properties
Portal Properties Configuration options are specified using Portal Properties, sets of name/value pairs read from properties files and Docker environment variables on server startup. Default values...
تاريخ النشر: 26‏/04‏/24 8:54 م

Capabilities

Product

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy