org.mortbay.jetty.plugin
Class Starter

java.lang.Object
  extended by org.mortbay.jetty.plugin.Starter

public class Starter
extends Object


Field Summary
static String PORT_SYSPROPERTY
           
 
Constructor Summary
Starter()
           
 
Method Summary
 void applyJettyXml()
           
 void configureJetty()
           
 void configureWebApp()
           
 void getConfiguration(String[] args)
           
static void main(String[] args)
           
protected  void prependHandler(org.eclipse.jetty.server.Handler handler, org.eclipse.jetty.server.handler.HandlerCollection handlers)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT_SYSPROPERTY

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

Starter

public Starter()
Method Detail

configureJetty

public void configureJetty()
                    throws Exception
Throws:
Exception

configureWebApp

public void configureWebApp()
                     throws Exception
Throws:
Exception

getConfiguration

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

run

public void run()
         throws Exception
Throws:
Exception

applyJettyXml

public void applyJettyXml()
                   throws Exception
Throws:
Exception

prependHandler

protected void prependHandler(org.eclipse.jetty.server.Handler handler,
                              org.eclipse.jetty.server.handler.HandlerCollection handlers)

main

public static final void main(String[] args)


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