|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjautil.AppletPropertiesSetter
public class AppletPropertiesSetter
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 |
---|
public AppletPropertiesSetter()
Method Detail |
---|
public static final void copyStdAppletProperties(java.applet.Applet applet)
public static final void copyStdAppProperties(java.util.Properties argProps)
public static java.util.Properties argsToProperties(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |