|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.server.ServerRequest
Field Summary | |
protected ServerRequestContext |
context
The request context. |
protected java.util.Locale |
locale
The locale for the scope of the current request. |
protected Server |
server
The server used during the request. |
protected java.lang.Object |
user
The user context. |
Constructor Summary | |
ServerRequest()
|
Method Summary | |
ServerRequestContext |
getContext()
|
java.util.Locale |
getLocale()
Return the locale for the scope of the current request. |
Server |
getServer()
|
java.lang.Object |
getUser()
|
void |
setContext(ServerRequestContext context)
|
void |
setLocale(java.util.Locale locale)
|
void |
setServer(Server server)
|
void |
setUser(java.lang.Object user)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Object user
protected ServerRequestContext context
protected java.util.Locale locale
protected Server server
Constructor Detail |
public ServerRequest()
Method Detail |
public java.lang.Object getUser()
public void setUser(java.lang.Object user)
public ServerRequestContext getContext()
public void setContext(ServerRequestContext context)
public Server getServer()
public void setServer(Server server)
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |