org.activemath.author.toc
Class JNLPTOCEdit

java.lang.Object
  extended by org.activemath.author.toc.JNLPTOCEdit

public class JNLPTOCEdit
extends Object

A class to serve as main invocation point for use within the JNLP settings. This class takes the system-oroperties that start with activemathConfig and creates a Subconfiguration out of them so as to create the TOC class with the indicated Subconfiguration.


Constructor Summary
JNLPTOCEdit()
           
 
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

JNLPTOCEdit

public JNLPTOCEdit()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
  • the first parameter is the URL to the tocEditServlet's getProperties method, it should contain user and session attributes.
  • the second URL is the code base (presumably a parent of the first) under which all URLs should fall and which are the path for the cookies.
  • The third parameter is the user-name
  • The fourth parameter is the session-name
  • the next parameters are of the form <name>=<value> which defines the cookies to be used when talking to the tocEditServlet
Throws:
Exception