public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MATCH_EQUALS |
static int |
MATCH_GREATER |
static int |
MATCH_IN_RANGE |
static int |
MATCH_LESSER |
static int |
MATCH_NOT_EQUALS |
static int |
SCOPE_CONTEXT_ATTRIBUTE
field scope
|
static int |
SCOPE_REQUEST_ATTRIBUTE |
static int |
SCOPE_REQUEST_COOKIE |
static int |
SCOPE_REQUEST_HEADER |
static int |
SCOPE_REQUEST_PARAMETER |
static int |
SCOPE_SESSION_ATTRIBUTE |
static int |
SCOPE_SESSION_ID |
Constructor and Description |
---|
Constants() |
public static final int SCOPE_CONTEXT_ATTRIBUTE
public static final int SCOPE_REQUEST_HEADER
public static final int SCOPE_REQUEST_PARAMETER
public static final int SCOPE_REQUEST_COOKIE
public static final int SCOPE_REQUEST_ATTRIBUTE
public static final int SCOPE_SESSION_ATTRIBUTE
public static final int SCOPE_SESSION_ID
public static final int MATCH_EQUALS
public static final int MATCH_GREATER
public static final int MATCH_LESSER
public static final int MATCH_NOT_EQUALS
public static final int MATCH_IN_RANGE
Copyright © 2019. All rights reserved.