|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.controller.RequestContextFactoryImpl
Created on 05.11.2002
Constructor Summary | |
RequestContextFactoryImpl()
|
Method Summary | |
RequestContext |
createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
create a new context |
Converter |
getConverter()
|
Formatter |
getFormatter()
|
java.util.Locale |
getLocale()
|
java.lang.String |
getRemoteDomain()
|
java.lang.String |
getRemoteUser()
|
Resources |
getResources()
|
protected void |
initialize(javax.servlet.http.HttpServletRequest request)
|
void |
setLocale(javax.servlet.http.HttpServletRequest request,
java.util.Locale locale)
change the locale including the Locale for JSTL >fmt:message> tags |
void |
setLocale(java.util.Locale locale)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RequestContextFactoryImpl()
Method Detail |
public RequestContext createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
RequestContextFactory
createContext
in interface RequestContextFactory
protected void initialize(javax.servlet.http.HttpServletRequest request)
public void setLocale(java.util.Locale locale)
setLocale
in interface RequestContextFactory
locale
- the new locale or null to determine
the locale from the next http requestpublic void setLocale(javax.servlet.http.HttpServletRequest request, java.util.Locale locale)
setLocale
in interface RequestContextFactory
locale
- the new localepublic Converter getConverter()
getConverter
in interface RequestContextFactory
public Formatter getFormatter()
getFormatter
in interface RequestContextFactory
public java.util.Locale getLocale()
getLocale
in interface RequestContextFactory
public Resources getResources()
getResources
in interface RequestContextFactory
public java.lang.String getRemoteDomain()
getRemoteDomain
in interface RequestContextFactory
public java.lang.String getRemoteUser()
getRemoteUser
in interface RequestContextFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |