| 
 | |||||||||
| 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_SCOPEInvocation scope. | 
| static Scope | PRINCIPAL_SCOPEPrincipal scope. | 
| static Scope | REQUEST_SCOPERequest scope. | 
| static Scope | SESSION_SCOPESession scope. | 
| static Scope | THREAD_SCOPEThread 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 null| Method Detail | 
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic 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 | ||||||||