Interface TagDynamicInclude
public interface TagDynamicInclude
- Author:
- Carlos Sierra Andrés
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
include
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String tagClassName, String tagDynamicId, String tagPoint) void
register
(TagDynamicInclude.TagDynamicIncludeRegistry tagDynamicIncludeRegistry)
-
Method Details
-
include
void include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String tagClassName, String tagDynamicId, String tagPoint) throws IOException - Throws:
IOException
-
register
-