complexType "jettyConnectorType"
Namespace:
Content:
complex, 4 attributes, 1 element
Defined:
globally in mule-jetty.xsd; see XML source
Includes:
definitions of 3 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    configFile
 = 
xsd:string
    useContinuations
 = 
(xsd:string | xsd:boolean)
    resourceBase
 = 
xsd:string
    >
   
Content: 
webapps?
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  jettyConnectorType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="jettyConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:abstractConnectorType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="webapps" type="webappsType"/>
</xsd:sequence>
<xsd:attribute name="configFile" type="xsd:string"/>
<xsd:attribute name="useContinuations" type="mule:substitutableBoolean"/>
<xsd:attribute name="resourceBase" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/4)
configFile
Type:
xsd:string, predefined
Use:
optional
The location of the Jetty config file to configure this connector with.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="configFile" type="xsd:string"/>

resourceBase
Type:
xsd:string, predefined
Use:
optional
Specifies a local path where files will be served from. The local path gets mapped directly to the path on the 'serverUrl'.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="resourceBase" type="xsd:string" use="optional"/>

useContinuations
Type:
Use:
optional
Whether to use continuations to free up connections in high load situations.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="useContinuations" type="mule:substitutableBoolean"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
webapps
Type:
webappsType, empty content
Allows configuring of an directory which contains WAR files to be served out by Jetty.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="webapps" type="webappsType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.