Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Context.get_values
to restrict the search scope.
When this flag is used, it restricts the search for
context values to this particular Context
object
or to the scope specified in the first parameter to
Context.get_values
.
Usage:
NVList props = myContext.get_values("_USER", CTX_RESTRICT_SCOPE.value, "id*");
Field Summary | |
static int | value
|
Field Detail |
public static final int value
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |