public class LayoutTypeControllerImpl
extends java.lang.Object
implements com.liferay.portal.model.LayoutTypeController
| Constructor and Description |
|---|
LayoutTypeControllerImpl(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getConfigurationActionDelete() |
java.lang.String[] |
getConfigurationActionUpdate() |
protected java.lang.String |
getEditPage() |
java.lang.String |
getURL() |
java.lang.String |
getViewPath(java.lang.String portletId,
boolean wap) |
java.lang.String |
includeEditContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.liferay.portal.model.Layout layout) |
boolean |
includeLayoutContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.liferay.portal.model.Layout layout) |
boolean |
isBrowsable() |
boolean |
isFirstPageable() |
boolean |
isParentable() |
boolean |
isSitemapable() |
boolean |
isURLFriendliable() |
boolean |
matches(javax.servlet.http.HttpServletRequest request,
java.lang.String friendlyURL,
com.liferay.portal.model.Layout layout) |
public java.lang.String[] getConfigurationActionDelete()
getConfigurationActionDelete in interface com.liferay.portal.model.LayoutTypeControllerpublic java.lang.String[] getConfigurationActionUpdate()
getConfigurationActionUpdate in interface com.liferay.portal.model.LayoutTypeControllerpublic java.lang.String getURL()
getURL in interface com.liferay.portal.model.LayoutTypeControllerpublic java.lang.String getViewPath(java.lang.String portletId,
boolean wap)
public java.lang.String includeEditContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.liferay.portal.model.Layout layout)
throws java.lang.Exception
includeEditContent in interface com.liferay.portal.model.LayoutTypeControllerjava.lang.Exceptionpublic boolean includeLayoutContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.liferay.portal.model.Layout layout)
throws java.lang.Exception
includeLayoutContent in interface com.liferay.portal.model.LayoutTypeControllerjava.lang.Exceptionpublic boolean isBrowsable()
isBrowsable in interface com.liferay.portal.model.LayoutTypeControllerpublic boolean isFirstPageable()
isFirstPageable in interface com.liferay.portal.model.LayoutTypeControllerpublic boolean isParentable()
isParentable in interface com.liferay.portal.model.LayoutTypeControllerpublic boolean isSitemapable()
isSitemapable in interface com.liferay.portal.model.LayoutTypeControllerpublic boolean isURLFriendliable()
isURLFriendliable in interface com.liferay.portal.model.LayoutTypeControllerpublic boolean matches(javax.servlet.http.HttpServletRequest request,
java.lang.String friendlyURL,
com.liferay.portal.model.Layout layout)
matches in interface com.liferay.portal.model.LayoutTypeControllerprotected java.lang.String getEditPage()