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 httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout) |
boolean |
includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout) |
boolean |
isBrowsable() |
boolean |
isCheckLayoutViewPermission() |
boolean |
isFirstPageable() |
boolean |
isFullPageDisplayable() |
boolean |
isInstanceable() |
boolean |
isParentable() |
default boolean |
isPrimaryType() |
boolean |
isSitemapable() |
boolean |
isURLFriendliable() |
default boolean |
isWorkflowEnabled() |
boolean |
matches(javax.servlet.http.HttpServletRequest httpServletRequest,
String friendlyURL,
Layout layout) |
String[] getConfigurationActionDelete()
String[] getConfigurationActionUpdate()
String getType()
String getURL()
String includeEditContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
throws Exception
Exceptionboolean includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
throws Exception
Exceptionboolean isBrowsable()
boolean isCheckLayoutViewPermission()
boolean isFirstPageable()
boolean isFullPageDisplayable()
boolean isInstanceable()
boolean isParentable()
default boolean isPrimaryType()
boolean isSitemapable()
boolean isURLFriendliable()
default boolean isWorkflowEnabled()
boolean matches(javax.servlet.http.HttpServletRequest httpServletRequest,
String friendlyURL,
Layout layout)