org.glassfish.grizzly.launcher.web.servlet
Class ServletLauncher
java.lang.Object
org.glassfish.grizzly.web.standalone.StandaloneMainUtil
org.glassfish.grizzly.launcher.web.servlet.ServletLauncher
public class ServletLauncher
- extends StandaloneMainUtil
Basic startup class used when Grizzly standalone is used
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletLauncher
public ServletLauncher()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
createWebFilter
public WebFilter createWebFilter(String[] args)
throws Exception
- Overrides:
createWebFilter in class StandaloneMainUtil
- Throws:
Exception
printHelpAndExit
public void printHelpAndExit()
- Specified by:
printHelpAndExit in class StandaloneMainUtil
parseOptions
public boolean parseOptions(String[] args)
- Specified by:
parseOptions in class StandaloneMainUtil
configureAdapter
public Adapter configureAdapter(WebFilterConfig wf)
- Specified by:
configureAdapter in class StandaloneMainUtil
parseApplicationLocation
public String parseApplicationLocation(String[] args)
- Specified by:
parseApplicationLocation in class StandaloneMainUtil
Copyright © 2009 SUN Microsystems. All Rights Reserved.