Search Results

Capability
Feature
Deployment Approach
その他のナレッジベースウィジェット
その他のナレッジベースウィジェット ナレッジベース表示ウィジェット 以外にも、ページに追加できるナレッジベースのウィジェットがあります。 知識ベース記事 :一つの記事の内容を表示します。 Knowledge Base Section :特定のトピック(セクション)に関連する記事を公開する。 知識ベース検索 :記事を検索します。 これらのウィジェットは、 Add( Add icon )...
公開日: 2024/11/22 22:48
Configuring a Message Boards Category Mailing List
Configuring a Message Boards Category Mailing List You can configure a mailing list for a message board category in a site or page-scoped message board. Globally scoped messages boards don't...
公開日: 2024/11/22 22:48
Creating Message Boards Categories
Creating Message Boards Categories Message Boards Categories organize threads into specific topics, making it easier for users to find and participate in discussions relevant to their interests. ...
公開日: 2024/11/22 22:48
OAuth2によるユーザーの認証
OAuth2によるユーザーの認証 OAuth 2.0の認証プロトコルを使用してLiferayのヘッドレスREST APIにアクセスするアプリケーションを作成できます。 提供されているサンプルReactアプリは、OAuth2トークンベースの3種類の認証フロー(認証コードフロー、クライアント認証情報フロー、パスワードフロー)のデモを実行しています。 OAuth2 管理パネルの詳細については、...
公開日: 2024/11/22 22:48
ヘッドレスプラットフォームとしてのLiferayの使用
ヘッドレスプラットフォームとしてのLiferayの使用 Liferayでは、Webインターフェイスで利用可能なアクションと同じ種類のアクションを実行する一連のAPIを提供しています。 これは、モバイルアプリケーション、カスタムWebアプリケーション、自動化されたプロセスの作成など、機械可読形式でデータを取得する必要がある場合に不可欠です。...
公開日: 2024/11/22 22:48
OAuth2によるアカウントアクセスの認証
OAuth2によるアカウントアクセスの認証 アプリケーションの登録が完了したら、ユーザーの認証を開始します。 そのためには、認可サーバー(Liferay DXP)へのURLを構築する必要があります。 認可サーバーは、前のチュートリアルでスコープとして見たように定義されたリソースに要求されたパーミッションを認可するようにユーザーに要求します。 認証コードフロー...
公開日: 2024/11/22 22:48
OAuth2アプリケーションの作成
OAuth2アプリケーションの作成 OAuth 2.0を使用して承認できるアプリケーションがある場合、Liferayがそれを認識できるように、そのアプリケーションを登録する必要があります。 これを行うには、 Control Panel → Configuration → OAuth2 Administration にアクセスします。 追加(add)ボタンをクリックします。 ...
公開日: 2024/11/22 22:48
OAuth 2のスコープ
OAuth 2のスコープ OAuth 2.0では、アプリケーションはユーザーデータの制限されたサブセットへのアクセスを許可されます。 これらは スコープ と呼ばれます(Liferayスコープと混同しないでください)。 これらは2つの方法で作成されます。 管理者が、スコープのサービスアクセスポリシーを作成する。 開発者が、JAX-RSエンドポイントを作成する。...
公開日: 2024/11/22 22:48
DXP
DXP 本ページでは、Liferay DXPとLiferay Portalの最新バージョン(7.3と7.4)についてのドキュメントをご紹介しています。 Liferay DXPは、世界中で使用されている商用サポート済みのエンタープライズ対応プラットフォームであり、Liferay Portalの基盤の上に構築されています。 Liferay DXPについて初めて学ぶ方は、...
公開日: 2024/11/22 22:49
インストールとアップグレード
インストールとアップグレード
公開日: 2024/11/22 22:49
以前のDXPバージョンにパッチを適用
以前のDXPバージョンにパッチを適用 Liferay DXPは、最新リリースにバンドルリリースを使用しています。 アップデートを適用する場合は、 [Liferayのアップデート](./updating-liferay.md) を参照してください。 すべてのホットフィックスはパッチです。 ホットフィックスを適用する場合は、このまま読み進めてください。 ...
公開日: 2024/11/22 22:49
Using Liferay Util Param
Using Liferay Util Param The param tag lets you set a parameter for an included JSP page. This configuration requires two JSPs. JSP A, the main view of the app, includes JSP B and sets its...
公開日: 2024/11/22 22:50
Using Localized Messages in an MVC Portlet
Using Localized Messages in an MVC Portlet Liferay's localization framework is for creating localized messages in your MVC portlet. Deploy the Sample Code Then, follow these steps: Download...
公開日: 2024/11/22 22:50
PortletMVC4Spring Configuration Files
PortletMVC4Spring Configuration Files A PortletMVC4Spring application has these descriptors, Spring contexts, and properties files in its WEB-INF folder: web.xml → Web application descriptor ...
公開日: 2024/11/22 22:50
Client Extensions
Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 When you want to extend Liferay, either by modifying its look and feel or by calling functions outside of Liferay, you...
公開日: 2024/11/22 22:50
Core Frameworks
Core Frameworks
公開日: 2024/11/22 22:50
Using Spring
Using Spring PortletMVC4Spring is a way to develop portlets using the Spring Framework and the Model View Controller (MVC) pattern. While the Spring Framework supports developing servlet-based web...
公開日: 2024/11/22 22:50
Reference
Reference PortletMVC4Spring integrates Spring, the Spring Web Framework, and the MVC design pattern with portlet development. As such, it uses configuration files from each of these areas and...
公開日: 2024/11/22 22:50
PortletMVC4Spring Annotations
PortletMVC4Spring Annotations PortletMVC4Spring provides several annotations for mapping requests to controller classes and controller methods. @RenderMapping Annotation Examples The following...
公開日: 2024/11/22 22:50
PortletMVC4Spring Project Anatomy
PortletMVC4Spring Project Anatomy PortletMVC4Spring portlets are packaged in WARs. Liferay provides Maven archetypes for creating projects configured to use JSP/JSPX and Thymeleaf templates. Their...
公開日: 2024/11/22 22:50

Capabilities

Product

Education

Contact Us

Connect

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