com.liferay.portal.model.impl
Class LayoutTypeControllerImpl
java.lang.Object
com.liferay.portal.model.impl.LayoutTypeControllerImpl
- All Implemented Interfaces:
- LayoutTypeController, Serializable
public class LayoutTypeControllerImpl
- extends Object
- implements LayoutTypeController
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutTypeControllerImpl
public LayoutTypeControllerImpl(String type)
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()