com.ptc.windchill.uwgm.proesrv
Interface RequestContext

All Known Implementing Classes:
RequestContextFactory.RequestContextImpl

public interface RequestContext

describes Uwgm request context


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
 

Method Detail

getPrincipal

public WTPrincipal getPrincipal()
returns current user (principal)

Returns:
WTPrincipal

getLocale

public Locale getLocale()
returns current client (!) locale

Returns:
Locale

getClientName

public String getClientName()
returns client canonic name

Returns:
String

getClientVersion

public String getClientVersion()
returns client canonic version

Returns:
int

isStandalone

public boolean isStandalone()
returns "true" if request comes from StandAlone browser

Returns:
boolean