|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.cms.profile.common.ProfileContext
public class ProfileContext
This class implements the profile context.
Constructor Summary | |
---|---|
ProfileContext()
|
Method Summary | |
---|---|
java.lang.String |
get(java.lang.String name)
Retrieves a value from the context. |
void |
set(java.lang.String name,
java.lang.String value)
Sets a value into the context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfileContext()
Method Detail |
---|
public void set(java.lang.String name, java.lang.String value)
IProfileContext
set
in interface IProfileContext
name
- property namevalue
- property valuepublic java.lang.String get(java.lang.String name)
IProfileContext
get
in interface IProfileContext
name
- property name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |