public class LayoutTypeControllerImpl
extends Object
implements com.liferay.portal.kernel.model.LayoutTypeController
| Constructor and Description |
|---|
LayoutTypeControllerImpl(String type) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getConfigurationActionDelete() |
String[] |
getConfigurationActionUpdate() |
protected String |
getEditPage() |
String |
getType() |
String |
getURL() |
String |
getViewPath(String portletId) |
String |
includeEditContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.model.Layout layout) |
boolean |
includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.model.Layout layout) |
boolean |
isBrowsable() |
boolean |
isCheckLayoutViewPermission() |
boolean |
isFirstPageable() |
boolean |
isFullPageDisplayable() |
boolean |
isInstanceable() |
boolean |
isParentable() |
boolean |
isPrimaryType() |
boolean |
isSitemapable() |
boolean |
isURLFriendliable() |
boolean |
isWorkflowEnabled() |
boolean |
matches(javax.servlet.http.HttpServletRequest httpServletRequest,
String friendlyURL,
com.liferay.portal.kernel.model.Layout layout) |
public String[] getConfigurationActionDelete()
getConfigurationActionDelete in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic String[] getConfigurationActionUpdate()
getConfigurationActionUpdate in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic String getType()
getType in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic String getURL()
getURL in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic String getViewPath(String portletId)
public String includeEditContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.model.Layout layout)
throws Exception
includeEditContent in interface com.liferay.portal.kernel.model.LayoutTypeControllerExceptionpublic boolean includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.model.Layout layout)
throws Exception
includeLayoutContent in interface com.liferay.portal.kernel.model.LayoutTypeControllerExceptionpublic boolean isBrowsable()
isBrowsable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isCheckLayoutViewPermission()
isCheckLayoutViewPermission in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isFirstPageable()
isFirstPageable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isFullPageDisplayable()
isFullPageDisplayable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isInstanceable()
isInstanceable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isParentable()
isParentable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isPrimaryType()
isPrimaryType in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isSitemapable()
isSitemapable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isURLFriendliable()
isURLFriendliable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isWorkflowEnabled()
isWorkflowEnabled in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean matches(javax.servlet.http.HttpServletRequest httpServletRequest,
String friendlyURL,
com.liferay.portal.kernel.model.Layout layout)
matches in interface com.liferay.portal.kernel.model.LayoutTypeControllerprotected String getEditPage()