Serving Partial Content using Jetty

I know there is a jetty.xml file. I could create a context path using it (just like html folder which serves static files). I need jetty server to serve partial content but I am unable to find the java file which loads jetty.xml and creates the server and paths.

Help me with the java class file, point me to the package where I can tweak such a thing.