Liferay 7.0-ce-m3

com.liferay.portal.model
Interface LayoutTypeController

All Superinterfaces:
Serializable

public interface LayoutTypeController
extends Serializable


Method Summary
 String[] getConfigurationActionDelete()
           
 String[] getConfigurationActionUpdate()
           
 String getEditPage()
           
 String getURL()
           
 boolean includeLayoutContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Layout layout)
           
 boolean isFirstPageable()
           
 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()

getEditPage

String getEditPage()

getURL

String getURL()

includeLayoutContent

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

isFirstPageable

boolean isFirstPageable()

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-m3