Searched refs:contextRegex (Results 1 – 1 of 1) sorted by relevance
134 protected void appDomainContext(String contextRegex, String errorMsg) throws IOException { in appDomainContext() argument135 Pattern p = Pattern.compile(contextRegex); in appDomainContext()146 protected void appDataContext(String contextRegex, String errorMsg) throws Exception { in appDataContext() argument147 Pattern p = Pattern.compile(contextRegex); in appDataContext()