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