Class BaseLayoutTypeControllerImpl
java.lang.Object
com.liferay.layout.type.controller.BaseLayoutTypeControllerImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.LayoutTypeController,Serializable
public abstract class BaseLayoutTypeControllerImpl
extends Object
implements com.liferay.portal.kernel.model.LayoutTypeController
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddAttributes(jakarta.servlet.http.HttpServletRequest httpServletRequest) protected abstract jakarta.servlet.ServletResponsecreateServletResponse(jakarta.servlet.http.HttpServletResponse httpServletResponse, com.liferay.petra.io.unsync.UnsyncStringWriter unsyncStringWriter) String[]String[]protected abstract Stringprotected abstract jakarta.servlet.ServletContextgetType()protected abstract StringincludeEditContent(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.model.Layout layout) booleanincludeLayoutContent(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.model.Layout layout) booleanbooleanbooleanbooleanbooleanmatches(jakarta.servlet.http.HttpServletRequest httpServletRequest, String friendlyURL, com.liferay.portal.kernel.model.Layout layout) protected voidremoveAttributes(jakarta.servlet.http.HttpServletRequest httpServletRequest) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.LayoutTypeController
getFriendlyURL, getURL, isFirstPageable, isParentable, isPrimaryType, isSitemapable, isURLFriendliable, isWorkflowEnabled
-
Constructor Details
-
BaseLayoutTypeControllerImpl
public BaseLayoutTypeControllerImpl()
-
-
Method Details
-
getConfigurationActionDelete
- Specified by:
getConfigurationActionDeletein interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
getConfigurationActionUpdate
- Specified by:
getConfigurationActionUpdatein interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
getType
- Specified by:
getTypein interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
includeEditContent
public String includeEditContent(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.model.Layout layout) throws Exception - Specified by:
includeEditContentin interfacecom.liferay.portal.kernel.model.LayoutTypeController- Throws:
Exception
-
includeLayoutContent
public boolean includeLayoutContent(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.model.Layout layout) throws Exception - Specified by:
includeLayoutContentin interfacecom.liferay.portal.kernel.model.LayoutTypeController- Throws:
Exception
-
isBrowsable
public boolean isBrowsable()- Specified by:
isBrowsablein interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
isCheckLayoutViewPermission
public boolean isCheckLayoutViewPermission()- Specified by:
isCheckLayoutViewPermissionin interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
isFullPageDisplayable
public boolean isFullPageDisplayable()- Specified by:
isFullPageDisplayablein interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
isInstanceable
public boolean isInstanceable()- Specified by:
isInstanceablein interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
matches
public boolean matches(jakarta.servlet.http.HttpServletRequest httpServletRequest, String friendlyURL, com.liferay.portal.kernel.model.Layout layout) - Specified by:
matchesin interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
addAttributes
protected void addAttributes(jakarta.servlet.http.HttpServletRequest httpServletRequest) -
createServletResponse
protected abstract jakarta.servlet.ServletResponse createServletResponse(jakarta.servlet.http.HttpServletResponse httpServletResponse, com.liferay.petra.io.unsync.UnsyncStringWriter unsyncStringWriter) -
getEditPage
-
getServletContext
protected abstract jakarta.servlet.ServletContext getServletContext() -
getViewPage
-
removeAttributes
protected void removeAttributes(jakarta.servlet.http.HttpServletRequest httpServletRequest)
-