Constructor Properties()
Member of: java.util.Properties
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 this(new Properties());
2 items.add( new Properties() );
3 jndiProps = new Properties();
4 props = new Properties();
5 stringProps = new Properties();
6 stringProps = new Properties();
7 if (properties == null) properties = new Properties();
8 newStats = new Properties();
9 this.configurationProperties = new Properties();
10 _props = new Properties();
11 _outputProperties = new Properties();
12 resources = new Properties();
13 Properties p = new Properties();
14 properties = new Properties();
15 template = new Properties();
16 properties = new Properties ();
17 Properties current = new Properties (); // the main thing.
18 props = new Properties();
19 markupAttributes = (markupAttributes == null) ? new Properties() : markupAttributes;
20 stats = new Properties();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.