|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.uwgm.proesrv.RequestContextFactory.RequestContextImpl
internal implementation
Field Summary | |
(package private) String |
clientName
|
(package private) String |
clientVersion
|
(package private) boolean |
isStandalone
|
(package private) Locale |
locale
|
(package private) WTPrincipal |
principal
|
Constructor Summary | |
private |
RequestContextFactory.RequestContextImpl()
|
Method Summary | |
String |
getClientName()
returns client canonic name |
String |
getClientVersion()
returns client canonic version |
Locale |
getLocale()
returns current client (!) locale |
WTPrincipal |
getPrincipal()
returns current user (principal) |
boolean |
isStandalone()
returns "true" if request comes from StandAlone browser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
WTPrincipal principal
Locale locale
String clientName
String clientVersion
boolean isStandalone
Constructor Detail |
private RequestContextFactory.RequestContextImpl()
Method Detail |
public WTPrincipal getPrincipal()
RequestContext
getPrincipal
in interface RequestContext
public Locale getLocale()
RequestContext
getLocale
in interface RequestContext
public String getClientName()
RequestContext
getClientName
in interface RequestContext
public String getClientVersion()
RequestContext
getClientVersion
in interface RequestContext
public boolean isStandalone()
RequestContext
isStandalone
in interface RequestContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |