|
Flying Saucer Project Release ${app.version} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.util.SystemPropertiesUtil
public class SystemPropertiesUtil
Utility methods for working with System properties.
| Constructor Summary | |
|---|---|
SystemPropertiesUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getPropertyOrDefaultSandbox(java.lang.String propertyName,
java.lang.String defaultVal)
Attempts to retrieve a system property; if the property is not found, or if a SecurityException is thrown (for example, in a sandbox environment) will return the default value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemPropertiesUtil()
| Method Detail |
|---|
public static java.lang.String getPropertyOrDefaultSandbox(java.lang.String propertyName,
java.lang.String defaultVal)
propertyName - property to retrievedefaultVal - value to use if not found, or not allowed to use the property
|
Flying Saucer Project Release ${app.version} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||