Class BaseJSPDynamicSectionReplace

java.lang.Object
com.liferay.frontend.taglib.dynamic.section.BaseJSPDynamicSectionReplace
All Implemented Interfaces:
DynamicSectionReplace

public abstract class BaseJSPDynamicSectionReplace extends Object implements DynamicSectionReplace
  • Constructor Details

    • BaseJSPDynamicSectionReplace

      public BaseJSPDynamicSectionReplace()
  • Method Details

    • replace

      public String replace(javax.servlet.jsp.PageContext pageContext) throws IOException, javax.servlet.ServletException
      Specified by:
      replace in interface DynamicSectionReplace
      Throws:
      IOException
      javax.servlet.ServletException
    • getJspPath

      protected abstract String getJspPath()
    • getServletContext

      protected abstract javax.servlet.ServletContext getServletContext()