|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WicketPortletRequest | |
|---|---|
| wicket.protocol.http.portlet | Wicket interface to the JSR-168 portlet API. |
| Uses of WicketPortletRequest in wicket.protocol.http.portlet |
|---|
| Methods in wicket.protocol.http.portlet that return WicketPortletRequest | |
|---|---|
WicketPortletRequest |
PortletRequestCycle.getPortletRequest()
|
WicketPortletRequest |
PortletApplication.newPortletRequest(javax.portlet.PortletRequest req)
|
protected WicketPortletRequest |
PortletSessionStore.toPortletRequest(Request request)
Cast Request to WebRequest. |
| Methods in wicket.protocol.http.portlet with parameters of type WicketPortletRequest | |
|---|---|
protected javax.portlet.PortletSession |
PortletSessionStore.getPortletSession(WicketPortletRequest request)
Gets the underlying HttpSession object or null. |
WicketPortletSession |
PortletApplication.getSession(WicketPortletRequest request)
|
java.lang.String |
PortletApplication.getSessionAttributePrefix(WicketPortletRequest request)
Gets the prefix for storing variables in the actual session (typically HttpSession for this application instance. |
| Constructors in wicket.protocol.http.portlet with parameters of type WicketPortletRequest | |
|---|---|
PortletActionRequestCycle(WicketPortletSession session,
WicketPortletRequest request,
Response response)
|
|
PortletRenderRequestCycle(WicketPortletSession session,
WicketPortletRequest request,
Response response)
|
|
PortletRequestCycle(WicketPortletSession session,
WicketPortletRequest request,
Response response)
Constructor which simply passes arguments to superclass for storage there. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||