org.eclipse.jetty.embedded
Class OneContext

java.lang.Object
  extended by org.eclipse.jetty.embedded.OneContext

public class OneContext
extends Object

A ContextHandler provides a common environment for multiple Handlers, such as: URI context path, class loader, static resource base. Typically a ContextHandler is used only when multiple contexts are likely.


Constructor Summary
OneContext()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneContext

public OneContext()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.