|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.UWLContext
The UWLContext class contains all the portal specific parameters like user, locale, PortalComponentRequest, ETC.
| Constructor Summary | |
UWLContext()
This is the default constructor. |
|
| Method Summary | |
Object |
clone()
|
String |
getAppContext()
|
String |
getConfigurationGroup()
|
Locale |
getLocale()
|
IMonitor |
getMonitor()
|
Object |
getOriginRequest()
|
IUWLSession |
getSession()
Returns the session. |
TimeZone |
getTimeZone()
|
IUser |
getUser()
|
String |
getUserId()
|
String |
getUserName()
Returns users login id |
boolean |
isBackEndConnectionsAllowed()
|
void |
setAllowBackEndConnections(boolean b)
set whether connections to the backend are okey or not. |
void |
setAppContext(String appContext)
|
void |
setConfigurationGroup(String confGroup)
|
void |
setLocale(Locale locale)
Sets the locale. |
void |
setMonitor(IMonitor monitor)
|
void |
setOriginRequest(Object portalRequest)
Sets the portalRequest or HttpServletRequest. |
void |
setSession(IUWLSession session)
Sets the session. |
void |
setUser(IUser user)
Sets the user. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UWLContext()
| Method Detail |
public IUser getUser()
public Locale getLocale()
public TimeZone getTimeZone()
public Object getOriginRequest()
public void setLocale(Locale locale)
locale - The locale to setpublic void setOriginRequest(Object portalRequest)
portalRequest - The portalRequest to setpublic void setUser(IUser user)
user - The user to setpublic IUWLSession getSession()
public void setSession(IUWLSession session)
session - The session to setpublic String getUserId()
public String getUserName()
public String getAppContext()
public void setAppContext(String appContext)
appContext - the application context.public String getConfigurationGroup()
public void setConfigurationGroup(String confGroup)
confGroup - - configuration group for this user contextpublic IMonitor getMonitor()
public void setMonitor(IMonitor monitor)
monitor - public boolean isBackEndConnectionsAllowed()
public void setAllowBackEndConnections(boolean b)
b - Item.isIncomplete()
public Object clone()
throws CloneNotSupportedException
CloneNotSupportedException
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||