This commit is contained in:
Greg Wilkins 2017-10-18 15:37:41 +11:00
parent 84ffdf1447
commit 8ea8295a4c
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ import org.eclipse.jetty.xml.XmlAppendable;
* <p>
* Generate an effective web.xml from a WebAppContext, including all components
* from web.xml, web-fragment.xmls annotations etc.
* <p>
* If generating quickstart for a different java platform than the current running
* platform, then the org.eclipse.jetty.annotations.javaTargetPlatform attribute
* should be set on the Context with the platform number of the target JVM (eg 8).
*/
public class QuickStartDescriptorGenerator
{