<servlet/>
Provided by module: Java: Java Web Application bridge
Inserts the content produced by running a servlet.
Attributes
- webapp="string"
-
The Web Application that contains the servlet.
- name="string"
-
The name of the servlet. This is taken from the <servlet-name>
entry in the web.xml file.
- uri="string"
-
The uri of the servlet. This is matched against the <url-pattern>
entry in the web.xml file if the name attribute is not given, otherwise
it is just passed on to the servlet as the servlet path.
- no-headers
-
If set no headers from the result will be set in the page.