public interface LayoutTypeController
extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String[] |
getConfigurationActionDelete() |
String[] |
getConfigurationActionUpdate() |
String |
getType() |
String |
getURL() |
String |
includeEditContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Layout layout) |
boolean |
includeLayoutContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Layout layout) |
boolean |
isBrowsable() |
boolean |
isCheckLayoutViewPermission() |
boolean |
isFirstPageable() |
boolean |
isFullPageDisplayable() |
boolean |
isInstanceable() |
boolean |
isParentable() |
boolean |
isSitemapable() |
boolean |
isURLFriendliable() |
boolean |
matches(javax.servlet.http.HttpServletRequest request,
String friendlyURL,
Layout layout) |
String[] getConfigurationActionDelete()
String[] getConfigurationActionUpdate()
String getType()
String getURL()
String includeEditContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Layout layout)
throws Exception
Exceptionboolean includeLayoutContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Layout layout)
throws Exception
Exceptionboolean isBrowsable()
boolean isCheckLayoutViewPermission()
boolean isFirstPageable()
boolean isFullPageDisplayable()
boolean isInstanceable()
boolean isParentable()
boolean isSitemapable()
boolean isURLFriendliable()
boolean matches(javax.servlet.http.HttpServletRequest request,
String friendlyURL,
Layout layout)