Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Jetty Options Row"

(added a column for websocket)
m
 
Line 23: Line 23:
 
| {{#if: {{{annotations|{{{*|}}}}}} | X |   }}
 
| {{#if: {{{annotations|{{{*|}}}}}} | X |   }}
 
| {{#if: {{{client|{{{*|}}}}}} | X |   }}
 
| {{#if: {{{client|{{{*|}}}}}} | X |   }}
| {{#if: {{{websocket|{{{*|}}}}}} | X |   }}
+
| {{#if: {{{policy|{{{*|}}}}}} | X |   }}
| {{#if: {{{policy|{{{*|}}}}}} | X | &nbsp; }}<noinclude>
+
| {{#if: {{{websocket|{{{*|}}}}}} | X | &nbsp; }}<noinclude>
  
 
== Usage ==
 
== Usage ==

Latest revision as of 18:35, 30 April 2012

|- ! {{{1}}} |   | X |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |  

Usage

Represents one JAR or resource, and the start options which use this resource.

{{Jetty Options Row | /lib/jarname-*.jar | option1=1 | option2=1... }}  
places an X on the option1 and option2 columns
{{Jetty Options Row | /lib/jarname-*.jar | *=1... }}  
places an X on all columns

Back to the top