Package com.liferay.fragment.contributor
Interface FragmentCollectionContributor
- All Known Implementing Classes:
BaseFragmentCollectionContributor
@ProviderType
public interface FragmentCollectionContributor
-
Method Summary
Modifier and TypeMethodDescriptiondefault List<FragmentComposition>
default List<FragmentComposition>
getFragmentCompositions
(Locale locale) getFragmentEntries
(int type) getFragmentEntries
(int[] types) default List<FragmentEntry>
getFragmentEntries
(int[] types, Locale locale) default List<FragmentEntry>
getFragmentEntries
(int type, Locale locale) default List<FragmentEntry>
getFragmentEntries
(Locale locale) getName()
default String
getNames()
default com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader
default boolean
default boolean
-
Method Details
-
getFragmentCollectionKey
String getFragmentCollectionKey() -
getFragmentCompositions
-
getFragmentCompositions
-
getFragmentEntries
List<FragmentEntry> getFragmentEntries() -
getFragmentEntries
-
getFragmentEntries
-
getFragmentEntries
-
getFragmentEntries
-
getFragmentEntries
-
getName
String getName() -
getName
-
getNames
-
getResourceBundleLoader
default com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader getResourceBundleLoader() -
isDeprecated
default boolean isDeprecated() -
isEnabled
default boolean isEnabled()
-