|
||||||||||
| 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 RequestContextFactoryprotected void initialize(javax.servlet.http.HttpServletRequest request)
public void setLocale(java.util.Locale locale)
setLocale in interface RequestContextFactorylocale - the new locale or null to determine
the locale from the next http request
public void setLocale(javax.servlet.http.HttpServletRequest request,
java.util.Locale locale)
setLocale in interface RequestContextFactorylocale - the new localepublic Converter getConverter()
getConverter in interface RequestContextFactorypublic Formatter getFormatter()
getFormatter in interface RequestContextFactorypublic java.util.Locale getLocale()
getLocale in interface RequestContextFactorypublic Resources getResources()
getResources in interface RequestContextFactorypublic java.lang.String getRemoteDomain()
getRemoteDomain in interface RequestContextFactorypublic java.lang.String getRemoteUser()
getRemoteUser in interface RequestContextFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||