Search Results

All Results 7008
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
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...
Fundamentals
Fundamentals Liferay development projects consist primarily of simple .jar files. These contain a few extra configuration files that make them OSGi modules, but they're easily understandable by...
Overriding JSPs
Overriding JSPs You can override JSPs completely using OSGi fragments. This approach is powerful but can make things unstable when the host module is upgraded. By overriding an entire JSP, you...
Using Portlet Filters
Using Portlet Filters Portlet filters intercept requests and responses at the start of each portlet request processing phase so you can add functionality there. This makes them useful for auditing...
Using Servlet Filters
Using Servlet Filters Servlet filters can both pre-process requests as they arrive and post-process responses before they go to the client browser. You can apply functionality to requests and...
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...
Overriding Global Language Translations with Language Properties
Overriding Global Language Translations with Language Properties Liferay DXP/Portal implements headings, labels, and messages for many locales using language translations. You can override these...
Overriding OSGi Services
Overriding OSGi Services Liferay's OSGi container is a dynamic environment in which services can be added, removed, or overridden as needed. This framework registers Liferay components with the...
Overriding Module Language Translations
Overriding Module Language Translations For Liferay DXP 7.4 U4/Portal 7.4 GA8+, the Language Override tool is the recommended approach. Overriding language translations in specific applications...
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...
エクスポートされたサードパーティパッケージ
エクスポートされたサードパーティパッケージ Liferayでは、100以上のサードパーティのJavaパッケージを実行時に提供しています。 com.liferay.portal.bootstrapモジュールは、個々のパッケージを明示的に指定したり、 globを使ってパッケージのグループを指定することで、パッケージをエクスポートします。 例えば、 7.3.4-ga5...
JARs Excluded from WABs
JARs Excluded from WABs [Liferay-generated web application bundles (WABs) are stripped of third party JARs that contain packages that Liferay exports already. Deploying the same third party...
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...
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: ...
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...
Importing Packages
Importing Packages You often find yourself in a position of needing functionality provided by another module. To access this functionality, you must import packages from other modules into your...
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...
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...
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...
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...
ビデオショートカットプロバイダーの作成
ビデオショートカットプロバイダーの作成 Liferay DXP 7.4以降で利用可能 デフォルトでは、Liferayの外部ビデオショートカットは、 YouTube 、 Vimeo 、 Facebook 、および Twitch をサポートしています。 ただし、この機能を拡張して、他のビデオソースをサポートすることができます。 ...
ドキュメントとメディアのキャッシュを設定する
ドキュメントとメディアのキャッシュを設定する liferay 7.4 U21+およびGA21+。 デフォルトでは、ドキュメントとメディアファイルは、ブラウザやサーバーにキャッシュされません。 これは、ファイルの可視性が一般に動的なプロパティや設定(パーミッションなど)に依存するためです。 ただし、必要に応じてキャッシュを有効にし、設定することができます。 ...
アダプティブメディアモジュールリファレンス
アダプティブメディアモジュールリファレンス アダプティブメディアのモジュール アダプティブメディアアプリの一部のモジュールは必須であり、アダプティブメディアが機能するには有効にする必要がありますが、他のモジュールは無効にすることができます。...
DevOps
DevOps ドキュメントとメディアプレビューの設定 アップロードされたファイルのウイルス対策スキャンを有効にする ドキュメントとメディアのキャッシュ制御を設定する ドキュメントとメディアのストレージクォータを設定する アニメーションGIFの最適化を有効にする 音声とビデオのプレビュー用にFFmpegを有効にする OpenOffice / LibreOffice統合の有効化 ...
ドキュメントとメディアプレビューの設定
ドキュメントとメディアプレビューの設定 liferay 7.4 U84+/GA84+. デフォルトでは、Liferay は PDFBox を使ってドキュメントライブラリに追加されたファイルのプレビューを生成します。 これは、PDFBoxがDXPで配布できる唯一の100% Javaベースのツールであるためです。 ...
開発者ガイド
開発者ガイド ドキュメントAPIの基本 アダプティブメディアモジュールリファレンス ビデオショートカットプロバイダーの作成
Microsoft Office 365でドキュメントの作成と編集を有効にする
Microsoft Office 365でドキュメントの作成と編集を有効にする Office 365™を使用してドキュメントとメディアファイルを作成および編集する前に、 Azureポータル でアプリケーションに接続するようにDXPを設定する必要があります。 次の手順を実行するには、管理者権限が必要です。 アプリケーションをMicrosoft Identity Platformに登録する...
音声とビデオのプレビュー用にFFmpegを有効にする
音声とビデオのプレビュー用にFFmpegを有効にする ドキュメントとメディアは、音声ファイルおよびビデオファイルのプレビューを生成するための FFmpeg マルチメディアフレームワークとの統合を提供します。 この統合を使用するには、最初にサーバーにFFmpegをインストールする必要があります。 クラスター環境で作業している場合は、FFmpegを各ノードにインストールする必要があります。 ...
Googleドライブでドキュメントの作成と編集を有効にする
Googleドライブでドキュメントの作成と編集を有効にする Liferay DXPはGoogleドライブとの統合を提供しているため、ドキュメントとメディアアプリケーションを介してGoogleドキュメント、シート、およびスライドを作成および編集できます。 これらのドキュメントタイプのいずれかを追加または編集すると、ファイルを作成できるGoogleの外部エディタにリダイレクトされます。 ...
Googleドライブ との連携
Googleドライブ との連携 Googleドライブでドキュメントの作成と編集を有効にする Googleドライブドキュメントへのリンクを有効にする
ドキュメントとメディアのストレージクォータを設定する
ドキュメントとメディアのストレージクォータを設定する data.limit.dl.storage.max.sizeポータルプロパティを有効にすることで、ドキュメントとメディアでストレージクォータを定義できます。 このプロパティの値を定義すると、定義されたクォータを超えるアップロードの試行は失敗し、エラーメッセージが表示されます。...
Googleドライブドキュメントへのリンクを有効にする
Googleドライブドキュメントへのリンクを有効にする Liferayは、ドキュメントとメディアをGoogleドライブと統合するためのマーケットプレイスプラグインを提供しています。 有効にすると、Googleドライブファイルへのショートカットを作成して、ドキュメントとメディアを介してファイルを表示および管理できるようになります。 このプラグインは、 Liferay Portal CE...
SharePointとの連携
SharePointとの連携 SharePointへのLiferayのRESTコネクタの有効化 ドキュメントとメディアでのSharePointリポジトリの作成
OpenOffice / LibreOffice統合の有効化
OpenOffice / LibreOffice統合の有効化 OpenOffice と LibreOffice は、Liferayと統合できるオープンソースのプロダクティビティスイートです。 デフォルトでは、Liferayには限られたファイル形式の自動プレビューを生成する PDFBox が含まれています。...
ドキュメントとメディアでのSharePointリポジトリの作成
ドキュメントとメディアでのSharePointリポジトリの作成 SharePoint OAuth2設定 を追加すると、それを使用して、SharePointライブラリにマウントされるドキュメントとメディアにリポジトリを作成できます。 次に、以下の手順を実行します。 サイトまたはアセットライブラリでドキュメントとメディアアプリケーションを開きます。 追加(Add...
LiferayのREST Connector to SharePointの有効化
LiferayのREST Connector to SharePointの有効化 DXPサブスクリプションが必要です。 SharePoint 2016およびSharePoint Onlineと互換性があります。 LiferayのREST Connector to SharePointを使用すると、ドキュメントとメディアをSharePointライブラリと統合できます。...
ドキュメントアクセスの管理
ドキュメントアクセスの管理 他のユーザーとのドキュメントの共有 共有の有効化と構成 チェックアウトによるドキュメント変更の管理 権限とドキュメント ドキュメントとメディアの権限リファレンス
ドキュメントとメディアの権限リファレンス
ドキュメントとメディアの権限リファレンス Liferay 7.4 U76+/GA76+. アプリケーション および リソース の権限を使用して、ドキュメントおよびメディア資産へのアクセスを管理します。 ロールベースのアクセスコントロールにより、意図したユーザのみがドキュメントの作成、閲覧、ダウンロード、管理を行えるようにすることができます。 ...
WebDAVでドキュメントにアクセスする
WebDAVでドキュメントにアクセスする デスクトップファイルマネージャーから WebDAV を介してドキュメントライブラリにアクセスできます。 WebDAVは、Webサーバーに保存されているファイルを管理するためのHTTPに基づくプロトコルです。 WebDAVは、Linux、macOS、Windowsなど、ほとんどの主要なオペレーティングシステムとデスクトップ環境でサポートされています。...
Generating Images Using AI
Generating Images Using AI Liferay DXP 2024.Q2+/Portal GA120+ The Documents and Media application provides integration with OpenAI's ChatGPT engine using the AI Creator tool. With an OpenAI API...