jspwiki
Class app

java.lang.Object
  extended by jspwiki.app

public class app
extends java.lang.Object

Convenience wrapper for calling the HtmlRenderer from the command line. This class will use the ViewTemplate.html by default.

Version:
$Revision: 3175 $
Author:
$Author: kostya $

Constructor Summary
app(java.util.Properties optionsVal, java.util.List argumentsVal)
           
 
Method Summary
 void execute()
           
static void main(java.lang.String[] args)
          Main entry point for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

app

public app(java.util.Properties optionsVal,
           java.util.List argumentsVal)
Method Detail

main

public static void main(java.lang.String[] args)
Main entry point for the application.

Parameters:
args - command line arguments

execute

public void execute()