Package com.netscape.cms.profile.common
Class ProfileContext
- java.lang.Object
-
- com.netscape.cms.profile.common.ProfileContext
-
- All Implemented Interfaces:
IProfileContext
public class ProfileContext extends java.lang.Object implements IProfileContext
This class implements the profile context.- Version:
- $Revision$, $Date$
-
-
Constructor Summary
Constructors Constructor Description ProfileContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringget(java.lang.String name)Retrieves a value from the context.voidset(java.lang.String name, java.lang.String value)Sets a value into the context.
-
-
-
Method Detail
-
set
public void set(java.lang.String name, java.lang.String value)Description copied from interface:IProfileContextSets a value into the context.- Specified by:
setin interfaceIProfileContext- Parameters:
name- property namevalue- property value
-
get
public java.lang.String get(java.lang.String name)
Description copied from interface:IProfileContextRetrieves a value from the context.- Specified by:
getin interfaceIProfileContext- Parameters:
name- property name- Returns:
- property value
-
-