public abstract class BaseLayoutTypeControllerImpl
extends java.lang.Object
implements com.liferay.portal.kernel.model.LayoutTypeController
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.ServletContext |
servletContext |
| Constructor and Description |
|---|
BaseLayoutTypeControllerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected 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) |
java.lang.String[] |
getConfigurationActionDelete() |
java.lang.String[] |
getConfigurationActionUpdate() |
protected abstract java.lang.String |
getEditPage() |
java.lang.String |
getType() |
protected abstract java.lang.String |
getViewPage() |
java.lang.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 |
isBrowsable() |
boolean |
isCheckLayoutViewPermission() |
boolean |
isFullPageDisplayable() |
boolean |
isInstanceable() |
boolean |
matches(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String friendlyURL,
com.liferay.portal.kernel.model.Layout layout) |
protected void |
removeAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
public java.lang.String[] getConfigurationActionDelete()
getConfigurationActionDelete in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic java.lang.String[] getConfigurationActionUpdate()
getConfigurationActionUpdate in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic java.lang.String getType()
getType in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic java.lang.String includeEditContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.model.Layout layout)
throws java.lang.Exception
includeEditContent in interface com.liferay.portal.kernel.model.LayoutTypeControllerjava.lang.Exceptionpublic boolean includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.model.Layout layout)
throws java.lang.Exception
includeLayoutContent in interface com.liferay.portal.kernel.model.LayoutTypeControllerjava.lang.Exceptionpublic boolean isBrowsable()
isBrowsable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isCheckLayoutViewPermission()
isCheckLayoutViewPermission in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isFullPageDisplayable()
isFullPageDisplayable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean isInstanceable()
isInstanceable in interface com.liferay.portal.kernel.model.LayoutTypeControllerpublic boolean matches(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String friendlyURL,
com.liferay.portal.kernel.model.Layout layout)
matches in interface com.liferay.portal.kernel.model.LayoutTypeControllerprotected 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)
protected abstract java.lang.String getEditPage()
protected abstract java.lang.String getViewPage()
protected void removeAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)