Class BaseJSPFormNavigatorEntry<T>
java.lang.Object
com.liferay.frontend.taglib.form.navigator.BaseFormNavigatorEntry<T>
com.liferay.frontend.taglib.form.navigator.BaseJSPFormNavigatorEntry<T>
- All Implemented Interfaces:
FormNavigatorEntry<T>
public abstract class BaseJSPFormNavigatorEntry<T>
extends BaseFormNavigatorEntry<T>
implements FormNavigatorEntry<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected jakarta.servlet.ServletContextgetServletContext(jakarta.servlet.http.HttpServletRequest httpServletRequest) voidinclude(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) Renders the HTML that needs to be displayed when the form navigator entry is displayed.Methods inherited from class com.liferay.frontend.taglib.form.navigator.BaseFormNavigatorEntry
getCategoryKey, getFormNavigatorId, getKey, getLabel, getServletContext, isVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.frontend.taglib.form.navigator.FormNavigatorEntry
getCategoryKey, getFormNavigatorId, getKey, getLabel, isDeprecated, isVisible
-
Constructor Details
-
BaseJSPFormNavigatorEntry
public BaseJSPFormNavigatorEntry()
-
-
Method Details
-
include
public void include(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException 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
-
getJspPath
-
getServletContext
protected jakarta.servlet.ServletContext getServletContext(jakarta.servlet.http.HttpServletRequest httpServletRequest)
-