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() |
com.liferay.petra.string.StringBundler |
modify(com.liferay.petra.string.StringBundler sb,
javax.servlet.jsp.PageContext pageContext) |
public com.liferay.petra.string.StringBundler modify(com.liferay.petra.string.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()