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 Details

    • BaseJSPFormNavigatorEntry

      public BaseJSPFormNavigatorEntry()
  • Method Details

    • include

      public void include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Description copied from interface: FormNavigatorEntry
      Renders the HTML that needs to be displayed when the form navigator entry is displayed.
      Specified by:
      include in interface FormNavigatorEntry<T>
      Specified by:
      include in class BaseFormNavigatorEntry<T>
      Parameters:
      httpServletRequest - the request with which the form navigator entry is rendered
      httpServletResponse - the response with which the form navigator entry is rendered
      Throws:
      IOException - if an IO exception occurs
    • getJspPath

      protected abstract String getJspPath()
    • getServletContext

      protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest)