com.liferay.layout.type.controller.BaseLayoutTypeControllerImpl@Deprecated public abstract class BaseLayoutTypeControllerImpl extends java.lang.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.
|
java.lang.String[] |
getConfigurationActionDelete()
Deprecated.
|
java.lang.String[] |
getConfigurationActionUpdate()
Deprecated.
|
protected abstract java.lang.String |
getEditPage()
Deprecated.
|
java.lang.String |
getType()
Deprecated.
|
protected abstract java.lang.String |
getViewPage()
Deprecated.
|
java.lang.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,
java.lang.String friendlyURL,
Layout layout)
Deprecated.
|
protected void |
removeAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetURL, isFirstPageable, isParentable, isPrimaryType, isSitemapable, isURLFriendliable, isWorkflowEnabledpublic java.lang.String[] getConfigurationActionDelete()
getConfigurationActionDelete in interface LayoutTypeControllerpublic java.lang.String[] getConfigurationActionUpdate()
getConfigurationActionUpdate in interface LayoutTypeControllerpublic java.lang.String getType()
getType in interface LayoutTypeControllerpublic java.lang.String includeEditContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
throws java.lang.Exception
includeEditContent in interface LayoutTypeControllerjava.lang.Exceptionpublic boolean includeLayoutContent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Layout layout)
throws java.lang.Exception
includeLayoutContent in interface LayoutTypeControllerjava.lang.Exceptionpublic 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,
java.lang.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 java.lang.String getEditPage()
protected abstract java.lang.String getViewPage()
protected void removeAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)