Class MockObjectLayoutDisplayPageProvider
java.lang.Object
com.liferay.info.test.util.layout.display.page.MockObjectLayoutDisplayPageProvider
- All Implemented Interfaces:
com.liferay.layout.display.page.LayoutDisplayPageProvider<MockObject>
public class MockObjectLayoutDisplayPageProvider
extends Object
implements com.liferay.layout.display.page.LayoutDisplayPageProvider<MockObject>
-
Constructor Summary
ConstructorsConstructorDescriptionMockObjectLayoutDisplayPageProvider(com.liferay.layout.display.page.LayoutDisplayPageObjectProvider layoutDisplayPageObjectProvider) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.layout.display.page.LayoutDisplayPageObjectProvider<MockObject> getLayoutDisplayPageObjectProvider(long groupId, String urlTitle) com.liferay.layout.display.page.LayoutDisplayPageObjectProvider<MockObject> getLayoutDisplayPageObjectProvider(com.liferay.info.item.InfoItemReference infoItemReference) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.layout.display.page.LayoutDisplayPageProvider
getDefaultURLSeparator, getLayoutDisplayPageObjectProvider, getLayoutDisplayPageObjectProvider, getParentLayoutDisplayPageObjectProvider, inheritable
-
Constructor Details
-
MockObjectLayoutDisplayPageProvider
public MockObjectLayoutDisplayPageProvider(com.liferay.layout.display.page.LayoutDisplayPageObjectProvider layoutDisplayPageObjectProvider)
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein interfacecom.liferay.layout.display.page.LayoutDisplayPageProvider<MockObject>
-
getLayoutDisplayPageObjectProvider
public com.liferay.layout.display.page.LayoutDisplayPageObjectProvider<MockObject> getLayoutDisplayPageObjectProvider(com.liferay.info.item.InfoItemReference infoItemReference) - Specified by:
getLayoutDisplayPageObjectProviderin interfacecom.liferay.layout.display.page.LayoutDisplayPageProvider<MockObject>
-
getLayoutDisplayPageObjectProvider
public com.liferay.layout.display.page.LayoutDisplayPageObjectProvider<MockObject> getLayoutDisplayPageObjectProvider(long groupId, String urlTitle) - Specified by:
getLayoutDisplayPageObjectProviderin interfacecom.liferay.layout.display.page.LayoutDisplayPageProvider<MockObject>
-
getURLSeparator
- Specified by:
getURLSeparatorin interfacecom.liferay.layout.display.page.LayoutDisplayPageProvider<MockObject>
-