|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.talika.tarsis.command.RequestImpl
Implementation of Request interface.
Request| Constructor Summary | |
|---|---|
RequestImpl(javax.servlet.http.HttpServletRequest request)
Constructs a new RequestImpl object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Returns the value of the especified attribute in request. |
java.util.Map |
getAttributes()
Returns a map with all attributes in request. |
java.lang.Object |
getParameter(java.lang.String name)
Returns the value of the specified parameter in request. |
java.util.Map |
getParameters()
Returns a map with all parameters in request. |
User |
getRemoteUser()
Returns de user who maked the request. |
Session |
getSession()
Returns the session associated with request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RequestImpl(javax.servlet.http.HttpServletRequest request)
RequestImpl object.
request - HttpServletRequest source HttpServletRequest.| Method Detail |
public java.lang.Object getAttribute(java.lang.String name)
getAttribute in interface Requestname - String name of attribute.
null if not found.Request.getAttribute(String)public java.util.Map getAttributes()
getAttributes in interface RequestRequest.getAttributes()public java.lang.Object getParameter(java.lang.String name)
getParameter in interface Requestname - String name of parameter.
null if not found.Request.getParameter(String)public java.util.Map getParameters()
getParameters in interface RequestRequest.getParameters()public User getRemoteUser()
getRemoteUser in interface RequestRequest.getRemoteUser()public Session getSession()
getSession in interface RequestRequest.getSession()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||