Class BaseJSPDynamicSection

java.lang.Object
com.liferay.frontend.taglib.dynamic.section.BaseJSPDynamicSection
All Implemented Interfaces:
DynamicSection

public abstract class BaseJSPDynamicSection extends Object implements DynamicSection
  • Constructor Details

    • BaseJSPDynamicSection

      public BaseJSPDynamicSection()
  • Method Details

    • modify

      public com.liferay.petra.string.StringBundler modify(com.liferay.petra.string.StringBundler sb, javax.servlet.jsp.PageContext pageContext) throws IOException, javax.servlet.ServletException
      Specified by:
      modify in interface DynamicSection
      Throws:
      IOException
      javax.servlet.ServletException
    • getJspPath

      protected abstract String getJspPath()
    • getServletContext

      protected abstract javax.servlet.ServletContext getServletContext()