public abstract class BaseFragmentCollectionContributor extends java.lang.Object implements FragmentCollectionContributor
| Modifier and Type | Field and Description |
|---|---|
protected FragmentCompositionLocalService |
fragmentCompositionLocalService |
protected FragmentEntryLocalService |
fragmentEntryLocalService |
| Constructor and Description |
|---|
BaseFragmentCollectionContributor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.framework.BundleContext bundleContext) |
java.util.List<FragmentComposition> |
getFragmentCompositions() |
java.util.List<FragmentComposition> |
getFragmentCompositions(java.util.Locale locale) |
java.util.List<FragmentEntry> |
getFragmentEntries() |
java.util.List<FragmentEntry> |
getFragmentEntries(int type) |
java.util.List<FragmentEntry> |
getFragmentEntries(int type,
java.util.Locale locale) |
java.util.List<FragmentEntry> |
getFragmentEntries(java.util.Locale locale) |
java.lang.String |
getName() |
java.lang.String |
getName(java.util.Locale locale) |
java.util.Map<java.util.Locale,java.lang.String> |
getNames() |
com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader |
getResourceBundleLoader() |
abstract javax.servlet.ServletContext |
getServletContext() |
protected void |
readAndCheckFragmentCollectionStructure() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFragmentCollectionKeyprotected FragmentCompositionLocalService fragmentCompositionLocalService
protected FragmentEntryLocalService fragmentEntryLocalService
public java.util.List<FragmentComposition> getFragmentCompositions()
getFragmentCompositions in interface FragmentCollectionContributorpublic java.util.List<FragmentComposition> getFragmentCompositions(java.util.Locale locale)
getFragmentCompositions in interface FragmentCollectionContributorpublic java.util.List<FragmentEntry> getFragmentEntries()
getFragmentEntries in interface FragmentCollectionContributorpublic java.util.List<FragmentEntry> getFragmentEntries(int type)
getFragmentEntries in interface FragmentCollectionContributorpublic java.util.List<FragmentEntry> getFragmentEntries(int type, java.util.Locale locale)
getFragmentEntries in interface FragmentCollectionContributorpublic java.util.List<FragmentEntry> getFragmentEntries(java.util.Locale locale)
getFragmentEntries in interface FragmentCollectionContributorpublic java.lang.String getName()
getName in interface FragmentCollectionContributorpublic java.lang.String getName(java.util.Locale locale)
getName in interface FragmentCollectionContributorpublic java.util.Map<java.util.Locale,java.lang.String> getNames()
getNames in interface FragmentCollectionContributorpublic com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader getResourceBundleLoader()
getResourceBundleLoader in interface FragmentCollectionContributorpublic abstract javax.servlet.ServletContext getServletContext()
protected void activate(org.osgi.framework.BundleContext bundleContext)
protected void readAndCheckFragmentCollectionStructure()