IncludeServlet Macro
This is a Velocity macro, bundled with all the XWiki products by default.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
IncludeServlet Macro
Includes dynamic content such as Servlets or JSPs inside an XWiki page.Usage
#includeServlet($url)
Parameters definition
| Name | Optional | Allowed values | Default value | Description |
|---|---|---|---|---|
| url | no | a string | none | URL of the servlet or JSP page |
Example
Let's say you have a legacy pagefooter that needs to be included in an XWiki page:#includeServlet("/jsp/pagefooter.jsp")