public interface TagDynamicInclude
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TagDynamicInclude.TagDynamicIncludeRegistry |
| Modifier and Type | Method and Description |
|---|---|
void |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String tagClassName,
String tagDynamicId,
String tagPoint) |
void |
register(TagDynamicInclude.TagDynamicIncludeRegistry tagDynamicIncludeRegistry) |
void include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String tagClassName,
String tagDynamicId,
String tagPoint)
throws IOException
IOExceptionvoid register(TagDynamicInclude.TagDynamicIncludeRegistry tagDynamicIncludeRegistry)