| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.bea.security.AppContextElement
The AppContextElement abstract base class is a simple interface for representing a name/value pair.
 NOTE: The SimpleContextElement class provides concrete a concrete implmentation of an
 AppContextElement abstract base class.
| Constructor Summary | |
AppContextElement()
 | 
|
| Method Summary | |
abstract  java.lang.String | 
getName()
Gets the name of the AppContextElement. | 
 java.lang.String | 
getNamespace()
Gets the namespace associated with this key/value pair.  | 
 java.lang.String | 
getUnqualifiedName()
Gets the name of the AppContextElement, not including the namespace.
  | 
abstract  java.lang.Object | 
getValue()
Gets the value of the AppContextElement. | 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public AppContextElement()
| Method Detail | 
public java.lang.String getNamespace()
 NOTE: The default implementation provided by this class always returns null.
String that contains the value of the namespace.public java.lang.String getUnqualifiedName()
AppContextElement, not including the namespace.
 The default implementaion simply calls getName derived implmentations which
 support setting the namespace should include a appropriate mechanism for extracting the
 non namespaced name.
AppContextElement, represented as a String.public abstract java.lang.String getName()
AppContextElement.
AppContextElement, represented as a String.public abstract java.lang.Object getValue()
AppContextElement.
Object that contains the value of the AppContextElement.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||