|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PortletRequest
encapsulates the request sent by the
client to the portlet
Field Summary |
Fields inherited from interface javax.servlet.http.HttpServletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Method Summary | |
net.sf.jportlet.portlet.Client |
getClient()
Returns informations about the client device |
net.sf.jportlet.portlet.PortletData |
getData()
Returns the data of the portlet |
Portlet.Mode |
getMode()
Returns the mode of the portlet |
net.sf.jportlet.portlet.PortletSession |
getPortletSession()
Returns the current session or, if there is no current session, it creates one and returns it. |
net.sf.jportlet.portlet.PortletSession |
getPortletSession(boolean create)
Returns the current session or, if there is no current session and the given flag is true, it creates one and returns it. |
net.sf.jportlet.portlet.PortletSettings |
getSettings()
Returns the settings of the portlet |
net.sf.jportlet.portlet.User |
getUser()
Return the information of the current user. |
net.sf.jportlet.portlet.PortletWindow |
getWindow()
Return the window of the portlet |
Methods inherited from interface javax.servlet.http.HttpServletRequest |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
Methods inherited from interface javax.servlet.ServletRequest |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
Method Detail |
public net.sf.jportlet.portlet.Client getClient()
public net.sf.jportlet.portlet.PortletData getData()
public Portlet.Mode getMode()
public net.sf.jportlet.portlet.PortletSession getPortletSession()
public net.sf.jportlet.portlet.PortletSession getPortletSession(boolean create)
create
- flag to create the session
public net.sf.jportlet.portlet.PortletSettings getSettings()
public net.sf.jportlet.portlet.User getUser()
null
public net.sf.jportlet.portlet.PortletWindow getWindow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |