|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.http.HttpScope
Defines HTTP scope types used in the common controls framework
Field Summary | |
private static HttpScope[] |
ALL
collection with all kinds of HttpScopes |
static HttpScope |
ANY
HttpScope: Any - no scope specified |
static HttpScope |
APPLICATION
HttpScope: Application |
static HttpScope |
DIALOG
HttpScope: Dialog |
static HttpScope |
PAGE
HttpScope: Page |
static HttpScope |
REQUEST
HttpScope: Request |
private static long |
serialVersionUID
Serial Version UID |
static HttpScope |
SESSION
HttpScope: Session |
private java.lang.String |
value
The display value |
Constructor Summary | |
private |
HttpScope(java.lang.String value)
Constructor for HttpScope |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
int |
hashCode()
|
static HttpScope |
parse(java.lang.String code)
Creates for the argument an Object of type HttpScope |
java.lang.String |
toString()
Returns the display value |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
public static final HttpScope ANY
public static final HttpScope SESSION
public static final HttpScope REQUEST
public static final HttpScope PAGE
public static final HttpScope DIALOG
public static final HttpScope APPLICATION
private static final HttpScope[] ALL
private java.lang.String value
Constructor Detail |
private HttpScope(java.lang.String value)
value
- the display valueMethod Detail |
public boolean equals(java.lang.Object obj)
obj
- The object to compare this HttpScope
object against.
true
if the internal types are equal;
false
otherwise.public int hashCode()
Object.hashCode()
public static HttpScope parse(java.lang.String code)
code
- String to parse
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |