Search Results

Capability
Feature
Deployment Approach
Clay Cards
Clay Cards Cards visually represent data. Use them for images, document libraries, user profiles and more. There are four main types of Cards: Image Cards File Cards User Cards Horizontal...
公開日: 2024/05/09 18:53
Clay Icons
Clay Icons The Liferay Clay taglibs provide several icons that you can use in your apps. Use the clay:icon tag and specify the icon with the symbol attribute: You can include icons in your app...
公開日: 2024/05/09 18:53
Clay Labels and Links
Clay Labels and Links Liferay Clay taglibs provide tags for creating labels and links in your app. Both of these elements are covered below. Labels The Liferay Clay taglibs provide a few different...
公開日: 2024/05/09 18:53
Clay Management Toolbar
Clay Management Toolbar The Management Toolbar gives administrators control over search container results in their apps. It lets you filter, sort, and choose a view type for search results, so you...
公開日: 2024/05/09 18:53
Clay Progress Bars
Clay Progress Bars You can add progress bars to your app with the clay:progressbar tag. These indicate the completion percentage of a task and come in three status styles: default (blue), warning...
公開日: 2024/05/09 18:53
Liferay Portlet Objects For JSPs
Liferay Portlet Objects For JSPs You may have noticed the tag in your JSPs. Similar to the theme:defineObjects tag, when you include this tag in your JSP, you gain access to several variables ...
公開日: 2024/05/09 18:53
Clay Stickers
Clay Stickers Whereas badges display numbers and labels display short information, stickers are small visual indicators of the content (usually the content type). They can include a small label or...
公開日: 2024/05/09 18:53
Liferay Theme Objects For JSPs
Liferay Theme Objects For JSPs When you include the tag in your JSP, you gain access to several Liferay theme objects via variables. These objects are described in the table below: ...
公開日: 2024/05/09 18:53
Liferay UI Tag Library
Liferay UI Tag Library The Liferay UI tag library provides tags that implement commonly used UI components. These tags make your markup consistent, responsive, and accessible. You can find a list...
公開日: 2024/05/09 18:53
Liferay UI Icon Help
Liferay UI Icon Help The icon help tag lets you communicate additional information to your users in an unobtrusive way. It renders as an iconic question mark that provides more information through...
公開日: 2024/05/09 18:53
Liferay UI Icon Lists
Liferay UI Icon Lists An icon list displays icons in a horizontal list, instead of in a pop-up navigation menu like an icon menu. You can see an example of an icon list menu in a message board...
公開日: 2024/05/09 18:53
Liferay UI Icon Menus
Liferay UI Icon Menus You can add a pop-up navigation menu to your app with the liferay-ui:icon-menu tag. Icon menus display menu options when needed, storing them away in a collapsed menu when...
公開日: 2024/05/09 18:53
Liferay UI Icons
Liferay UI Icons The Liferay UI taglibs provide several icons you can include in your apps. To add an icon to your app, use the liferay-ui:icon tag and specify the icon with either the icon,...
公開日: 2024/05/09 18:53
Liferay UI Tabs
Liferay UI Tabs Tabs create dividers that organize content into individual sections. Content can be embedded or included from another JSP. To add tabs to your app, use the tag and specify each...
公開日: 2024/05/09 18:53
Using Liferay Util Body Bottom
Using Liferay Util Body Bottom The body bottom tag is not a self-closing tag. It lets you add additional HTML or scripts to the bottom of the body tag. content placed between the opening and...
公開日: 2024/05/09 18:53
Using Liferay Util Get URL
Using Liferay Util Get URL The get URL tag scrapes the URL provided by the url attribute. If a value is provided for the var attribute, the content from the screen scrape is scoped to that...
公開日: 2024/05/09 18:53
Using Liferay Util Include
Using Liferay Util Include The include tag lets you include other JSP files in your portlet's JSP, theme, or web content. This can increase readability as well as provide separation of concerns for...
公開日: 2024/05/09 18:53
Liferay Util Tag Library
Liferay Util Tag Library The Liferay Util taglib is used to pull other resources into a portlet or theme. You can use it to specify which resources to insert at the bottom or top of the page's...
公開日: 2024/05/09 18:53
Using Liferay Util Body Top
Using Liferay Util Body Top The body top tag is not a self-closing tag. The content placed between the opening and closing of this tag is moved to the top of the body tag. When something is passed...
公開日: 2024/05/09 18:53
Using Liferay Util Buffer
Using Liferay Util Buffer The buffer tag is not a self-closing tag. The content placed between the opening and closing of this tag is saved to a buffer and its output is assigned to the Java...
公開日: 2024/05/09 18:53
Using Liferay Util Dynamic Include
Using Liferay Util Dynamic Include The dynamic include tag lets you specify a point or points in a JSP or theme where a developer can inject additional HTML, resources, or functionality, using the...
公開日: 2024/05/09 18:53
Using Liferay Util HTML Bottom
Using Liferay Util HTML Bottom The HTML bottom tag is not a self-closing tag. Content placed between the opening and closing of this tag is moved to the bottom of the tag. When something is passed...
公開日: 2024/05/09 18:53
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...
公開日: 2024/05/09 18:53
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...
公開日: 2024/05/09 18:53
Using a JSP and MVC Portlet
Using a JSP and MVC Portlet An easy way to start developing a web application is to add markup to a JSP file and render it using a portlet Java class. The W3E7 example application demonstrates...
公開日: 2024/05/09 18:53
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...
公開日: 2024/05/09 18:53
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...
公開日: 2024/05/09 18:53
Dependency Injection
Dependency Injection
公開日: 2024/05/09 18:53
Job Scheduler Framework
Job Scheduler Framework
公開日: 2024/05/09 18:53
Creating a New Job Scheduler Task Executor
Creating a New Job Scheduler Task Executor Liferay Self-Hosted Liferay PaaS Each Job Scheduler Task is created by implementing the DispatchTaskExecutor interface and can execute any logic. While...
公開日: 2024/05/09 18:53
Using Job Scheduler
Using Job Scheduler Liferay Self-Hosted Liferay PaaS Job Scheduler is a flexible framework built on Liferay's scheduler engine for running and scheduling business logic. This framework uses the...
公開日: 2024/05/09 18:53
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...
公開日: 2024/05/09 18:53
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...
公開日: 2024/05/09 18:53
Portlet Providers
Portlet Providers
公開日: 2024/05/09 18:53
Servlets
Servlets
公開日: 2024/05/09 18:54
Client Extensions UI Reference
Client Extensions UI Reference Liferay's widget client extensions (custom element and iframe) register applications with Liferay, adding them as widgets to site pages. Additionally, you can style...
公開日: 2024/05/09 18:54
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...
公開日: 2024/05/09 18:53
Bundling Resources
Bundling Resources
公開日: 2024/05/09 18:54
Bundling and Installing Resources into Your Theme via Themelets
Bundling and Installing Resources into Your Theme via Themelets Themelets are small, modular pieces of code that you can reuse in multiple themes. Unlike themes themselves, themelets may only...
公開日: 2024/05/09 18:54
Bundling Independent UI Resources via Theme Contributors
Bundling Independent UI Resources via Theme Contributors Theme contributors are modules that contain CSS and JavaScript resources and apply them to every page. They are independent from specific...
公開日: 2024/05/09 18:54
パッチタイプについて
パッチタイプについて サブスクライバー Liferayサポートチームは、DXPで発見された問題に対する修正を作成およびリリースします。 フィックスは、一般に パッチ と呼ばれるZIPファイルにパッケージ化されています。 セキュリティの問題、顧客固有の問題、およびLiferayコミュニティによって報告された問題に対するパッチがあります。...
公開日: 2024/05/09 18:51
ホットフィックスの適用
ホットフィックスの適用 サブスクライバー ホットフィックスとは、お客様が確認したDXPの重大な問題に対処するために、アップデートの間(DXP 7.3 SP3以前のバージョンではフィックスパックの間)に配信される修正または修正のコレクションです。 ヘルプセンターチケット からホットフィックスでリクエストできます。...
公開日: 2024/05/09 18:51
バックアップ
バックアップ DXPインストールを実行したら、予期しないイベントを考慮した包括的なバックアップ計画を実装する必要があります。 バックアップコピーは、アップデートのテスト(DXPアップグレード、新しいプラグインなど)にも役立ちます。 Liferay DXPのバックアップ計画を検討するときは、次の領域をバックアップすることをお勧めします。 Liferay ホームディレクトリ ...
公開日: 2024/05/09 18:51
クラスター化されたインストールの維持
クラスター化されたインストールの維持 クラスターで機能するようにLiferay DXPのインストールを設定すると、パフォーマンスとスケーラビリティが向上しますが、適切にサポートおよび維持するために追加の考慮事項も必要です。 これには、新規および更新されたプラグインとモジュールのデプロイ、パッチとフィックスパックのインストール、構成の変更などが含まれます。 概説されているLiferay...
公開日: 2024/05/09 18:51
ブルーグリーンのデプロイ
ブルーグリーンのデプロイ ブルーグリーンとは、本番環境(ブルー 環境)を複製し、ソフトウェアとデータの変更によって複製を変更する(グリーン 環境)デプロイ手法です。 グリーン環境のテストに成功したら、ユーザーをブルー環境からグリーン環境にカットオーバーします。 ブルーグリーンは、システムのダウンタイムを排除します。 データの変更とデータスキーマの変更には、特別な注意が必要です。...
公開日: 2024/05/09 18:51
ローリング再起動の実行
ローリング再起動の実行 ローリング再起動クラスターのメンテナンスプロセスでは、ノードがすべて更新されるまで、ノードを一度に1つずつ(他のノードが動作している間)シャットダウンして更新します。 この方法により、クラスターを更新する際の稼働時間を最大化できます。 ローリング再起動は、コンテナおよびイメージベースの環境で使用できます。 ローリング再起動の手順は次のとおりです。 ...
公開日: 2024/05/09 18:51
DXP 7.2の高度なパッチ適用
DXP 7.2の高度なパッチ適用 DXP 7.2の高度なパッチ適用に関するトピックは次のとおりです。 スリムバンドルの使用 では、パッチファイルを含まないDXPフィックスパックバンドルを使用してディスク領域を節約する方法を示しています。 パッチを適用したインストールのスリム化 では、パッチファイルをDXPインストールから分離してDXPインストールをスリム化する方法を示しています。 ...
公開日: 2024/05/09 18:51
スリムバンドルの使用
スリムバンドルの使用 サブスクライバー Liferay DXP 7.2フィックスパックおよびサービスパックは、Tomcatアプリケーションサーバーにバンドルされて提供されています。 従来のバンドルと スリムバンドル として利用できます。 従来のDXP 7.2バンドルには、...
公開日: 2024/05/09 18:51
パッチのインストール
パッチのインストール サブスクライバー パッチングツールは、Liferay DXP 7.3 SP3以前のバージョンのフィックスパック(セキュリティフィックスパック、サービスパックを含む)を適用します。 また、任意のDXPバージョンのホットフィックスも適用されます。 Liferay DXP 7.3 SP3+のアップデート(またはセキュリティアップデート)を適用する場合は、...
公開日: 2024/05/09 18:51
パッチングツールの構成
パッチングツールの構成 サブスクライバー パッチングツールは、どのDXPインストールにも適応できます。 ツールの自動検出オプションは、パッチングツールを構成する最も簡単な方法です。 DXPをアプリケーションサーバーにインストールした場合、またはパッチツールのリクエストをプロキシする必要がある場合は、パッチツールを手動で設定できます。 概要: ...
公開日: 2024/05/09 18:51
パッチのアンインストール
パッチのアンインストール サブスクライバー パッチをインストールした後に、インストールを以前のパッチレベルに戻すことができます。 ここでは、以下の方法を学びます。 パッチをアンインストールする すべてのパッチを一度に元に戻す(アンインストール) パッチのアンインストール パッチをアンインストールして、インストールを目的のパッチレベルに復元できます。 ...
公開日: 2024/05/09 18:51
Liferayの旧バージョンをアップデートする
Liferayの旧バージョンをアップデートする 常に最新の情報を得ることで、最高のセキュリティと品質を得ることができます。 セキュリティアップデート は、最新のセキュリティ問題に即座に対応するためのリリースです。 アップデート は、最新のセキュリティアップデート、確認されたバグの修正、新機能の追加などを行ったリリースです。...
公開日: 2024/05/09 18:51
リファレンス
リファレンス データベース設定 データベーステンプレート JVM設定 Liferay Home ポータルプロパティ システムプロパティ Liferayソフトウェアバージョン
公開日: 2024/05/09 18:51
CAS(中央認証サービス)による認証
CAS(中央認証サービス)による認証 CASはLiferay DXP 7.2で非推奨になり、Liferay DXP7.4で削除されました。 代わりに[SAML](./authenticating-with-saml.md)を使用してください。 CASは広く使用されているオープンソースのシングルサインオンソリューションであり、Liferay DXPでサポートされる最初のSSO製品でした。...
公開日: 2024/05/09 18:52
システムレベルでのSAMLの設定
システムレベルでのSAMLの設定 ポータルインスタンスで SAML 認証を有効にする前に、システムレベルで構成して、これらのインスタンスで作業するための基礎を作る必要がある。 たとえば、ポータルインスタンスでSAMLを構成しているときに、ファイルシステムからドキュメントライブラリにキーストアを移動しなければならないことに気づくことはないだろう。 これでは、誰もが設定に頭を悩ませることになる。...
公開日: 2024/05/09 18:52
SAMLを介した外部IdPからのユーザーグループのメンバーシップのインポート
SAMLを介した外部IdPからのユーザーグループのメンバーシップのインポート この機能は現在 [dev feature flag](../../../../system-administration/configuring-liferay/feature-flags.md#dev-feature-flags) の後ろにあります。 これを本番で使ってはならない。...
公開日: 2024/05/09 18:52
JVM設定
JVM設定 Liferay DXP/PortalにはJava JDK 8 または11が必要であり、特定のJVMオプション設定が必要です。 JDK 11に固有の推奨設定と推奨されるベースラインメモリ設定もあります。 ここでは、これらすべての設定について学習し、Tomcatスクリプトの例で説明します。 JDKを選択するには [Liferay...
公開日: 2024/05/09 18:51
Liferay Home
Liferay Home Liferay Home は、Liferay DXP/Portalがアプリケーションの起動、構成の読み取り・適用、JARファイルのロード、ログの生成などを行うフォルダです。 Liferay Homeの場所は、インストールタイプによって異なります。 Liferay Tomcatバンドルでは 、Liferay...
公開日: 2024/05/09 18:51
ポータルプロパティ
ポータルプロパティ 構成オプションは、サーバーの起動時に ポータルプロパティ 、プロパティファイルから読み取られた名前と値のペアのセット、およびDocker環境変数を使用して指定されます。 デフォルト値 はportal-impl.jar/portal.propertiesファイルで指定されています。 ...
公開日: 2024/05/09 18:52
システムプロパティ
システムプロパティ Liferay DXP/Portalは、アプリケーションサーバーのJVMで実行されます。 システムプロパティは、-D[name1]=[value1]形式でjavaに引数としてJVMに直接渡すことも、DXPシステムプロパティファイルを使用してロードすることもできます。 システムプロパティは、アプリケーションサーバーとそのすべてのアプリケーションで使用できるため、...
公開日: 2024/05/09 18:52

Capabilities

Product

Education

Contact Us

Connect

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