com.liferay.layout.type.controller.BaseLayoutTypeControllerImpl@Deprecated public abstract class BaseLayoutTypeControllerImpl extends Object implements LayoutTypeController
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.ServletContext |
servletContext
Deprecated.
|
| Constructor and Description |
|---|
BaseLayoutTypeControllerImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
|
protected abstract javax.servlet.ServletResponse |
createServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse,
UnsyncStringWriter unsyncStringWriter)
Deprecated.
|
String[] |
getConfigurationActionDelete()
Deprecated.
|
String[] |
getConfigurationActionUpdate()
Deprecated.
|
protected abstract String |
getEditPage()
Deprecated.
|
String |
getType()
Deprecated.
|
protected abstract String |
getViewPage()
Deprecated.
|
String |
includeEditContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
Deprecated.
|
boolean |
includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
Deprecated.
|
boolean |
isBrowsable()
Deprecated.
|
boolean |
isCheckLayoutViewPermission()
Deprecated.
|
boolean |
isFullPageDisplayable()
Deprecated.
|
boolean |
isInstanceable()
Deprecated.
|
boolean |
matches(javax.servlet.http.HttpServletRequest httpServletRequest,
String friendlyURL,
Layout layout)
Deprecated.
|
protected void |
removeAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFriendlyURL, getURL, isFirstPageable, isParentable, isPrimaryType, isSitemapable, isURLFriendliable, isWorkflowEnabledpublic String[] getConfigurationActionDelete()
getConfigurationActionDelete in interface LayoutTypeControllerpublic String[] getConfigurationActionUpdate()
getConfigurationActionUpdate in interface LayoutTypeControllerpublic String getType()
getType in interface LayoutTypeControllerpublic String includeEditContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
throws Exception
includeEditContent in interface LayoutTypeControllerExceptionpublic boolean includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
throws Exception
includeLayoutContent in interface LayoutTypeControllerExceptionpublic boolean isBrowsable()
isBrowsable in interface LayoutTypeControllerpublic boolean isCheckLayoutViewPermission()
isCheckLayoutViewPermission in interface LayoutTypeControllerpublic boolean isFullPageDisplayable()
isFullPageDisplayable in interface LayoutTypeControllerpublic boolean isInstanceable()
isInstanceable in interface LayoutTypeControllerpublic boolean matches(javax.servlet.http.HttpServletRequest httpServletRequest,
String friendlyURL,
Layout layout)
matches in interface LayoutTypeControllerprotected void addAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
protected abstract javax.servlet.ServletResponse createServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse,
UnsyncStringWriter unsyncStringWriter)
protected abstract String getEditPage()
protected abstract String getViewPage()
protected void removeAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)