com.liferay.portal.model
Interface LayoutTypeController
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- LayoutTypeControllerImpl
public interface LayoutTypeController
- extends Serializable
getConfigurationActionDelete
String[] getConfigurationActionDelete()
getConfigurationActionUpdate
String[] getConfigurationActionUpdate()
getEditPage
String getEditPage()
getURL
String getURL()
includeLayoutContent
boolean includeLayoutContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Layout layout)
throws Exception
- Throws:
Exception
isFirstPageable
boolean isFirstPageable()
isParentable
boolean isParentable()
isSitemapable
boolean isSitemapable()
isURLFriendliable
boolean isURLFriendliable()
matches
boolean matches(javax.servlet.http.HttpServletRequest request,
String friendlyURL,
Layout layout)