Liferay 7.0-ce-b4

com.liferay.portal.model.impl
Class LayoutTypeControllerImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.LayoutTypeControllerImpl
All Implemented Interfaces:
LayoutTypeController, Serializable

public class LayoutTypeControllerImpl
extends Object
implements LayoutTypeController

See Also:
Serialized Form

Constructor Summary
LayoutTypeControllerImpl(String type)
           
 
Method Summary
 String[] getConfigurationActionDelete()
           
 String[] getConfigurationActionUpdate()
           
protected  String getEditPage()
           
 String getType()
           
 String getURL()
           
 String getViewPath(String portletId, boolean wap)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutTypeControllerImpl

public LayoutTypeControllerImpl(String type)
Method Detail

getConfigurationActionDelete

public String[] getConfigurationActionDelete()
Specified by:
getConfigurationActionDelete in interface LayoutTypeController

getConfigurationActionUpdate

public String[] getConfigurationActionUpdate()
Specified by:
getConfigurationActionUpdate in interface LayoutTypeController

getType

public String getType()
Specified by:
getType in interface LayoutTypeController

getURL

public String getURL()
Specified by:
getURL in interface LayoutTypeController

getViewPath

public String getViewPath(String portletId,
                          boolean wap)

includeEditContent

public String includeEditContent(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response,
                                 Layout layout)
                          throws Exception
Specified by:
includeEditContent in interface LayoutTypeController
Throws:
Exception

includeLayoutContent

public boolean includeLayoutContent(javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response,
                                    Layout layout)
                             throws Exception
Specified by:
includeLayoutContent in interface LayoutTypeController
Throws:
Exception

isBrowsable

public boolean isBrowsable()
Specified by:
isBrowsable in interface LayoutTypeController

isCheckLayoutViewPermission

public boolean isCheckLayoutViewPermission()
Specified by:
isCheckLayoutViewPermission in interface LayoutTypeController

isFirstPageable

public boolean isFirstPageable()
Specified by:
isFirstPageable in interface LayoutTypeController

isFullPageDisplayable

public boolean isFullPageDisplayable()
Specified by:
isFullPageDisplayable in interface LayoutTypeController

isInstanceable

public boolean isInstanceable()
Specified by:
isInstanceable in interface LayoutTypeController

isParentable

public boolean isParentable()
Specified by:
isParentable in interface LayoutTypeController

isSitemapable

public boolean isSitemapable()
Specified by:
isSitemapable in interface LayoutTypeController

isURLFriendliable

public boolean isURLFriendliable()
Specified by:
isURLFriendliable in interface LayoutTypeController

matches

public boolean matches(javax.servlet.http.HttpServletRequest request,
                       String friendlyURL,
                       Layout layout)
Specified by:
matches in interface LayoutTypeController

getEditPage

protected String getEditPage()

Liferay 7.0-ce-b4