Capability

Digital Asset Management

Liferay’s Digital Asset Management (DAM) tools simplify the organization and management of digital assets. Assets include images, videos, presentations, documents, and much more. Additionally, the Asset Library feature enables you to manage and publish assets in one central repository for use across multiple distinct sites.

Feature
Deployment Approach
Capability
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...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
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...
公開日: 2024/11/22 22:50
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,...
公開日: 2024/11/22 22:50
Data Set Sorting
Data Set Sorting Liferay DXP 2024.Q1/Portal GA112 Currently, this feature is behind a release feature flag (LPS-164563). While managing data sets, you can set default sorting rules for Data Sets...
公開日: 2024/11/22 22:50
Module Life Cycle
Module Life Cycle In OSGi, all components, Java classes, resources, and descriptors are deployed via modules (OSGi bundles). The MANIFEST.MF file describes the module's physical characteristics,...
公開日: 2024/11/22 22:50
OSGi and Modularity
OSGi and Modularity Modularity makes writing software, especially as a team, fun! Here are some benefits to modular development on Liferay: Liferay's runtime framework is lightweight, fast, and...
公開日: 2024/11/22 22:50
Building Liferay Source
Building Liferay Source This section aims to provide instructions for building Liferay Portal from source as quickly as possible. Using a nightly snapshot bundle no longer requires a full build...
公開日: 2024/11/22 22:50
APIs as OSGi Services
APIs as OSGi Services After you've learned what a module is and how to deploy one, you can use modules to define APIs and implement them. Liferay APIs are OSGi services, defined by Java interfaces...
公開日: 2024/11/22 22:50
Finding Artifacts
Finding Artifacts To use external artifacts in your project, you must configure their dependencies in your build.gradle Gradle script. Before specifying an artifact as a dependency, you must first...
公開日: 2024/11/22 22:50
Organizing the Source
Organizing the Source It is important to have a solid understanding of how the Liferay source is organized when working on fixing a bug or adding a new feature to the product. The Liferay Source...
公開日: 2024/11/22 22:50
Resolving Third Party Library Package Dependencies
Resolving Third Party Library Package Dependencies An application can rely on multiple OSGi modules. Resolving their Java package dependencies can be challenging. In a perfect world, every package...
公開日: 2024/11/22 22:50
Exporting Packages
Exporting Packages In OSGi, packages are private by default. You must explicitly exporting a package so other modules can import and use them. Here's how to export packages: Open your bnd.bnd...
公開日: 2024/11/22 22:50
Module Projects
Module Projects Liferay applications and customizations are OSGi modules: .jar files containing Java code and some extra configuration for publishing and consuming APIs. A module project comprises...
公開日: 2024/11/22 22:50
Semantic Versioning
Semantic Versioning Semantic Versioning is a three tiered versioning system for incrementing version numbers based on the degree of API change made in a releasable software component. It's a...
公開日: 2024/11/22 22:50
Specifying Dependencies
Specifying Dependencies You must satisfy all dependencies to compile and deploy a module successfully. After you find the dependency artifacts, add them as dependencies in your Gradle build file....
公開日: 2024/11/22 22:50
Portal Developer Properties
Portal Developer Properties There are Portal Properties that facilitate development. Liferay's portal-developer.properties file includes all of them. The portal-developer.properties file is enabled...
公開日: 2024/11/22 22:50
Types of Utility Pages
Types of Utility Pages Utility pages are content pages managed at the site level. Since the default system-level pages are not customizable, you can use site-level utility pages to provide a unique...
公開日: 2024/11/22 22:52
Command Line Gogo Shell
Command Line Gogo Shell If you're in a development environment, you can interact with the module framework locally from the command line. Gogo shell should only be run from the command line in...
公開日: 2024/11/22 22:50
Reference
Reference 7.4 Breaking Changes 7.3 Breaking Changes 7.2 Breaking Changes Exported Third-Party Packages Portal Developer Properties
公開日: 2024/11/22 22:50
Managing Object Entries Using GraphQL
Managing Object Entries Using GraphQL You can use GraphQL to manage custom object entries in Liferay efficiently. This API framework simplifies data interaction and serves as an alternative to REST...
公開日: 2024/11/22 22:50
表示ページテンプレートの使用
表示ページテンプレートの使用 liferay DXP/Portal 7.3+. 表示ページテンプレートは、専用URLにコンテンツを表示するための構造を定義します。 コンテンツアイテムを作成またはアップロードすると、LiferayはそれにアクセスするためのユニークなフレンドリーURLを生成します。...
公開日: 2024/11/22 22:52
表示ページテンプレートの作成と管理
表示ページテンプレートの作成と管理 liferay DXP/Portal 7.3+. 表示ページテンプレートは、専用のフレンドリURLにコンテンツを表示するためのストラクチャーを定義します。 これらのテンプレートは、現在、以下のコンテンツの種類に対応しています。 ブログエントリー カテゴリー 7.4+ カスタムオブジェクト 7.4+ ドキュメント ウェブコンテンツ記事 ...
公開日: 2024/11/22 22:52
表示ページによるコンテンツの公開
表示ページによるコンテンツの公開 表示ページテンプレートを使用して、コンテンツアイテムをフレンドリURLで表示するための再利用可能な動的デザインを作成できます。 テンプレート をデザインした後、そのコンテンツ・タイプを表示するためのデフォルト・テンプレートにしたり、一部のコンテンツ・アイテムだけがそのテンプレートを使用するように手動で設定したりすることができます。...
公開日: 2024/11/22 22:52
Configuring Asset Publisher Subscriptions
Configuring Asset Publisher Subscriptions アセットパブリッシャーは、メール購読とRSSフィード購読の2種類のサブスクリプションをサポートしています。 メール購読 ユーザーは、アセットパブリッシャーを購読して、新しいアセットが公開されたときに電子メール通知を受け取ることができます。 最初にこの通知を有効にする必要があります。 次の手順を実行します: ...
公開日: 2024/11/22 22:52
Configuring SEO and Open Graph Settings for Display Page Templates
Configuring SEO and Open Graph Settings for Display Page Templates Available: Liferay DXP/Portal 7.3+ Display page templates are custom layouts that display individual content items at a dedicated...
公開日: 2024/11/22 22:52
アセットパブリッシャーウィジェットの使用
アセットパブリッシャーウィジェットの使用 アセットパブリッシャーウィジェットを使用したアセットの表示 アセットパブリッシャーウィジェットでアセットを選択する アセットパブリッシャーの表示設定の構成 アセット・パブリッシャ・サブスクリプションの設定
公開日: 2024/11/22 22:52
アセットパブリッシャー表示設定の構成
アセットパブリッシャー表示設定の構成 アセット・パブリッシャー・ウィジェットを使用する場合、ユーザーがコンテンツをどのように表示するかを指定するために、いくつかの表示設定を構成できます。 新規ページの作成 または 既存ページの編集 Add( Add widget icon ) をクリックして、Fragments and Widgetsパネルを開きます。 ...
公開日: 2024/11/22 22:52
サイト構築を始める
サイト構築を始める サイトはLiferay DXPの基本的なコンポーネントです。 基本的に、サイトとは、追加機能を提供するコンテンツ・アプリケーションを含むページの集まりである。 Liferay DXPインスタンスを最初に起動し設定するとき、デフォルトのサイトが含まれます。 デフォルトではインスタンス名は Liferay ですが、この値はセットアップウィザードまたはコントロールパネルの...
公開日: 2024/11/22 22:52
レスポンシブサイトの構築
レスポンシブサイトの構築 世界の全ページビューの半分以上は、携帯電話やタブレットなどのモバイルデバイスからアクセスされています。 どのサイトも、モバイルデバイスで表示した場合に、デスクトップで表示した場合と同様に見栄えをよくする必要があります。 Liferay DXPでは、どのデバイスがサイトにアクセスしても、可能な限り最高のエクスペリエンスを提供することができます。 ...
公開日: 2024/11/22 22:52
A/Bテストの実行と監視
A/Bテストの実行と監視 A/Bテストを実行するときに、次のパラメーターを設定できます。 トラフィックの分割: ページを訪問したときに、オリジナルとバリアントの間でランダムに分かれた訪問者の割合。 訪問者はオリジナルとバリアントの間でランダムに分割され、A/Bテストが終了するまで常に同じページが表示されます。 必要な信頼度: テストの精度を表します。...
公開日: 2024/11/22 22:52
グリッドフラグメントを使用したレスポンシブレイアウトの構築
グリッドフラグメントを使用したレスポンシブレイアウトの構築 対応可能:Liferay DXP 7.3以降 Liferay DXPではデフォルトで レスポンシブデザインが使用 されますが、コンテンツレイアウトをさらに細かく制御したい場合があります。 コンテントページで グリッドフラグメント...
公開日: 2024/11/22 22:52
SEO and Metadata Configuration Reference
SEO and Metadata Configuration Reference Optimizing SEO and metadata is essential for improving site visibility in search engines and ensuring content is properly indexed and displayed across...
公開日: 2024/11/22 22:52
サイトエクスペリエンスのパーソナライズ
サイトエクスペリエンスのパーソナライズ Liferay DXPは、ユーザーを理解し、パーソナライズされた体験を提供するための強力なツールをすぐに利用できます。 例えば、 ユーザーセグメント を作成し、それらを異なる エクスペリエンス にマッピングすることができます。 エクスペリエンスを導入することで、 コレクションをパーソナライズし、 コンテンツや ユーザーが見るページ...
公開日: 2024/11/22 22:52
ユーザーアカウントAPIの基本
ユーザーアカウントAPIの基本 コントロールパネルから ユーザーの追加と管理 ができますが、Liferay の REST API を使うこともできます。 これらのサービスを呼び出して、ユーザーの追加、編集、削除を行うことができます。 まず、新しいユーザーを追加します。 ユーザーの追加 次に、以下の手順に従います。 User Account API Basics...
公開日: 2024/11/22 22:53
ロールの作成と管理
ロールの作成と管理 ロールとパーミッションを理解したら、Liferay DXP ソリューション内でユーザーに権限を与えるために必要なロールを作成することができます。 コントロールパネル → ユーザー → ロール でロールを作成し、管理します。 ロールの作成 まず、 、作成しなければならない役割の範囲 を決定します。...
公開日: 2024/11/22 22:53
ユーザーデータの管理(GDPR)
ユーザーデータの管理(GDPR) Liferayのユーザー関連データ(UAD)フレームワークは、一般データ保護規則(GDPR)の技術的に厳しい2つの要件を満たすのに役立ちます。 データポータビリティの権利 「忘れられる権利」 以下のLiferayアプリケーションには、UADフレームワークが適用されています。 LiferayアプリケーションLiferay 7.2 (DXP &...
公開日: 2024/11/22 22:53

Capabilities

Product

Education

Contact Us

Connect

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