public abstract class BaseJSPDynamicSectionReplace extends java.lang.Object implements DynamicSectionReplace
| Constructor and Description |
|---|
BaseJSPDynamicSectionReplace() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
getJspPath() |
protected abstract javax.servlet.ServletContext |
getServletContext() |
java.lang.String |
replace(javax.servlet.jsp.PageContext pageContext) |
public java.lang.String replace(javax.servlet.jsp.PageContext pageContext)
throws java.io.IOException,
javax.servlet.ServletException
replace in interface DynamicSectionReplacejava.io.IOExceptionjavax.servlet.ServletExceptionprotected abstract java.lang.String getJspPath()
protected abstract javax.servlet.ServletContext getServletContext()