Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

m
 
(4 intermediate revisions by the same user not shown)
Line 23: Line 23:
 
| {{#if: {{{annotations|{{{*|}}}}}} | X |   }}
 
| {{#if: {{{annotations|{{{*|}}}}}} | X |   }}
 
| {{#if: {{{client|{{{*|}}}}}} | X |   }}
 
| {{#if: {{{client|{{{*|}}}}}} | X |   }}
| {{#if: {{{policy|{{{*|}}}}}} | X | &nbsp; }}<noinclude>
+
| {{#if: {{{policy|{{{*|}}}}}} | X | &nbsp; }}
 +
| {{#if: {{{websocket|{{{*|}}}}}} | X | &nbsp; }}<noinclude>
  
Usage :
+
== Usage ==
 +
Represents one JAR or resource, and the [[Jetty/Reference/Start Options|start options]] which use this resource.
  
; <nowiki> {{Jetty Modes Row | /lib/jarname-*.jar | mode1=1 | mode2=1... }} </nowiki> : places an X on the mode1 and mode2 columns
+
; <nowiki> {{Jetty Options Row | /lib/jarname-*.jar | option1=1 | option2=1... }} </nowiki> : places an X on the option1 and option2 columns
; <nowiki> {{Jetty Modes Row | /lib/jarname-*.jar | *=1... }} </nowiki> : places an X on all columns
+
; <nowiki> {{Jetty Options Row | /lib/jarname-*.jar | *=1... }} </nowiki> : places an X on all columns
  
 
[[Category: Jetty Template]]
 
[[Category: Jetty Template]]
 
</noinclude>
 
</noinclude>

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