|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.webed.impl.basic.WebEdRequest
public class WebEdRequest
INTERNAL: Default implementation of WebEdRequestIF.
Constructor Summary | |
---|---|
WebEdRequest(UserIF user,
java.util.Map actionmap,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request)
|
Method Summary | |
---|---|
ActionParametersIF |
getActionParameters(java.lang.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, java.util.Map actionmap, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request)
Method Detail |
---|
public ActionParametersIF getActionParameters(java.lang.String name)
WebEdRequestIF
getActionParameters
in interface WebEdRequestIF
public UserIF getUser()
WebEdRequestIF
getUser
in interface WebEdRequestIF
public javax.servlet.ServletContext getServletContext()
public javax.servlet.http.HttpServletRequest getHttpRequest()
public boolean getActionsExecuted()
WebEdRequestIF
getActionsExecuted
in interface WebEdRequestIF
public void setActionsExecuted(boolean executed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |