org.eclipse.jetty.embedded
Class ManyContexts

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

public class ManyContexts
extends Object

A ContextHandlerCollection handler may be used to direct a request to a specific Context. The URI path prefix and optional virtual host is used to select the context.


Field Summary
static String BODY
           
 
Constructor Summary
ManyContexts()
           
 
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
 

Field Detail

BODY

public static final String BODY
See Also:
Constant Field Values
Constructor Detail

ManyContexts

public ManyContexts()
Method Detail

main

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


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