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 void
addAttributes
(javax.servlet.http.HttpServletRequest httpServletRequest) protected abstract javax.servlet.ServletResponse
createServletResponse
(javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.petra.io.unsync.UnsyncStringWriter unsyncStringWriter) String[]
String[]
protected abstract String
protected abstract javax.servlet.ServletContext
getType()
protected abstract String
includeEditContent
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.model.Layout layout) boolean
includeLayoutContent
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.model.Layout layout) boolean
boolean
boolean
boolean
boolean
matches
(javax.servlet.http.HttpServletRequest httpServletRequest, String friendlyURL, com.liferay.portal.kernel.model.Layout layout) protected void
removeAttributes
(javax.servlet.http.HttpServletRequest httpServletRequest) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getConfigurationActionDelete
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
getConfigurationActionUpdate
- Specified by:
getConfigurationActionUpdate
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
getType
- Specified by:
getType
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
includeEditContent
public String includeEditContent(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.model.Layout layout) throws Exception - Specified by:
includeEditContent
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
- Throws:
Exception
-
includeLayoutContent
public boolean includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.model.Layout layout) throws Exception - Specified by:
includeLayoutContent
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
- Throws:
Exception
-
isBrowsable
public boolean isBrowsable()- Specified by:
isBrowsable
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
isCheckLayoutViewPermission
public boolean isCheckLayoutViewPermission()- Specified by:
isCheckLayoutViewPermission
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
isFullPageDisplayable
public boolean isFullPageDisplayable()- Specified by:
isFullPageDisplayable
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
isInstanceable
public boolean isInstanceable()- Specified by:
isInstanceable
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
matches
public boolean matches(javax.servlet.http.HttpServletRequest httpServletRequest, String friendlyURL, com.liferay.portal.kernel.model.Layout layout) - Specified by:
matches
in interfacecom.liferay.portal.kernel.model.LayoutTypeController
-
addAttributes
protected void addAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) -
createServletResponse
protected abstract javax.servlet.ServletResponse createServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.petra.io.unsync.UnsyncStringWriter unsyncStringWriter) -
getEditPage
-
getServletContext
protected abstract javax.servlet.ServletContext getServletContext() -
getViewPage
-
removeAttributes
protected void removeAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
-