Capability

Content Management System

Liferay’s Content Management System (CMS) offers user-friendly applications for creating, editing, publishing, and managing your site’s content.

Liferay empowers you to create and manage web content effectively. Easily create web content, upload documents, and leverage a suite of tools to administer and optimize your content. These tools include a user-friendly Content Dashboard UI, built-in Translation capabilities, and Content Performance insights.

Feature
Deployment Approach
Capability
Googleドライブでドキュメントの作成と編集を有効にする
Googleドライブでドキュメントの作成と編集を有効にする Liferay DXPはGoogleドライブとの統合を提供しているため、ドキュメントとメディアアプリケーションを介してGoogleドキュメント、シート、およびスライドを作成および編集できます。 これらのドキュメントタイプのいずれかを追加または編集すると、ファイルを作成できるGoogleの外部エディタにリダイレクトされます。 ...
公開日: 2024/05/09 18:50
Digital Asset Management
Digital Asset Management Use Liferay’s Digital Asset Management (DAM) features to store, organize, and reuse documents, images, and other media across your site. The Documents and Media library...
公開日: 2025/06/27 18:49
開発者ガイド
開発者ガイド ドキュメントAPIの基本 アダプティブメディアモジュールリファレンス ビデオショートカットプロバイダーの作成
公開日: 2024/05/09 18:50
ビデオショートカットプロバイダーの作成
ビデオショートカットプロバイダーの作成 Liferay DXP 7.4以降で利用可能 デフォルトでは、Liferayの外部ビデオショートカットは、 YouTube 、 Vimeo 、 Facebook 、および Twitch をサポートしています。 ただし、この機能を拡張して、他のビデオソースをサポートすることができます。 ...
公開日: 2024/05/09 18:50
Using the Gogo Shell
Using the Gogo Shell The Gogo shell provides a way to interact with the module framework. Among other things, you can Dynamically install/uninstall bundles (modules) Examine package...
公開日: 2024/11/22 22:50
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
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
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
ドキュメントとメディアのキャッシュを設定する
ドキュメントとメディアのキャッシュを設定する liferay 7.4 U21+およびGA21+。 デフォルトでは、ドキュメントとメディアファイルは、ブラウザやサーバーにキャッシュされません。 これは、ファイルの可視性が一般に動的なプロパティや設定(パーミッションなど)に依存するためです。 ただし、必要に応じてキャッシュを有効にし、設定することができます。 ...
公開日: 2024/05/09 18:50
Microsoft Office 365でドキュメントの作成と編集を有効にする
Microsoft Office 365でドキュメントの作成と編集を有効にする Office 365™を使用してドキュメントとメディアファイルを作成および編集する前に、 Azureポータル でアプリケーションに接続するようにDXPを設定する必要があります。 次の手順を実行するには、管理者権限が必要です。 アプリケーションをMicrosoft Identity Platformに登録する...
公開日: 2024/05/09 18:50
OpenOffice / LibreOffice統合の有効化
OpenOffice / LibreOffice統合の有効化 OpenOffice と LibreOffice は、Liferayと統合できるオープンソースのプロダクティビティスイートです。 デフォルトでは、Liferayには限られたファイル形式の自動プレビューを生成する PDFBox が含まれています。...
公開日: 2024/05/09 18:50
Googleドライブドキュメントへのリンクを有効にする
Googleドライブドキュメントへのリンクを有効にする Liferayは、ドキュメントとメディアをGoogleドライブと統合するためのマーケットプレイスプラグインを提供しています。 有効にすると、Googleドライブファイルへのショートカットを作成して、ドキュメントとメディアを介してファイルを表示および管理できるようになります。 このプラグインは、 Liferay Portal CE...
公開日: 2024/05/09 18: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
エクスポートされたサードパーティパッケージ
エクスポートされたサードパーティパッケージ Liferayでは、100以上のサードパーティのJavaパッケージを実行時に提供しています。 com.liferay.portal.bootstrapモジュールは、個々のパッケージを明示的に指定したり、 globを使ってパッケージのグループを指定することで、パッケージをエクスポートします。 例えば、 7.3.4-ga5...
公開日: 2024/05/09 18:55
モジュール性のメリット
モジュール性のメリット Dictionary.comでは、 モジュール性 を、 電子システムまたは機械システムの組み立てのように、個別に異なる機能ユニットを使用することと定義しています。 個別の機能ユニットは モジュール と呼ばれます。 たとえば、NASAのアポロ宇宙船は3つのモジュールで構成されており、それぞれに異なる機能があります。 月着モジュール...
公開日: 2024/05/09 18:55
UI Architecture
UI Architecture
公開日: 2024/11/22 22:50
Using an OSGi Service
Using an OSGi Service Liferay APIs are readily available as OSGi services. You can access a service by creating a field of that service type and annotating the field with @Reference, like this: ...
公開日: 2024/11/22 22:50
Gogo Shell Commands
Gogo Shell Commands The Gogo shell executes Felix Gogo basic commands and Liferay commands. The Gogo shell is accessible in the Control Panel (recommended) and from the command line. Here are some...
公開日: 2024/11/22 22:50
ドキュメントとメディアのストレージクォータを設定する
ドキュメントとメディアのストレージクォータを設定する data.limit.dl.storage.max.sizeポータルプロパティを有効にすることで、ドキュメントとメディアでストレージクォータを定義できます。 このプロパティの値を定義すると、定義されたクォータを超えるアップロードの試行は失敗し、エラーメッセージが表示されます。...
公開日: 2024/05/09 18:50
SharePointとの連携
SharePointとの連携 SharePointへのLiferayのRESTコネクタの有効化 ドキュメントとメディアでのSharePointリポジトリの作成
公開日: 2024/05/09 18:50