public abstract class BaseJSPDynamicSection extends java.lang.Object implements DynamicSection
| Constructor and Description |
|---|
BaseJSPDynamicSection() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
getJspPath() |
protected abstract javax.servlet.ServletContext |
getServletContext() |
StringBundler |
modify(StringBundler sb,
javax.servlet.jsp.PageContext pageContext) |
public StringBundler modify(StringBundler sb, javax.servlet.jsp.PageContext pageContext) throws java.io.IOException, javax.servlet.ServletException
modify in interface DynamicSectionjava.io.IOExceptionjavax.servlet.ServletExceptionprotected abstract java.lang.String getJspPath()
protected abstract javax.servlet.ServletContext getServletContext()