com.opensymphony.webwork
Class Main

java.lang.Object
  extended by com.opensymphony.webwork.Main

public class Main
extends Object

WebWork comes with various related tools included in the webwork jar file. You can access these tools by simply unpacking the WebWork distribution and running java -jar webwork.jar. WebWork will automatically include all jars in the same directory as the webwork.jar file as well as all jars in the lib directory. This means you can invoke these tools either from within the standard directory structure found in the WebWork distribution, or from within your WEB-INF/lib directory.

You can access the help information for these tools by simply running the jar without any arguments.

Version:
$Date: 2007-04-12 20:06:48 +0800 (Thu, 12 Apr 2007) $ $Id: Main.java 2895 2007-04-12 12:06:48Z tm_jee $
Author:
plightbo, tmjee

Nested Class Summary
static class Main.MainClassLoader
          Reverses the typical order of classloading to defer only to the parent if the current class loader can't be found.
 
Constructor Summary
Main()
           
 
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

Main

public Main()
Method Detail

main

public static void main(String[] args)

WebWork Project Page