public interface CTX_RESTRICT_SCOPE 
      Context.get_values的第二个Context.get_values来限制搜索范围。 
       当使用此标志时,它将搜索上下文值限制到该特定的Context对象或第一个参数中Context.get_values的范围为Context.get_values 。 
       用法:
  NVList props = myContext.get_values("_USER",
                     CTX_RESTRICT_SCOPE.value, "id*");  
      Context.get_values(String, int, String) 
       | Modifier and Type | Field and Description | 
|---|---|
| static int | value
              含有该领域 
              int一个的值CTX_RESTRICT_SCOPE标志。 | 
static final int value
int的一个 
           CTX_RESTRICT_SCOPE标志。 
           Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.