当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
Scope - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.common.invocation
Class Scope
java.lang.Object
org.jboss.portal.common.invocation.Scope
- public class Scope
- extends java.lang.Object
The scope of an attribute.
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Field Summary |
private java.lang.String |
value
The value. |
Constructor Summary |
Scope(java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
value
private final java.lang.String value
- The value.
Scope
public Scope(java.lang.String value)
throws java.lang.IllegalArgumentException
- Parameters:
value
- the scope value
- Throws:
java.lang.IllegalArgumentException
- if the value is null
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)
toString
public java.lang.String toString()