Liferay 7.0-ce-b4

com.liferay.portal.model
Interface LayoutTypeController

All Superinterfaces:
Serializable
All Known Implementing Classes:
BaseLayoutTypeControllerImpl, LayoutTypeControllerImpl

public interface LayoutTypeController
extends Serializable


Method Summary
 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)
           
 

Method Detail

getConfigurationActionDelete

String[] getConfigurationActionDelete()

getConfigurationActionUpdate

String[] getConfigurationActionUpdate()

getType

String getType()

getURL

String getURL()

includeEditContent

String includeEditContent(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response,
                          Layout layout)
                          throws Exception
Throws:
Exception

includeLayoutContent

boolean includeLayoutContent(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response,
                             Layout layout)
                             throws Exception
Throws:
Exception

isBrowsable

boolean isBrowsable()

isCheckLayoutViewPermission

boolean isCheckLayoutViewPermission()

isFirstPageable

boolean isFirstPageable()

isFullPageDisplayable

boolean isFullPageDisplayable()

isInstanceable

boolean isInstanceable()

isParentable

boolean isParentable()

isSitemapable

boolean isSitemapable()

isURLFriendliable

boolean isURLFriendliable()

matches

boolean matches(javax.servlet.http.HttpServletRequest request,
                String friendlyURL,
                Layout layout)

Liferay 7.0-ce-b4