站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

Scope - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.common.invocation
Class Scope

java.lang.Object
  extended byorg.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)
           
 
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

value

private final java.lang.String value
The value.

Constructor Detail

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
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()