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
getEditPage
public String getEditPage()
- Specified by:
getEditPage in interface LayoutTypeController
getURL
public String getURL()
- Specified by:
getURL in interface LayoutTypeController
getViewPath
public String getViewPath(String portletId,
boolean wap)
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
isFirstPageable
public boolean isFirstPageable()
- Specified by:
isFirstPageable 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