Searched refs:OPEN (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DSystemPropertyConstants.java263 sb.append(OPEN).append(name).append(CLOSE);
267 public static final String OPEN = "${"; field in class:SystemPropertyConstants
290 if (s.startsWith(OPEN) && s.endsWith(CLOSE))
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/glassfish/
H A DTokenResolver.java264 final static String TOKEN_START = SystemPropertyConstants.OPEN;

Completed in 13 milliseconds