|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.common.invocation.Scope
public class Scope
The scope of an attribute.
Field Summary | |
---|---|
static Scope |
INVOCATION_SCOPE
Invocation scope. |
static Scope |
PRINCIPAL_SCOPE
Principal scope. |
static Scope |
REQUEST_SCOPE
Request scope. |
static Scope |
SESSION_SCOPE
Session scope. |
static Scope |
THREAD_SCOPE
Thread scope. |
Constructor Summary | |
---|---|
Scope(java.lang.String value)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Scope PRINCIPAL_SCOPE
public static final Scope REQUEST_SCOPE
public static final Scope THREAD_SCOPE
public static final Scope SESSION_SCOPE
public static final Scope INVOCATION_SCOPE
Constructor Detail |
---|
public Scope(java.lang.String value) throws java.lang.IllegalArgumentException
value
- the scope value
java.lang.IllegalArgumentException
- if the value is nullMethod Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |