Class BaseJSPFormNavigatorEntry<T>
Object
com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<T>
- All Implemented Interfaces:
FormNavigatorEntry<T>
@Deprecated
public abstract class BaseJSPFormNavigatorEntry<T>
extends BaseFormNavigatorEntry<T>
implements FormNavigatorEntry<T>
Deprecated.
- Author:
- Julio Camarero
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StringDeprecated.protected javax.servlet.ServletContextgetServletContext(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated.voidinclude(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Deprecated.Renders the HTML that needs to be displayed when the form navigator entry is displayed.voidsetServletContext(javax.servlet.ServletContext servletContext) Deprecated.Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry
getCategoryKey, getFormNavigatorId, getKey, getLabel, isVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry
getCategoryKey, getFormNavigatorId, getKey, getLabel, isVisible
-
Constructor Details
-
BaseJSPFormNavigatorEntry
public BaseJSPFormNavigatorEntry()Deprecated.
-
-
Method Details
-
include
public void include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException Deprecated.Description copied from interface:FormNavigatorEntryRenders the HTML that needs to be displayed when the form navigator entry is displayed.- Specified by:
includein interfaceFormNavigatorEntry<T>- Specified by:
includein classBaseFormNavigatorEntry<T>- Parameters:
httpServletRequest- the request with which the form navigator entry is renderedhttpServletResponse- the response with which the form navigator entry is rendered- Throws:
IOException- if an IO exception occurs
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext) Deprecated. -
getJspPath
Deprecated. -
getServletContext
protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated.
-
com.liferay.frontend.taglib.form.navigator.BaseJSPFormNavigatorEntry