jautil
Class AppletPropertiesSetter

java.lang.Object
  extended by jautil.AppletPropertiesSetter

public class AppletPropertiesSetter
extends java.lang.Object

Provides static methods to copy specified applet parameter settings to the system properties.


Constructor Summary
AppletPropertiesSetter()
           
 
Method Summary
static java.util.Properties argsToProperties(java.lang.String[] args)
          Returns a Properties object derived from the App args given.
static void copyStdAppletProperties(java.applet.Applet applet)
          Sets the standard system properties for the given JASigning applet, by copying the corresponding applet parameter values.
static void copyStdAppProperties(java.util.Properties argProps)
          Sets the standard system properties for the given JASigning applet, by copying the corresponding applet parameter values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletPropertiesSetter

public AppletPropertiesSetter()
Method Detail

copyStdAppletProperties

public static final void copyStdAppletProperties(java.applet.Applet applet)
Sets the standard system properties for the given JASigning applet, by copying the corresponding applet parameter values. Where a given applet parameter value is not defined the corresponding system property is left unmodified.


copyStdAppProperties

public static final void copyStdAppProperties(java.util.Properties argProps)
Sets the standard system properties for the given JASigning applet, by copying the corresponding applet parameter values. Where a given applet parameter value is not defined the corresponding system property is left unmodified.


argsToProperties

public static java.util.Properties argsToProperties(java.lang.String[] args)
Returns a Properties object derived from the App args given.