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/Portal 7.3+. Publications を使用して、DXPインスタンス全体の変更を開発、追跡、公開できます。 これは、データベース列を作成して、本番環境のサイトに表示されるコンテンツのバージョンを決定することによって機能します。 これを使えば、ユーザーは自分の変更を公開可能なブロックにグループ化するために、個別の 公開 を作成することができます。 ...
公開日: 2024/05/09 18:57
パブリケーションの作成と管理
パブリケーションの作成と管理 Liferay DXP/Portal 7.3+. パブリケーションを使用すると、ユーザーはインスタンススコープの変更ブロックを作成できます。 各パブリケーションはインスタンススコープであるため、Liferay UIのどこからでもアクセスでき、複数のサイトからの変更を含めることができます。...
公開日: 2024/05/09 18:58
パブリケーションの有効化
パブリケーションの有効化 Liferay 7.3以降で利用可能 Publicationsは、お客様やお客様のチームが変更を開発、追跡、公開するための便利で柔軟な方法を提供します。 有効にすると、パブリケーションはグローバルにアクティブ化され、どこからでもアクセスしてサポートされているエンティティを編集できます。 ステージングとパブリケーションを同時に有効にすることはできません。...
公開日: 2024/05/09 18:58
変更を元に戻す
変更を元に戻す Liferay Publicationsは、公開されたすべての変更の履歴を保持しています。 この公開履歴を使用して、本番環境への以前の変更を元に戻すパブリケーションを作成できます。 出版物を元に戻す間、追加の変更を行うこともできます。 Liferayのバージョンをアップグレードした後、アップグレード前に公開したパブリケーションを元に戻すことはできません。...
公開日: 2024/05/09 18:58
ワークフローを出版物で使う
ワークフローを出版物で使う 7.4 U44+/GA44+ PublicationsはLiferayの Workflow フレームワークと統合されているので、Publicationsを有効にしてもコンテンツやページのレビューのためにカスタムワークフローを使い続けることができます。 これにより、追跡されたすべての変更は、本番環境に公開する前に、必要な承認プロセスを通過することになります。 ...
公開日: 2024/05/09 18:58
パブリッシング・ツールの比較
パブリッシング・ツールの比較 Liferayはコンテンツ作成とサイト構築のために2つのパブリッシングツールを提供しています:パブリケーションとステージングです。 Publicationsは、優れたコラボレーションエクスペリエンスを提供し、他のLiferay機能との統合がより進んでいるため、ほぼすべてのユースケースでStagingよりも推奨されます。...
公開日: 2024/05/09 18:57
パブリケーションでのコラボレーション
パブリケーションでのコラボレーション liferay 7.4+ デフォルトでは、パブリケーションには制作者のみがアクセスできます。 ただし、パブリケーションの制作者は、他のユーザーを招待して、パブリケーションを表示、編集、および公開することができます。 進行中、スケジュール済み、および公開済みのパブリケーションにユーザーを追加できます。 ...
公開日: 2024/05/09 18:57
変更の作成と公開
変更の作成と公開 Liferay 7.3+ パブリケーションは、Liferayインスタンスへの変更を管理するための便利な方法を提供します。 パブリケーションを使用すると、あなたとあなたのチームは、'パブリケーション'と呼ばれる変更のブロックを作成して共同作業できます。 その後、準備ができたら、これらの変更を本番環境に公開できます。 ...
公開日: 2024/05/09 18:58
出版物の使用許可
出版物の使用許可 7.4+ PublicationsはLiferayのパーミッションフレームワークと連携しているので、通常のロールに アプリケーション と リソース のパーミッションを割り当てることができます。また、共同研究者を招待する際に、 個々の出版物を対象とした...
公開日: 2024/05/09 18:58
競合の解決
競合の解決 公開プロセスを開始すると、Liferayは互換性チェックを実行して、パブリケーションと本番環境の間に競合があるかどうかを判断します。 一部の競合は自動的に解決されますが、その他の競合は手動で解決する必要があります。 変更を公開するには、すべての競合を解決する必要があります。 ...
公開日: 2024/05/09 18:58
出版テンプレートの使用
出版テンプレートの使用 Liferay 7.4 U73+/GA73+. 共有された詳細と投稿者を持つ出版物の作成を簡単にするには、出版物テンプレートを使用してください。 招待するユーザーのリストを作成し、ロールを割り当て、トークンを使用して名前と説明を自動入力することができます。 パブリケーション・テンプレートを作成するには グローバルメニュー を開き、アプリケーション...
公開日: 2024/05/09 18:58
表示されたコンテンツの自動公開の設定
表示されたコンテンツの自動公開の設定 7.4以降で利用可能 デフォルトでは、パブリッシングプロセスに明示的に含まれるコンテンツのみがLiveにパブリッシュされます。 必要に応じて、以下のウィジェットを使用して表示されるコンテンツを常に公開するようにインスタンスを構成できます。動的データリスト表示、フォーム、Webコンテンツ表示、およびWiki表示。...
公開日: 2024/05/09 18:58
ローカル現行環境ステージングの設定
ローカル現行環境ステージングの設定 ローカルライブステージングでは、ステージング環境とライブ環境の両方が同じLiferayサーバー上でホストされます。 有効にすると、Liferay DXPはステージング環境となるサイトやアセットライブラリのローカルクローンを作成し、オリジナルはライブ環境になります。...
公開日: 2024/05/09 18:58
ページパブリッシングの設定
ページパブリッシングの設定 デフォルトでは、Liveに子ページを公開すると、その親ページも公開されます。 これにより、孤児となったページを防ぐことができます。 しかし、親ページを常にLiveに公開すると、パフォーマンスに影響を与え、親ページへの変更を早期に公開してしまう可能性があります。...
公開日: 2024/05/09 18:58
リモート本番環境ステージングの設定
リモート本番環境ステージングの設定 リモートライブステージングでは、ステージング環境とライブ環境は別々のLiferayサーバーでホストされます。 有効にすると、ステージングの設定に使用したサイトまたはアセットライブラリがステージング環境になり、リモートサーバーがライブ環境になります。 リモートステージングは別々のLiferayサーバー上で環境をホストします。 ...
公開日: 2024/05/09 18:58
ステージングでのデータとコンテンツタイプの管理
ステージングでのデータとコンテンツタイプの管理 Liferay DXPのステージングツールは、初期構成と公開プロセスの両方で、利用可能なアプリケーションデータとコンテンツタイプを管理する方法を提供します。...
公開日: 2024/05/09 18:58
ステージング
ステージング Liferayのステージングアプリケーションは、本番環境に変更を公開する前に、サイトやアセットライブラリに変更を加えるための作業環境を提供します。 これを使えば、ステージングされたアプリケーションのデータやページを舞台裏で修正し、準備ができたら変更を公開することができます。 Liferayは元のサイトやライブラリのコピーを別に作成します。 ...
公開日: 2024/05/09 18:58
ステージング権限の管理
ステージング権限の管理 ステージングを使用すると、ステージングとページバージョニングを直接処理するユーザー権限を管理できます。 一般的なステージング権限 関連するサイトの権限 個々のバリエーションの権限 一般的なステージング権限 [コントロールパネル] → [Users] → [Roles] に移動します。 変更するロールの アクション ボタン(Actions...
公開日: 2024/05/09 18:58
サイトステージングUIリファレンス
サイトステージングUIリファレンス ローカルまたはリモートのライブステージングを有効にすると、ほとんどのページ設定オプションはステージング環境でのみアクセスできるようになります。 これにより、ユーザーがライブページを直接編集することができなくなります。 Stagingを有効にすると、Staging環境に追加のオプションが表示されます。 これらのオプションは、ステージングバー、Publish...
公開日: 2024/05/09 18:58
メニュー表示を設定する
メニュー表示を設定する メニュー表示 を表示および設定するには、 メニュー表示フラグメント または メニュー表示ウィジェット を使用できます。 これら2つのオプションのいずれかを使用すると、あなたのサイトのメニュー表示オプション、レベル、および動作を定義することができます。 Liferayを初めて使う場合は、menu display...
公開日: 2024/05/09 18:58

Capabilities

Product

Education

Contact Us

Connect

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