|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.webed.impl.basic.WebEdRequest
public class WebEdRequest
INTERNAL: Default implementation of WebEdRequestIF.
| Constructor Summary | |
|---|---|
WebEdRequest(UserIF user,
Map actionmap,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request)
|
|
| Method Summary | |
|---|---|
ActionParametersIF |
getActionParameters(String name)
PUBLIC: Returns the parameters of the named action. |
boolean |
getActionsExecuted()
PUBLIC: Returns true if at least one action has already been run in this request. |
javax.servlet.http.HttpServletRequest |
getHttpRequest()
|
javax.servlet.ServletContext |
getServletContext()
|
UserIF |
getUser()
PUBLIC: Returns the user object connected with this request. |
void |
setActionsExecuted(boolean executed)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebEdRequest(UserIF user,
Map actionmap,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request)
| Method Detail |
|---|
public ActionParametersIF getActionParameters(String name)
WebEdRequestIF
getActionParameters in interface WebEdRequestIFpublic UserIF getUser()
WebEdRequestIF
getUser in interface WebEdRequestIFpublic javax.servlet.ServletContext getServletContext()
public javax.servlet.http.HttpServletRequest getHttpRequest()
public boolean getActionsExecuted()
WebEdRequestIF
getActionsExecuted in interface WebEdRequestIFpublic void setActionsExecuted(boolean executed)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||