|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface that defines a client request in Tarsis MVC Framework.
Request object transports all information of a request from
controller servlet to the command action.Request is intended to
decouple Tarsis commands layer from Servlet layer.
| 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 made the request. |
Session |
getSession()
Returns the session associated with request. |
| Method Detail |
public java.lang.Object getParameter(java.lang.String name)
name - String name of parameter.
null if not found.public java.util.Map getParameters()
public java.lang.Object getAttribute(java.lang.String name)
name - String name of attribute.
null if not found.public java.util.Map getAttributes()
public Session getSession()
public User getRemoteUser()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||