Search Results

Capability
Feature
Deployment Approach
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...
Publikationsdatum: 26.04.2024 20:56
Automatically Generating Translations
Automatically Generating Translations Liferay DXP supports 50 languages out-of-the-box. Each locale has its own language properties file containing keys for its language. When you create an...
Publikationsdatum: 26.04.2024 20: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...
Publikationsdatum: 26.04.2024 20: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...
Publikationsdatum: 26.04.2024 20: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...
Publikationsdatum: 26.04.2024 20:56
Using Default Synchronous Messaging in Previous Versions
Using Default Synchronous Messaging in Previous Versions Synchronous messaging was removed and is no longer supported for Liferay DXP 7.4 U49/Liferay Portal 7.4 GA49 and above. In default...
Publikationsdatum: 26.04.2024 20:56
Tuning Messaging Performance
Tuning Messaging Performance Messaging performance is tuned at the destinations. Performance depends on the destination type, the amount of processing the message listeners require, and the thread...
Publikationsdatum: 26.04.2024 20:56
Using Asynchronous Messaging
Using Asynchronous Messaging Message Bus's asynchronous option provides fire and forget behavior; send a message and continue processing without waiting for a response. An asynchronous message is...
Publikationsdatum: 26.04.2024 20:56
Reference
Reference Aggregating Resource Bundles
Publikationsdatum: 26.04.2024 20:56
Using Direct Synchronous Messaging in Previous Versions
Using Direct Synchronous Messaging in Previous Versions Synchronous messaging was removed and is no longer supported for Liferay DXP 7.4 U49/Liferay Portal 7.4 GA49 and above. Direct synchronous...
Publikationsdatum: 26.04.2024 20:56
Listening for Registration Events
Listening for Registration Events Liferay DXP 2023.Q3/Portal 7.4 GA92 and Below The messaging API supports listening for destination and message listener registration events. Here are some reasons...
Publikationsdatum: 26.04.2024 20:56
Themes
Themes Themes customize the default look and feel of your Site. They allow you to define the style and visual identity of your brand or label across your whole Site. Themes and Site Design Themes...
Publikationsdatum: 26.04.2024 20:56
Bundling Resources
Bundling Resources :::: 2 :gutter: 3 3 3 3 ::: Bundling a Thumbnail Preview into Your Theme :link: ./bundling-resources/bundling-a-thumbnail-preview-into-your-theme.md ::: ::: Bundling and...
Publikationsdatum: 26.04.2024 20:56
Theme Development
Theme Development :::: 2 :gutter: 3 3 3 3 ::: Setting Up an Environment and Creating a Theme :link: ./theme-development/setting-up-an-environment-and-creating-a-theme.md ::: ::: Working with...
Publikationsdatum: 26.04.2024 20:56
Bundling a Thumbnail Preview into Your Theme
Bundling a Thumbnail Preview into Your Theme A theme's thumbnail is the visual representation of how the theme looks when it is applied to a Site. The thumbnail is shown in the theme selection menu...
Publikationsdatum: 26.04.2024 20:56
Customizing Liferay's Look and Feel
Customizing Liferay's Look and Feel One of the easiest ways to get started developing on Liferay's platform is to modify its look and feel. You can change everything from its favicon to its entire...
Publikationsdatum: 26.04.2024 20:56
Portlet Providers
Portlet Providers :file: ../../landingpage_template.html :file: portlet-providers/landing.html
Publikationsdatum: 26.04.2024 20:56
Servlets
Servlets :file: ../../landingpage_template.html :file: servlets/landing.html
Publikationsdatum: 26.04.2024 20:56
Creating Notification Templates
Creating Notification Templates Liferay 7.4 2023.Q4+/GA102+ With Notification Templates, you can design automated email and user notifications for Liferay services. Each template identifies a...
Publikationsdatum: 26.04.2024 20:58
Configuring Workflow Actions and Notifications
Configuring Workflow Actions and Notifications Subscription Using the workflow designer, users can configure Workflow Actions and notifications for each node. Actions are very adaptable and you...
Publikationsdatum: 26.04.2024 20:58
Using Condition Nodes
Using Condition Nodes Subscription Condition nodes are useful for acting (transitioning, assigning, etc.) conditionally in the workflow. Perhaps you have multiple reviewers and must determine...
Publikationsdatum: 26.04.2024 20:58
Using Forks and Joins
Using Forks and Joins Subscription Here you'll learn how to use the Fork, Join and Join XOR nodes. These nodes are useful for workflow processes that have multiple reviewers like the...
Publikationsdatum: 26.04.2024 20:58
Developer Guide
Developer Guide Implementing Workflow Implementing a Custom SLA Calendar Using The Script Engine in Workflow Crafting XML Workflow Definitions Workflow Definition Node Reference Workflow...
Publikationsdatum: 26.04.2024 20:58
Using the Script Engine in Workflow
Using the Script Engine in Workflow As of DXP 2024.Q2/Portal 7.4 GA120, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). ...
Publikationsdatum: 26.04.2024 20:58
Workflow Definition Node Reference
Workflow Definition Node Reference Node elements and their sub-elements are fundamental building blocks making up workflow definitions. Nodes often reflect the real life stages of the review...
Publikationsdatum: 26.04.2024 20:58
Reviewing Assets
Reviewing Assets When an asset's workflow is activated, one or more users must review it before publication. You can assign workflow review processes to specific users or to a particular Role (for...
Publikationsdatum: 26.04.2024 20:58
Using Workflows
Using Workflows Activating Workflow Reviewing Assets Using Workflow Metrics Workflow Metrics Reports
Publikationsdatum: 26.04.2024 20:58
Managing Master Page Templates
Managing Master Page Templates Available: Liferay DXP/Portal 7.3+ To manage a master page template, follow these steps: Open the Site Menu (Site Menu) and navigate to Design → Page Templates. ...
Publikationsdatum: 26.04.2024 20:59
Using Utility Pages
Using Utility Pages 7.4 U86+ and GA86+ Utility pages serve specific operational tasks and actions and are usually essential for users to interact with a website or application effectively. Utility...
Publikationsdatum: 26.04.2024 20:59
Using the Full Page Application Page Type
Using the Full Page Application Page Type Create a new page and select Full Page Application under the Other heading. Enter a name and click Add. Select the application you want to display...
Publikationsdatum: 26.04.2024 20:59
Master Page Templates
Master Page Templates Available: Liferay DXP/Portal 7.3+ Master page templates provide a way to define elements common to every page using fragments (e.g. headers and footers previously provided...
Publikationsdatum: 26.04.2024 20:59
Defining Headers and Footers
Defining Headers and Footers :::: 2 :gutter: 3 3 3 3 ::: Master Page Templates :link: ./defining-headers-and-footers/master-page-templates.md ::: ::: Creating a Master Page Template :link:...
Publikationsdatum: 26.04.2024 20:59
Saving Fragment Compositions
Saving Fragment Compositions Layout and composition are the foundation of your Page design. When you get this right, your Pages are easier to read and navigate, resulting in a richer and more...
Publikationsdatum: 26.04.2024 20:59
Setting Widget Permissions
Setting Widget Permissions All of Liferay's widgets support Liferay's robust, fine-grained permissions system. Some higher level permissions can be configured in the permissions tab of the widget's...
Publikationsdatum: 26.04.2024 20:59
Duplicating Fragments
Duplicating Fragments When building a Page or Template with Fragments, you can duplicate configured Fragments to save time. A duplicated Fragment includes the original Fragment's settings,...
Publikationsdatum: 26.04.2024 20:59
Mapping and Linking Fragment Elements
Mapping and Linking Fragment Elements Coming Soon!
Publikationsdatum: 26.04.2024 20:59
Editing Fragment Elements
Editing Fragment Elements Coming Soon!
Publikationsdatum: 26.04.2024 20:59
Default Widgets Reference
Default Widgets Reference Liferay provides a variety of widgets out-of-the-box, so you can start building your solution right away. Widgets can be placed on content pages, widget pages, and page...
Publikationsdatum: 26.04.2024 20:59
Setting a Default Widget Template
Setting a Default Widget Template You can change the widget template for individual widgets through their own configuration; however you can also configure a default widget template to apply to all...
Publikationsdatum: 26.04.2024 20:59
Styling Widgets
Styling Widgets Once you've added widgets on a page, you can customize the look and feel of the widgets to meet your needs. With a range of configuration options available, you can tailor the...
Publikationsdatum: 26.04.2024 20:59

Capabilities

Product

Contact Us

Connect

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