public interface LayoutTypeController
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getConfigurationActionDelete() |
java.lang.String[] |
getConfigurationActionUpdate() |
default java.lang.String |
getFriendlyURL(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout) |
java.lang.String |
getType() |
java.lang.String |
getURL() |
java.lang.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,
java.lang.String friendlyURL,
Layout layout) |
java.lang.String[] getConfigurationActionDelete()
java.lang.String[] getConfigurationActionUpdate()
default java.lang.String getFriendlyURL(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout)
throws PortalException
PortalExceptionjava.lang.String getType()
java.lang.String getURL()
java.lang.String includeEditContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
throws java.lang.Exception
java.lang.Exceptionboolean includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
throws java.lang.Exception
java.lang.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,
java.lang.String friendlyURL,
Layout layout)