|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The context that contains information for all repository operations belonging to one request, session, etc.
| Field Summary | |
static String |
NO_KEYWORD_SUBSTITUTION
|
| Method Summary | |
Locale |
getLocale()
Get the locale for that context. |
Object |
getObjectValue(String name)
Returns the value for the specified name |
com.sapportals.portal.security.usermanagement.IUser |
getUser()
Get the current user for that context. |
String |
getValue(String name)
Returns the value for the specified name |
HashMap |
getValues()
Returns the internal properties map as is without copying them to be used and possible modified from outside. |
void |
setLocale(Locale locale)
Set the locale for that context. |
void |
setObjectValue(String name,
Object value)
Add/update a name/value pair |
void |
setUser(com.sapportals.portal.security.usermanagement.IUser user)
Set the current user for that context. |
void |
setValue(String name,
String value)
Add/update a name/value pair |
void |
setValues(HashMap properties)
Takes and sets the properties as is without copying them to be used and possibly modified as internal properties map. |
| Field Detail |
public static final String NO_KEYWORD_SUBSTITUTION
| Method Detail |
public void setValue(String name,
String value)
throws ResourceException
name - A unique namevalue - The value
ResourceException - If the name paramater is invalidpublic String getValue(String name)
name - TBD: Description of the incoming method parameter
public void setObjectValue(String name,
Object value)
throws ResourceException
name - A unique namevalue - An object
ResourceException - If the name paramater is invalidpublic Object getObjectValue(String name)
name - TBD: Description of the incoming method parameter
public void setValues(HashMap properties)
properties - propertiespublic HashMap getValues()
public void setLocale(Locale locale)
locale - locale to be setLocalepublic Locale getLocale()
Locale the locale to use.Localepublic void setUser(com.sapportals.portal.security.usermanagement.IUser user)
user - user to be setpublic com.sapportals.portal.security.usermanagement.IUser getUser()
IUser the user.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||