Liferay 7.0-ga1 portal-impl

com.liferay.portal.model.impl
Class LayoutTypeControllerImpl

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

public class LayoutTypeControllerImpl
extends Object
implements com.liferay.portal.kernel.model.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)
           
 String includeEditContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.liferay.portal.kernel.model.Layout layout)
           
 boolean includeLayoutContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.liferay.portal.kernel.model.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, com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.LayoutTypeController

getConfigurationActionUpdate

public String[] getConfigurationActionUpdate()
Specified by:
getConfigurationActionUpdate in interface com.liferay.portal.kernel.model.LayoutTypeController

getType

public String getType()
Specified by:
getType in interface com.liferay.portal.kernel.model.LayoutTypeController

getURL

public String getURL()
Specified by:
getURL in interface com.liferay.portal.kernel.model.LayoutTypeController

getViewPath

public String getViewPath(String portletId)

includeEditContent

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

includeLayoutContent

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

isBrowsable

public boolean isBrowsable()
Specified by:
isBrowsable in interface com.liferay.portal.kernel.model.LayoutTypeController

isCheckLayoutViewPermission

public boolean isCheckLayoutViewPermission()
Specified by:
isCheckLayoutViewPermission in interface com.liferay.portal.kernel.model.LayoutTypeController

isFirstPageable

public boolean isFirstPageable()
Specified by:
isFirstPageable in interface com.liferay.portal.kernel.model.LayoutTypeController

isFullPageDisplayable

public boolean isFullPageDisplayable()
Specified by:
isFullPageDisplayable in interface com.liferay.portal.kernel.model.LayoutTypeController

isInstanceable

public boolean isInstanceable()
Specified by:
isInstanceable in interface com.liferay.portal.kernel.model.LayoutTypeController

isParentable

public boolean isParentable()
Specified by:
isParentable in interface com.liferay.portal.kernel.model.LayoutTypeController

isSitemapable

public boolean isSitemapable()
Specified by:
isSitemapable in interface com.liferay.portal.kernel.model.LayoutTypeController

isURLFriendliable

public boolean isURLFriendliable()
Specified by:
isURLFriendliable in interface com.liferay.portal.kernel.model.LayoutTypeController

matches

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

getEditPage

protected String getEditPage()

Liferay 7.0-ga1 portal-impl