Searched defs:theProp (Results 1 – 6 of 6) sorted by relevance
54 private String theProp; field in GetPropertyAction63 public GetPropertyAction(String theProp) { in GetPropertyAction()74 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction()104 public static String privilegedGetProperty(String theProp) { in privilegedGetProperty()127 public static String privilegedGetProperty(String theProp, in privilegedGetProperty()
70 private String theProp; field in GetIntegerAction80 public GetIntegerAction(String theProp) { in GetIntegerAction()91 public GetIntegerAction(String theProp, int defaultVal) { in GetIntegerAction()129 public static Integer privilegedGetProperty(String theProp) { in privilegedGetProperty()152 public static Integer privilegedGetProperty(String theProp, in privilegedGetProperty()
53 private String theProp; field in GetBooleanAction61 public GetBooleanAction(String theProp) { in GetBooleanAction()88 public static boolean privilegedGetProperty(String theProp) { in privilegedGetProperty()
32 public GetPropertyAction(java.lang.String theProp) { in GetPropertyAction()37 public GetPropertyAction(java.lang.String theProp, java.lang.String defaultVal) { in GetPropertyAction()47 private java.lang.String theProp; field in GetPropertyAction
31 public GetIntegerAction(java.lang.String theProp) { in GetIntegerAction()36 public GetIntegerAction(java.lang.String theProp, int defaultVal) { in GetIntegerAction()48 private java.lang.String theProp; field in GetIntegerAction
32 public GetBooleanAction(java.lang.String theProp) { in GetBooleanAction()40 private java.lang.String theProp; field in GetBooleanAction