Searched refs:contextRegex (Results 1 – 1 of 1) sorted by relevance
138 protected void appDomainContext(String contextRegex, String errorMsg) throws IOException { in appDomainContext() argument139 Pattern p = Pattern.compile(contextRegex); in appDomainContext()150 protected void appDataContext(String contextRegex, String errorMsg) throws Exception { in appDataContext() argument151 Pattern p = Pattern.compile(contextRegex); in appDataContext()